|
| 1 | +# Xonotic |
| 2 | + |
| 3 | +## Server Resources |
| 4 | + |
| 5 | +[FAQ](https://xonotic.org/faq/) |
| 6 | + |
| 7 | +## Ports |
| 8 | + |
| 9 | +- Game Port Default: 26000 UDP |
| 10 | + |
| 11 | +## Default Config Location |
| 12 | + |
| 13 | +### Client Specific |
| 14 | + |
| 15 | +Like written in the FAQ the default Configuration files are located in: |
| 16 | + |
| 17 | +| System | Location | |
| 18 | +|--|--| |
| 19 | +| Linux | $HOME/.xonotic/data/ | |
| 20 | +| Windows | %USERPROFILE%\Saved Games\xonotic\ | |
| 21 | +| MacOS | $HOME/Library/Application Support/xonotic/ | |
| 22 | + |
| 23 | +### Serverhosting Locations |
| 24 | + |
| 25 | +You can start Xonotic with the startparameter '-userdir'. With this parameter, Xonotic expects in that folder a subfolder `data` with the `server.cfg`. For example for choosing `./xonotic-linux64-dedicated -userdir /home/xonotic/server1` your server.cfg location should be `/home/xonotic/server1/data/server.cfg` |
| 26 | + |
| 27 | +## Game Modes |
| 28 | + |
| 29 | +A list is currently located in [Xonotic Gitlab](https://gitlab.com/xonotic/xonotic/-/wikis/home#game-modes-or-game-types). with the following server parameters |
| 30 | + |
| 31 | +| Gametype | Servervalue | Description | |
| 32 | +|--|--|--| |
| 33 | +| Deathmatch | dm | Classic Free for All Gamemode where the player with the most frags wins | |
| 34 | +| Team Deathmatch | tdm | Teambased Gamemode where the team with the most frags win | |
| 35 | +| Capture the Flag | ctf | Teambased Gamemode where the enemy flag has to be captured and brought back to their own base | |
| 36 | +| Clan Arena | ca | Team and Round-based Mode where the surviving team gets a point. Pickup Items are absent | |
| 37 | +| Freeze Tag | ft | Like Teamdeathmatch, where killed players are frozen and can be revived by team members. Ammo Pickups are absent | |
| 38 | +| Key Hunt | kh | Multiteam- and Roundbased Mode Mode where one player of each team gets a key and the team goal is to get all keys | |
| 39 | +| Assault | as | Team- and Round-based Mode where one Team is attacking and the other defending. Attackers try to destroy objects as fast as possible | |
| 40 | +| Domination | dom | Multiteambased Gamemode where the teams capture and control points on the map | |
| 41 | +| Last Man Standing | lms | Free for All Gamemode where you only respawn a certain amount of time | |
| 42 | +| Keepaway | ka | Free for All Gamemode where you take a ball and with that equipped frag people | |
| 43 | +| Invasion | inv | Roundbased PvE Gamemode where players fight against monsters | |
| 44 | +| Onslaught | ons | Team and Roundbased Mode where the Team tries to destroy the enemy generator | |
| 45 | +| Race | rc | Free for all Gamemode where players try to run over a track as fast as possible | |
| 46 | +| Complete the Stage | cts | Like Race Gamemode with additional Checkpoints to pass | |
| 47 | +| Nextball | nb | Team and Round-based Mode where teams try to shoot a ball to the enemy goal | |
0 commit comments