View Single Post
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#23
Originally Posted by Addison View Post
Oh, the font I use, if you telnet to say nethack.alt.org, that old font I made will let you play with IBM graphics.

You'll first need to install konwert filters though.

The command line for this would be something like....
filterm ascii-ascii cp437-utf8 telnet nethack.alt.org
One other quick mention.

This will work on pretty much anything, it doesn't have to be just with Telnet.

You could also do something like
filterm ascii-ascii cp437-utf8 /usr/bin/nethack

This way you wouldn't be forced to only using DEC graphics with all of your games.

I'm not sure if you have Konwert filters available to install.

If you want, I can share my two .debs on this and you can test to see if it also works on your end as well.