PDA

View Full Version : Return to main menu?



Deathwind
09-19-2013, 07:05 AM
I wish to stream ADOM, is there a way to have the game return to the main menu on a character death?

Singbird
09-19-2013, 08:36 AM
I don't know, but on Windows you can use a simple batch file like this.



:adom
adom.exe
pause
goto adom


Pressing Ctrl+C on the press any key prompt will allow you to quit. Or you can remove the pause and it will automatically start ADOM right after it's finished. Then pressing Ctrl+C while ADOM is running should prompt to quit when ADOM is finished.

JellySlayer
09-19-2013, 02:29 PM
Aside from a script like suggested above, there is currently no way to do this ingame, unfortunately. IIRC, there is currently an RFE to make this change.

anon123
09-19-2013, 03:39 PM
I don't know, but on Windows you can use a simple batch file like this.

This reminds me - when I didn't know about the starsign selector, I used this script and the Task Manager to reroll until I had the one I wanted :)


@echo off
:main
del .\adom_dat\adom.prc
Adom_winbeta4
goto main

jt
09-26-2013, 08:01 PM
I'm already working on this RFE (see issue 1348 (http://www.adom.de/forums/project.php?issueid=1348)) and made good progress. There will be two configuration parameters so you can configure the behavior on "save" and "death".