Linux ----- 1) make a directory ".tremulous/base/vm/" in the home directory of the user who will be running tremded: 'mkdir -p ~/.tremulous/base/vm/' 2) copy game.qvm into ~/.tremulous/base/vm/ 'wget -O ~/.tremulous/base/vm/game.qvm http://tjw.org/tremulous/game.qvm' 3) replace the tremded.x86 file with the one from this site (and make it executable) 'wget http://tjw.org/tremulous/linux/tremded.x86' 'chmod a+x tremded.x86' 'cp tremded.x86 /where/tremulous/is/installed/' 4) run it './tremded.x86 +set dedicated 2 +exec server.cfg' Windows ------- 1) make the directory: \Documents and Settings\YOU\Local Settings\Application Data\Tremulous\base\vm where "YOU" is your windows username. 2) copy game.qvm into this "vm" directory 3) copy win32/tremded.exe to where Tremulous is installed. (next to tremulous.exe) 4) open up a command prompt (cmd.exe) 5) change to the directory where you put tremded.exe 6) run it: tremded.exe +set dedicated 2 +exec server.cfg Mac --- 1) Make the directory "Library/Application Support/Tremulous/base/vm" in the home directory of the user who will be running the tremulous server: 'mkdir -p ~/Library/Application\ Support/Tremulous/base/vm' 2) copy game.qvm into this "vm" directory 'cd ~/Library/Application\ Support/Tremulous/base/vm' 'curl -O http://tjw.org/tremulous/game.qvm' 3) copy mac/tremded.ub to where Tremulous is installed. (next to Tremulous.app) 'curl -O http://tjw.org/tremulous/mac/tremded.ub' 'chmod a+x tremded.ub' 'cp tremded.ub /the/place/where/tremulous/is/installed' 4) copy libSDL-1.2.0.dylib from the Tremulous.app to the folder that now contains tremded.ub 'cd /the/place/where/tremulous/is/installed' 'cp Tremulous.app/Contents/MacOS/libSDL-1.2.0.dylib .' 5) run it: ./tremded.ub +set dedicated 2 +exec server.cfg