Update doc (README.md)
This commit is contained in:
parent
d0e33611a9
commit
bd88490e35
52
README.md
52
README.md
|
@ -15,19 +15,24 @@ q3aServ - Create a Quake 3 server easily on Linux
|
||||||
* 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"`
|
```shell
|
||||||
- `RUN_BINARY="ioq3ded.x86_64"`
|
RUN_PATH="/opt/Games/quake3"
|
||||||
- `STATUS_PATH=/var/www/html/quake3/status.txt`
|
RUN_BINARY="ioq3ded.x86_64"
|
||||||
|
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 <option> [1-5]`
|
```cpp
|
||||||
|
$ ./q3aServ.sh <option> [1-5]
|
||||||
|
```
|
||||||
|
|
||||||
### Sintax (Basic):
|
### Sintax (Basic):
|
||||||
|
|
||||||
|
```shell
|
||||||
$ ./q3aServ.sh
|
$ ./q3aServ.sh
|
||||||
|
|
||||||
Quake 3 Server Script v4.1
|
Quake 3 Server Script v4.3
|
||||||
|
|
||||||
Config.files: /opt/Games/quake3/server/*.cfg
|
Config.files: /opt/Games/quake3/server/*.cfg
|
||||||
Log.files: /home/q3aql/.q3a/baseq3/*.log
|
Log.files: /home/q3aql/.q3a/baseq3/*.log
|
||||||
|
@ -44,20 +49,24 @@ q3aServ - Create a Quake 3 server easily on Linux
|
||||||
CG - Custom Game
|
CG - Custom Game
|
||||||
CL - Clear Logs
|
CL - Clear Logs
|
||||||
ST - Stop Current Server
|
ST - Stop Current Server
|
||||||
|
```
|
||||||
|
|
||||||
* Default settings of basic mode are the following:
|
* Default settings of basic mode are the following:
|
||||||
|
|
||||||
- `BOTS_LEVEL="2"`
|
```shell
|
||||||
- `MIN_PLAYERS="5"`
|
BOTS_LEVEL="2"
|
||||||
- `TIME_LIMIT="25"`
|
MIN_PLAYERS="5"
|
||||||
- `FLAGS_LIMIT="10"`
|
TIME_LIMIT="25"
|
||||||
- `FRAGS_LIMIT="150"`
|
FLAGS_LIMIT="10"
|
||||||
- `TOU_FRAGS_LIMIT="50"`
|
FRAGS_LIMIT="150"
|
||||||
|
TOU_FRAGS_LIMIT="50"
|
||||||
|
```
|
||||||
|
|
||||||
_Note: You can change this settings editing the file `q3aServ.sh`._
|
_Note: You can change this settings editing the file `q3aServ.sh`._
|
||||||
|
|
||||||
## Sintax (Custom Game):
|
## Sintax (Custom Game):
|
||||||
|
|
||||||
|
```shell
|
||||||
$ ./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]
|
||||||
|
@ -73,13 +82,14 @@ _Note: You can change this settings editing the file `q3aServ.sh`._
|
||||||
|
|
||||||
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)
|
||||||
CA = Clan Arena (OSP)
|
- CA = Clan Arena (OSP)
|
||||||
CAI = Clan Arena Instagib (OSP)
|
- CAI = Clan Arena Instagib (OSP)
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user