We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MAP=$(basename `ls hl2mp/maps/*.bsp |sort -R |head --lines 1` .bsp) if [ ! -r hl2mp/maps/$MAP.bsp ]; then MAP="dm_runoff" fi echo "Starting with startmap $MAP" ./srcds_run -game hl2mp +port 27015 +map $MAP