The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Steam for Linux: Amnesia not taking launch options
Drozd Offline
Junior Member

Posts: 7
Threads: 3
Joined: Aug 2012
Reputation: 0
#1
Solved: 8 Years, 1 Month ago Steam for Linux: Amnesia not taking launch options

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.


Attached Files
.sh   run_steam.sh (Size: 322 bytes / Downloads: 131)
01-18-2013, 09:50 AM
Find


Messages In This Thread
Steam for Linux: Amnesia not taking launch options - by Drozd - 01-18-2013, 09:50 AM



Users browsing this thread: 1 Guest(s)