ssamtse
-
- Posts: 67
- Joined: Mon Oct 10, 2005 18:10
ssamtse
Hi
I found bug in nstaller for ssamtse
I tried load technology test
Cannot start game
Cannot open file /usr/local/games/ssamtse/Levels/TechTest.wld
I found this file on my cd with game /Install/ in zip archive SE1_00_Levels.gro
cp /home/mateo/TechTest.wld /usr/local/games/ssamtse/Levels
Can you fix that?
I found bug in nstaller for ssamtse
I tried load technology test
Cannot start game
Cannot open file /usr/local/games/ssamtse/Levels/TechTest.wld
I found this file on my cd with game /Install/ in zip archive SE1_00_Levels.gro
cp /home/mateo/TechTest.wld /usr/local/games/ssamtse/Levels
Can you fix that?
It seems that it's a bug in the tech map loader, because Levels/LevelsMP/Technology/TechTest.wld is correctly listed in the game logs. Adding a line like this in an installation script can make it work:
I also noticed that the startup script of either the first and second encounter episodes of serious sam doesn't work on my Ubuntu unless I simply replace the line #!/bin/sh with #!/bin/bash
'should be simple to fix in the .run ...
I finally noticed that it is very simple to use install CD localization with the line:
where avalable locales are
(deu, eng, esp, fra and itl) on my SSamTSE version.
Friendly
Arkem
Code: Select all
unzip -j /<path to cdrom>/Install/SE1_00_Levels.gro Levels/LevelsMP/Technology/TechTest.wld -d /usr/local/games/ssamtse/Levels/
'should be simple to fix in the .run ...
I finally noticed that it is very simple to use install CD localization with the line:
Code: Select all
cp -fRv /<path to cdrom>/Install/Locales/<locale>/* /usr/local/games/ssamtse/
Code: Select all
ls /<path to cdrom>/Install/Locales/
Friendly
Arkem
The script stop with the following error:
Curiously, all sessions including root have their default shell set to /bin/bash, but the script doesn't work until I change this line. Using another terminal emulator like xtem doesn't change anything...
Code: Select all
/usr/local/bin/ssamtse: 34: Syntax error: Bad substitution
-
- liflg member
- Posts: 1665
- Joined: Fri Oct 22, 2004 16:23
-
- liflg member
- Posts: 158
- Joined: Wed Nov 03, 2004 11:14