You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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>
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:
16
17
17
18
| System | Location |
18
19
|--|--|
@@ -35,7 +36,7 @@ A list is currently located in [Xonotic Gitlab](https://gitlab.com/xonotic/xonot
35
36
| Capture the Flag | ctf | Teambased Gamemode where the enemy flag has to be captured and brought back to their own base |
36
37
| Clan Arena | ca | Team and Round-based Mode where the surviving team gets a point. Pickup Items are absent |
37
38
| 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 |
39
40
| 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
41
| Domination | dom | Multiteambased Gamemode where the teams capture and control points on the map |
41
42
| 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
45
46
| Race | rc | Free for all Gamemode where players try to run over a track as fast as possible |
46
47
| Complete the Stage | cts | Like Race Gamemode with additional Checkpoints to pass |
47
48
| 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`.
0 commit comments