View Full Version : Sauerbraten Game question
waldick
June 8th, 2006, 08:56 PM
total newbie question here...
downloaded and extracted sauerbraten...
how do you install the game ?
thanks,
j
charlieg
June 9th, 2006, 08:12 AM
You don't need to install it IIRC; just cd into the directory and there should be a binary to run. I'm on a Windows PC right now so can't be specific, sorry.
FredB
June 9th, 2006, 02:49 PM
total newbie question here...
downloaded and extracted sauerbraten...
how do you install the game ?
thanks,
j
No need to install it ;)
Launch a Konsole and in it type :
cd name of directory you downloaded the game/sauerbraten
./sauerbraten_unix &
Good play \\:D/
waldick
June 10th, 2006, 12:09 AM
thank you,
i'll do that....
j
FredB
June 10th, 2006, 02:32 AM
thank you,
i'll do that....
j
You're welcome. Good play.
/me goes back to its angband saved game... Too geeky ? ;)
kybishop
June 19th, 2006, 10:46 PM
I got this error when i tried
root@kyle:~/Desktop/sauerbraten# ./sauerbraten_unix
./bin_unix/linux_client: error while loading shared libraries: libSDL_image-1.2.so.0: cannot open shared object file: No such file or directory
Gustav
June 20th, 2006, 05:04 AM
Type this in a terminal - 'sudo apt-get install libsdl-image1.2'. Then try again.
MetalMusicAddict
June 26th, 2006, 05:11 PM
No need to install it ;)
Launch a Konsole and in it type :
cd name of directory you downloaded the game/sauerbraten
./sauerbraten_unix &
Good play \\:D/
This works and all, cd'ing into the directory but I need to create a launcher so It needs to be one string. So if I:/home/atm/.sauerbraten/sauerbraten_unix
I get this:
/home/atm/.sauerbraten/sauerbraten_unix: line 39: /home/atm/bin_unix/linux_client: No such file or directory
Line 39 from the script is:
cd ${CUBE_DIR}
exec ${CUBE_DIR}/bin_unix/${MACHINE_PREFIX}${SYSTEM_PREFIX}client $*
Im just trying to make a desktop launcher.
seth0x2b
June 26th, 2006, 05:21 PM
Well if cd name of directory you downloaded the game/sauerbraten
./sauerbraten_unix & works for you, then to create a launcher you can use
sh -c "cd <game directory>/sauerbraten && ./sauerbraten_unix & "
Cheers
MetalMusicAddict
June 26th, 2006, 06:05 PM
Thanx so much sir. Whats the -c and && for? I think I get the rest.
MetalMusicAddict
June 26th, 2006, 07:42 PM
OK. So if this is my command:
sh -c "cd /home/atm/.sauerbraten && ./sauerbraten_unix &"
Where does a argument go? I need to set a res.
Like this ?
sh -c "cd /home/atm/.sauerbraten && ./sauerbraten_unix & -w1920 -h1200"
Or...
sh -c "cd /home/atm/.sauerbraten && ./sauerbraten_unix &" -w1920 -h1200
Or... Can it be added to a "autoexec.cfg" file? Where should it be created? Im still tryin to get this game figured out.
OK. I got it. I removed the & and the arguments work.
sh -c "cd /home/atm/.sauerbraten && ./sauerbraten_unix -w1920 -h1200"
seth0x2b
June 26th, 2006, 11:35 PM
Since you don't run the game from the command line, the "&" has no use anyway.Glad it worked for you.
Cheers
evaderus
August 6th, 2006, 12:53 PM
I tried installing using ./sauerbraten_unix & and I got evad@ubuntu:~/sauerbraten$ ./sauerbraten_unix &
[1] 7117
evad@ubuntu:~/sauerbraten$ init: sdl
init: enet
init: video: mode
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Unable to create OpenGL screen: Couldn't find matching GLX visual
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.