Hello,
basicly, Amnesia is not taking launch options
Amnesia: The Dark Descent (right click) -> Properties -> Set Launch Options...
when i tried to run Winter Nights custom story (wn_config/main_init.cfg).
However running manualy from prompt, it worked.
I wrote an issue report on GitHub:
https://github.com/ValveSoftware/steam-f...issues/584
I was not sure if Steam's fault or Amnesia's issue.
I made an investigation today and realized that Steam is runnig run_steam.sh which is not using $1 variable (or any other). So I rewrote it:
- ./Launcher.bin
+ ./Launcher.bin $1
and it started taking parameter as it should.
$@ is working as well.
My edited file in attachement.
Could you please fix this?
And little off-topic: Is commenting out 64bit version in run_steam.sh necessery? Because it seems it's running well. (enabled in my attached file) Also comment:
# Steam claims they are going to put us in the app directory.
seems like forgotten.