README.txt

This commit is contained in:
q3aql 2018-04-02 17:45:07 +02:00
parent 12192f8c06
commit de143762f0

View File

@ -15,15 +15,15 @@ Note: All the maps used by me are in the file "maps.txt"
* How to use * How to use
------------- -------------
- Copy all the files and folders in the root folder of the game. - Copy all the files and folders in the root folder of the game.
- Edit the file "q3aServ.sh". - Edit the file "q3aServ.sh".
- Change the following variables to the appropriate ones in your case: - Change the following variables to the appropriate ones in your case:
RUN_PATH="/opt/Games/quake3" RUN_PATH="/opt/Games/quake3"
RUN_BINARY="ioq3ded.x86_64" RUN_BINARY="ioq3ded.x86_64"
STATUS_PATH=/var/www/html/quake3/status.txt STATUS_PATH=/var/www/html/quake3/status.txt
- Finally, execute the script with the appropriate parameters: - Finally, execute the script with the appropriate parameters:
$ ./q3aServ.sh $ ./q3aServ.sh
@ -48,29 +48,29 @@ Note: All the maps used by me are in the file "maps.txt"
* Custom Game * Custom Game
------------- -------------
$ ./q3aServ.sh CG $ ./q3aServ.sh CG
Syntax: q3aServ.sh CG [map-selection] [gametype] [minplayers] [bot-level] [time-limit] [flags/frags-limit] Syntax: q3aServ.sh CG [map-selection] [gametype] [minplayers] [bot-level] [time-limit] [flags/frags-limit]
Available options: Available options:
* map-selection -> 1-5 * map-selection -> 1-5
* gametype -> CTF/FFA/TD/TOU/FT/CTFI/TDI/FFAI * gametype -> CTF/FFA/TD/TOU/FT/CTFI/TDI/FFAI
* minplayers -> 0-10 * minplayers -> 0-10
* bot-level -> 1-5 * bot-level -> 1-5
* time-limit -> 0-999 * time-limit -> 0-999
* flags/frags-limit -> 0-999 * flags/frags-limit -> 0-999
Abbreviations: Abbreviations:
- CTF = Capture The Flag - CTF = Capture The Flag
- FFA = Free For All - FFA = Free For All
- TD = Team Deathmatch - TD = Team Deathmatch
- TOU = Tournament - TOU = Tournament
- FT = Freeze Tag TD (OSP) - FT = Freeze Tag TD (OSP)
- CFTI = Capture The Flag Instagib (OSP) - CFTI = Capture The Flag Instagib (OSP)
- TDI = Team Deatchmatch Instagib (OSP) - TDI = Team Deatchmatch Instagib (OSP)
- FFAI = Free For All Instagib (OSP) - FFAI = Free For All Instagib (OSP)