Synched gist at Sat Jun 1 18:44:19 PDT 2024
This commit is contained in:
parent
2adf0a4731
commit
7ffdefc08b
1 changed files with 1 additions and 7 deletions
|
@ -1,14 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Pick a random gamemode, map and record a demo of it too
|
||||
# This will launch the Steam version, feel free to modify.
|
||||
# No capture, no fraglimit. Only a timelimit of 5 minutes.
|
||||
|
||||
DMMAP=$(( $RANDOM % 26 + 1 ))
|
||||
CTFMAP=$(( $RANDOM % 4 + 1 ))
|
||||
TOURNEYMAP=$(( $RANDOM % 6 + 1 ))
|
||||
MODE=$(( $RANDOM % 2 + 1 ))
|
||||
DEMONAME=$(date +"%m-%d-%y-%H-%M").dm3
|
||||
#DEMONAME=$(date +"%m-%d-%y-%H-%M").dm3
|
||||
SKILL=3 # 1 = I can win 2 = bring it on 3 = hurt me plenty 4 = hardcore and 5 = nightmare
|
||||
TIMELIMIT=5
|
||||
|
||||
|
|
Loading…
Reference in a new issue