REQ: another method for locating adom.cfg
issueid=1247 09-17-2012 09:11 AM
Junior Member
Number of reported issues by Dimentium: 2
REQ: another method for locating adom.cfg
like utorrent - if it exists in .\adom_dat\ then use it, else use other

hello.
please, make method for locating adom.cfg like utorrent - if it exists in .\adom_dat\ then use it, else use other methods (user_profile, ADOM_HOME, etc..)
it is very uncomfortable to playing ADOM from flash drive on random computers.
or maybe add command-line toggle for use current directory for adom_dat.
Issue Details
Issue Number 1247
Issue Type Feature
Project ADOM (Ancient Domains Of Mystery)
Category Windows 7
Status Suggested
Priority 5 - Medium
Suggested Version ADOM 1.2.0 pre 3
Implemented Version (none)
Milestone (none)
Votes for this feature 1
Votes against this feature 0
Assigned Users (none)
Tags (none)




09-17-2012 02:27 PM
Ancient Member
If you're playing a "portable" edition, you can try this:

Code:
@set ADOM_HOME=%cd%
@start Adom
If you save that as a batch file in ADOM's directory and run it, it will use the adom_dat directory in the same place where the executable is.

09-17-2012 09:24 PM
Junior Member
Quote Originally Posted by anon123
If you're playing a "portable" edition, you can try this:

Code:
@set ADOM_HOME=%cd%
@start Adom
If you save that as a batch file in ADOM's directory and run it, it will use the adom_dat directory in the same place where the executable is.
ohh. thank you.
can you advice me - is it possible to pin this .cmd in win7 taskbar?
looks like it pin not .cmd, but .exe only :\

09-18-2012 03:43 PM
Ancient Member
Try this. If it doesn't work, create a shortcut to the batch file and pin that.

+ Reply