Re: [rogueclone-users] UNIX-style charset?
Brought to you by:
mlehotay
From: Michael L. <mle...@us...> - 2005-01-23 10:21:46
|
On Sun, 23 Jan 2005, Philip Linde wrote: > I finally found a version of rogue that let me have DOS-style controls > along with UNIX-style character set.But I don't have any idea of how to > configure it to look like the UNIX version. > I've looked through the documentation, but i can't find anything, so > please help me! If it is any help, I'm using the DJGPP compiler. To get the UNIX style characters, you need to set the color and PCgraphics options to false. You can do this either during a game with the 'o' command, or before the game by setting the ROGUEOPTS environment variable. You don't need to recompile the game. Good luck, Michael |