Synched gist at Sat Jun 1 18:44:19 PDT 2024

This commit is contained in:
Marco Cawthorne 2024-06-01 18:44:20 -07:00
parent 2adf0a4731
commit 7ffdefc08b
Signed by: eukara
GPG key ID: CE2032F0A2882A22

View file

@ -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