Quake-III-Arena

Quake III Arena GPL Source Release
Log | Files | Refs

run-target.sh (579B)


      1 #!/bin/sh
      2 # for easy use with Anjuta
      3 cd `dirname $0`/debugi386-glibc
      4 echo "in $PWD"
      5 
      6 # now execute whatever you want
      7 #./linuxquake3-smp +set fs_basepath /usr/local/games/quake3 +set developer 1 +set r_smp 1 +set r_showsmp 1 +devmap mythology
      8 
      9 #gvd ./linuxquake3-smp --pargs +set logfile 2 +set fs_basepath /usr/local/games/quake3 +set developer 1 +set r_smp 0 +set r_showsmp 1 +devmap mythology
     10 
     11 ./linuxquake3-smp +set logfile 2 +set fs_basepath /usr/local/games/quake3 +set developer 1 +set r_smp 1 +set r_fullscreen 0 +set r_showsmp 1 +devmap mythology &
     12 gvd ./linuxquake3-smp