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 amd64 [SOLVED]
maarten12100 Offline
Senior Member

Posts: 447
Threads: 0
Joined: Oct 2012
Reputation: 4
#2
Solved: 8 Years, 7 Months, 3 Weeks ago RE: Steam for Linux amd64 [SOLVED]

(01-18-2013, 11:00 AM)xinouch Wrote: Hello!

I just install Amnesia in Steam on Debian Sid amd64. It seems your script "run_steam.sh" doesn't function correctly: a part of the script is commented, so the game will never be launched in 64 bits. I modified it like that:

#!/bin/bash

#  Steam claims they are going to put us in the app directory.

if [ $(uname -m) == "x86_64" ]; then
    ./checklibs.sh libs64 Amnesia.bin64
    ./Launcher.bin64
else
    ./checklibs.sh libs Amnesia.bin
    ./Launcher.bin
fi

the command "uname -m" exists on all linux distributions (whereas "arch" is not), so it should work for all linux distributions Wink

I also had to move the .so files from libs64/all/ in libs64/

Otherwise, I'm impressed to see how well the game runs on Linux! It seems to be as good as on windows.
Seems nice for those running linux.
The reason it runs just as good as on windows is because of the use of the OpenGL engine which works wel with linux compared to DX also the new drivers from nvidia(if you have a nvidia card ofc might have helped)
01-18-2013, 11:49 AM
Find


Messages In This Thread
Steam for Linux amd64 [SOLVED] - by xinouch - 01-18-2013, 11:00 AM
RE: Steam for Linux amd64 [SOLVED] - by maarten12100 - 01-18-2013, 11:49 AM
RE: Steam for Linux amd64 [SOLVED] - by Urkle - 01-18-2013, 02:20 PM
RE: Steam for Linux amd64 [SOLVED] - by xinouch - 01-18-2013, 07:05 PM



Users browsing this thread: 1 Guest(s)