It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Entered "SET AESOP_DIAG=1" into the command line arguments box, 'Add yadda yadda' box is ticked, run game...nothing. None of the keys work. Why not?
No posts in this topic were marked as the solution yet. If you can help, add your reply
That isn't a game's parameter, it's a DOS command which you have to issue before the game's executable.

Go to the game's installation folder and open the file named dosbox_dhack_single.conf with a text editor. Browse to the end of file and add the line "set aesop_diag=1" somewhere before "hack.bat", just like this:

mount c "data"
c:
set aesop_diag=1
cls
hack.bat
exit
Save the file then launch the game.
I'm not sure this will work, though.
avatar
dr.schliemann: That isn't a game's parameter, it's a DOS command which you have to issue before the game's executable.

Go to the game's installation folder and open the file named dosbox_dhack_single.conf with a text editor. Browse to the end of file and add the line "set aesop_diag=1" somewhere before "hack.bat", just like this:

mount c "data"
c:
set aesop_diag=1
cls
hack.bat
exit
avatar
dr.schliemann: Save the file then launch the game.
I'm not sure this will work, though.
that may work though i added it to the hack.bat file
just under the "@echo off" line

i dont think i thought of adding to the .conf file
avatar
dr.schliemann: That isn't a game's parameter, it's a DOS command which you have to issue before the game's executable.

Go to the game's installation folder and open the file named dosbox_dhack_single.conf with a text editor. Browse to the end of file and add the line "set aesop_diag=1" somewhere before "hack.bat", just like this:

Save the file then launch the game.
I'm not sure this will work, though.
avatar
Vyraexii: that may work though i added it to the hack.bat file
just under the "@echo off" line

i dont think i thought of adding to the .conf file
And for some reason, I didn't think of adding the line to the .bat file. :-)
Yes, it should work either way.