General Zone > The Lounge

Is there a way to make GOG purchase work in Linux (Ubunt)

<< < (3/4) > >>

-Adler-:
Update
i forgot to write you must change the start file
64bit start file default is 32bit
(info)when u use 32bit

--- Code: ---
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install libstdc++5:i386
sudo apt-get install libopenal1:i386
sudo apt-get install libsdl1.2debian:i386
--- End code ---

modify
/usr/local/games/ut2004/ut2004
starter

32bit (default)

--- Code: ---# Let's boogie!
if [ -x "${UT2004_DATA_PATH}/ut2004-bin" ]
then
cd "${UT2004_DATA_PATH}/"
exec "./ut2004-bin" $*
fi
--- End code ---


change to
64bit start file


--- Code: ---# Let's boogie!
if [ -x "${UT2004_DATA_PATH}/ut2004-bin-linux-amd64" ]
then
cd "${UT2004_DATA_PATH}/"
exec "./ut2004-bin-linux-amd64" $*
fi
--- End code ---


execute ut2004
in terminal

--- Code: ---cd /usr/local/games/ut2004
sh ./ut2004
--- End code ---

update
or in "System" folder

--- Code: ---exec ./ut2004-bin-linux-amd64
--- End code ---

-Adler-:
test

Piglet:
Seems to be working!

-Adler-:
yeah but i cant moify, edit my post (reply)

editing is working now. thx.

Piglet:
Try now

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version