Skip to content

Commit

Permalink
UT2004 run scripts fix (#1293)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvoolt authored Aug 1, 2024
1 parent e886bc6 commit 757d6cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion engines/ut2004/assets/run-ut2004-standard-no-sdlcompat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ rm libSDL-1.2.so.0

ln -rsf "$runtimepath/var/steam-runtime/usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0" ./libSDL-1.2.so.0

"$runtimepath/scout-on-soldier-entry-point-v2" --verbose -- ./ut2004-bin-linux-amd64
"$runtimepath/scout-on-soldier-entry-point-v2" --verbose -- ./ut2004-bin-linux-amd64 $*
2 changes: 1 addition & 1 deletion engines/ut2004/assets/run-ut2004-standard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ if [ -f ~/.ut2004/System/User.ini ]; then
fi

cd linuxdata-standard/System
SDL12COMPAT_USE_KEYBOARD_LAYOUT=0 ./ut2004-bin-linux-amd64
SDL12COMPAT_USE_KEYBOARD_LAYOUT=0 ./ut2004-bin-linux-amd64 $*
2 changes: 1 addition & 1 deletion engines/ut2004/assets/run-ut2004.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ if [ -f ~/.ut2004/System/User.ini ]; then
fi

cd linuxdata/System
./ut2004-bin-linux-amd64
./ut2004-bin-linux-amd64 $*

0 comments on commit 757d6cd

Please sign in to comment.