Skip to content

Commit e012390

Browse files
HornochsStephan Schaffnerdgibbs64
authored
Updating Xonotic Documentation (#108)
* First Documentation of Server Config Location * Updating Summary and editing Xonotic Documentation * Update xonotic.md * Final Draft of Documentation * Grammar checked * Remove Spellcheck * Spell checked * Reverting accidently overwritten documentation * Adding Logo in Documentation * Removing one faulty bulletpoint --------- Co-authored-by: Stephan Schaffner <stephan.schaffner@check24.de> Co-authored-by: Daniel Gibbs <me@danielgibbs.co.uk>
1 parent b6de66a commit e012390

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

game-servers/xonotic.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Xonotic
2+
![Xonotic Logo](https://xonotic.org/static/img/xonotic_logo_web.svg)
23

34
## Server Resources
45

@@ -12,7 +13,7 @@
1213

1314
### Client Specific
1415

15-
Like written in the FAQ the default Configuration files are located in:
16+
As written in the FAQ, the default Configuration files are located in:
1617

1718
| System | Location |
1819
|--|--|
@@ -35,7 +36,7 @@ A list is currently located in [Xonotic Gitlab](https://gitlab.com/xonotic/xonot
3536
| Capture the Flag | ctf | Teambased Gamemode where the enemy flag has to be captured and brought back to their own base |
3637
| Clan Arena | ca | Team and Round-based Mode where the surviving team gets a point. Pickup Items are absent |
3738
| 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+
| 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 |
3940
| 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 |
4041
| Domination | dom | Multiteambased Gamemode where the teams capture and control points on the map |
4142
| Last Man Standing | lms | Free for All Gamemode where you only respawn a certain amount of time |
@@ -45,3 +46,25 @@ A list is currently located in [Xonotic Gitlab](https://gitlab.com/xonotic/xonot
4546
| Race | rc | Free for all Gamemode where players try to run over a track as fast as possible |
4647
| Complete the Stage | cts | Like Race Gamemode with additional Checkpoints to pass |
4748
| Nextball | nb | Team and Round-based Mode where teams try to shoot a ball to the enemy goal |
49+
50+
## Custom Maps
51+
52+
### Server side
53+
54+
Xonotic has Custom Maps support in fileformat `pk3`. Maps should be located in the data folder like `server.cfg` on your dedicated Server.
55+
56+
### Make it useable for Clients
57+
58+
Xonotic doesn't provide a Filedownloader inside the gameserver, have need to host your custommaps on HTTP Webspace and set the correct values in `server.cfg`.
59+
60+
#### Example
61+
62+
- Userdir: `-userdir /home/xonotic/server1`: add `foo.pk3`in `/home/xonotic/server1/data/`
63+
- `server.cfg`: Add `sv_curl_defaulturl="http://xonotic.foo.bar"`
64+
- Put `foo.pk3` in the HTTP Root Folder to make it accessable via `http://xonotic.foo.bar/foo.pk3`
65+
66+
Look at [Xonotic Wiki](https://gitlab.com/xonotic/xonotic/-/wikis/Automatic-map-downloads) for more infos about Custom Map Hosting
67+
68+
## Start parameters
69+
70+
Every Server cvar can be overwritten in an starting argument, but it's recommended to setup as much as possible in `server.cfg`

0 commit comments

Comments
 (0)