616
Traditional Roguelikes (Turn Based) / Re: "Necklace of the Eye" roguelike frontend
« on: January 19, 2011, 05:54:47 AM »
Sorry, I'm not too clear on the directions.
Would I create a new config file to do this? Say for Rogue, would I create a new config file named Rogue.noe and put the path and "cmd rogue" in it? Then when it asks me what configuration I want to use, I would input "Rogue"?
Not too familiar with making .bat files. For the bat file, would I simply put:
noteye.exe
CMD Rogue
If I was trying to run Rogue for example?
Also curious, I haven't tried it yet, but will this work with the Epyx version of Rogue?
I was also curious about what exactly are the differences between the configuration choices like dos and generic?
Thanks for the help.
Quote
if you want e.g. to run the program named "crawl" which is in directory "c:\games\crawl", you should add the following two lines to the config file (.noe):
PATH c:\games\crawl
CMD crawl
Would I create a new config file to do this? Say for Rogue, would I create a new config file named Rogue.noe and put the path and "cmd rogue" in it? Then when it asks me what configuration I want to use, I would input "Rogue"?
Quote
Another solution is to put the commands you use to start the game in a .bat file (e.g. mygame.bat) in the NotEye folder and add the line
CMD mygame
Not too familiar with making .bat files. For the bat file, would I simply put:
noteye.exe
CMD Rogue
If I was trying to run Rogue for example?
Also curious, I haven't tried it yet, but will this work with the Epyx version of Rogue?
I was also curious about what exactly are the differences between the configuration choices like dos and generic?
Thanks for the help.