]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/blob - Home.md
3x "wiki" on 3 lines is too much
[xonotic/xonotic.wiki.git] / Home.md
1 # Xonotic Wiki
2
3 Welcome to the official Xonotic wiki. If you wish to contribute, see [Editing](Editing).
4
5 ## Documentation, Communication and Social Networks
6 -       [Official Website](http://xonotic.org)
7         -       [Official Forums](http://forums.xonotic.org) are a lively place for Xonotic players to discuss anything.
8         -       [Xonotic game stats](http://stats.xonotic.org/) shows useful statistics information about servers, players, scores, maps, etc.
9 -       You are looking at the [official wiki](https://gitlab.com/xonotic/xonotic/wikis/home).
10         -       [Unofficial wiki](http://xonotic.wikia.com/wiki/Xonotic_Wiki) may contain dated but still helpful information.
11 -       [IRC channels](Channels) are where most players ask/answer questions, exchange ideas, organize game events, etc. in **real time**. You can even chat with players in the game.
12 -       [Facebook](https://www.facebook.com/xonotic/)
13 -       [Twitter](https://twitter.com/xonotic)
14
15 ## Gameplay
16
17 ### Tutorials
18 - [HALOGENE’S NEWBIE CORNER](Halogenes_Newbie_Corner) has rich information for beginners. **Must read!** You will enjoy the game more!
19 - [Overkill Tutorial](Overkill-Tutorial)
20
21 ### Game Mechanics
22 -   [Maps](Maps)
23 -   [Players](Players)
24 -   [Items](Items)
25 -   [Vehicles](Vehicles)
26 -   [Weapons](Weapons)
27
28 ### Game Modes/Types/Mutators/Mods and Special Servers
29
30 #### Game Modes (or Game Types)
31 In Xonotic, game modes and game types mean the same thing -- different modes/types have different goals to achieve in a game.
32
33 The following modes are more popular ones:
34
35 -   [Capture the Flag](Capture-the-Flag)
36 -   [Clan Arena](Clan-Arena)
37 -   [Deathmatch](Deathmatch)
38 -   [Duel](Duel)
39 -   [Freeze Tag](Freeze-Tag)
40 -   [Keepaway](Keepaway)
41 -   [Key Hunt](Key-Hunt)
42 -   [Race CTS](Race-CTS)
43 -   [Team Deathmatch](Team-Deathmatch)
44
45 The following modes are available, although slightly less common than the above:
46
47 -   [Arena](Arena)
48 -   [Assault](Assault)
49 -   [Conquest](Conquest)
50 -   [Domination](Domination)
51 -   [Last Man Standing](Last-Man-Standing)
52 -   [Nexball](Nexball)
53 -   [Onslaught](Onslaught)
54 -   [Race](Race)
55 -   [Runematch](Rune)
56
57 #### Standard Mutators
58 Mutators change the configuration of the game play, e.g. how weapon appears, which special weapons are availabale, or the physics in the game. This is usually set by the game admins who set up games for other players.  Standard Mutators are available in the game menu.
59
60 -   [Dodging](Dodging)
61 -   [Midair](Midair)
62 -   [Vampire](Vampire)
63 -   [Blood Loss](Blood-Loss)
64 -   [Low Gravity](Low-Gravity)
65 -   [Cloak](Cloak)
66 -   [Relics](Relics)
67 -   [Weapon Arena](Weapon-Arena)
68 -   [Grappling Hook](Grappling-Hook)
69 -   [Jet Pack](Jet-Pack)
70 -   [Rocket Flying](Rocket-Flying)
71 -   [Pinata](Pinata)
72 -   [Weapons Stay](Weapons-Stay)
73 -   [InstaGib](InstaGib)
74 -   [NIX](NIX)
75
76 #### [Special Servers](Special-Servers)
77
78 #### [Mods](Mods)
79
80 ### Misc
81 -   [Camera for demos explained](Demo-Camera)
82 -   [Xonotic Bot Orchestra](Xonotic-Bot-Orchestra)
83 -   [Impulse map](impulse-map)
84
85
86 ## The Software
87 -   [Repository Access](Repository_Access) (how to compile from git) (see also [Git repo structure](Git))
88 -   [Privacy and Security](privacy-and-security)
89 -   [Hardware Requirements](Hardware-Requirements)
90
91 ## Arts & Media
92 -   [Art Roadmap](Art-Roadmap)
93 -   [Artistic Style](Artistic-Style)
94 -   [Xonotic Logo](Logo)
95 -   [Maps Makeover](Maps-Makeover)
96 -   [Weapons Makeover](Weapons-Makeover)
97     -   [New weapon names discussion](NamesWeapons)
98 -   [2d art](2d art)
99 -   [Music](Music)
100     -   [Music contributions](Music-contributions)
101 -   [Sound FX](Sound-FX)
102     -   [Sound FX contributions](Sound-FX-contributions)
103 -   Story Themes
104     -   [Close to home](Close-to-home)
105     -   [Tech Conglomerate](Tech-Conglomerate)
106
107 ## Server Administration
108 ### configuration
109
110 ### map hosting
111
112 ### Troubleshooting
113
114 -   [Performance](https://forums.xonotic.org/showthread.php?tid=7374&pid=80938#pid80938)
115
116 ## Contribute
117
118 In this section you will find helpful information about development of the software Xonotic in general, let that be coding, texturing, modeling, mapping, etc
119
120 ### Programming
121 -   [Introduction to QuakeC](Introduction-to-QuakeC)
122 -   [DarkPlaces Wiki](DarkPlaces-Index)
123 -   [QuakeC Specifications v1.0](QuakeC-Wiki)
124 -   [QuakeC tutorials](http://www.inside3d.com/tutorials.php) at inside3d.com
125 -   [NewQC](NewQC) - Possible changes regarding QC (compiler, syntax, …)
126 -   [Writing your first mutator](writing-your-first-mutator)
127
128 ### [Modeling](Modeling)
129 -   [Textures know-how](Textures)
130 -   [Normal Maps know-how](Normal-Maps)
131 -   [Polygon count](Polycounts) on Weapons and Models
132 -   [.framegroups](framegroups) file (allow self playing animations) know-how
133 -   [.sounds](Voices-and-sounds) file (player model sounds) know-how
134 -   [How to compile dpm models](dpmodel)
135 -   [How to make weapons](Weaponsystem)
136 -   How to get an animated mesh from [Blender to DPM](Blender-to-DPM)
137 -   [Inter-Quake Model (IQM) Format](http://sauerbraten.org/iqm/)
138 -   [Player Model Spec](Player-Model-Spec)
139 -   [Blender to IQM](Blender-to-IQM)
140
141 ### Texturing
142 -   Tutorials [1](http://www.cgtextures.com/content.php?action=tutorials)
143 -   [Recovering detailed normals from photo textures](http://www.cgtextures.com/content.php?action=tutorial&name=normalmap)
144 -   [Hard Surface Texture Painting](http://forums.cgsociety.org/showthread.php?t=373024)
145 -   Some [tips](http://forums.xonotic.org/showthread.php?tid=63&pid=445#pid445) by *FruitieX*
146 -   [Q3A Shader Manual](http://toolz.nexuizninjaz.com/shader/)
147
148 ### Configuration
149 -   [Capturing video clips and using the demo camera](Democapture)
150 -   [Git](Git)
151
152 ### [Mapping](Mapping)
153 -   [Creating Maps](Creating-Maps)
154 -   [Mapper resources](Mapper-resources)
155 -   [Map naming convention](http://alientrap.org/forum/viewtopic.php?f=2&t=2363&sid=4f8a9e06ada52255e98bdfa744ec6beb#p27330)
156
157 ## Project
158
159 ### Team, Community, and Public Relations
160 -   [Organizational Structure](Organizational-Structure)
161 -   [Roles and Skills](Roles) of contributing community members
162 -   [Community development](Community-development) planning
163 -   [Public Relations](Pr)
164
165 ### Plans
166 -   Check out our [Project Plan](Plan) so far
167 -   [Website planning](Website)
168 -   Notes from brainstorming [ideas for names](names)
169 -   [Xonotic compatibility pack](Xonotic-compatibility-pack) a small pk3 that will rebrand a default Nexuiz install
170
171 ## Nexuiz-related
172
173 ### General Info
174 -   [Licensing / Legal](Legal)
175 -   [Announcements](Announcements)
176 -   [About Xonotic and Nexuiz](Faq)
177
178 ## References
179
180 -   [Git repo structure](Git)
181 -   [Forbidden disposable e-mail providers](Forbidden-disposable-email-providers)
182 -   [Archive](Archive)
183 -   [Gitlab Markdown Reference](https://gitlab.com/help/user/markdown.md) (for editing this wiki)