From f48e05ffcfb41a15fb6221af57b71953908e7368 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 1 Dec 2015 19:16:26 -0500 Subject: [PATCH] add ut2004 launcher script --- ut2004 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 ut2004 diff --git a/ut2004 b/ut2004 new file mode 100755 index 0000000..33ba0b1 --- /dev/null +++ b/ut2004 @@ -0,0 +1,4 @@ +#!/bin/sh +# Clear LD_PRELOAD to avoid Steam trying to load its overlay which won't work with UT2004 in 32-bit mode on Linux +export LD_PRELOAD= +exec /usr/bin/linux32 padsp $HOME/ut2004/ut2004 >/home/josh/ut2004.log 2>&1