Vermuden: G'morning all,
Beneath a Steel Sky and Lure of the Temptress are both started from INIs.
I'd like to add these two games to Steam, but Steam requires that files you add be executables. Is there any way around this, does anyone how I can add them to Steam?
Thank you!
You could try it via batch files (or try adding the links that launch them themselved).
If you want to try the batch file route:
Open notepad.
Right click on the link that you want to add and chose properties.
Copy the "Start in:" field and paste it into notepad, prefixing it with "@cd " (without quotes), for example:
@cd "J:\Program Files\GOG.com\Simon the Sorcerer\ScummVM"
Copy the Target field and prefix it with "@start", for example:
@start "J:\Program Files\GOG.com\Simon the Sorcerer\ScummVM\scummvm.exe" -c "J:\Program Files\GOG.com\Simon the Sorcerer\simon.ini" simon1
Save the thing as something.cmd (be sure to set the save filer to "all files", so that it doesn't end up as a text file). You should be able to launch the game by opening that file. Now try to add it to steam (you might have to change the filter to "All Files" in the open dialog as most programs don't list cmd files by default).
Edit posted at the same time as Weclock. Try his approach first.