/*** this place does not exist ***/
Navigation¶
Xonotic Userguide- Getting started
- User Interface
- Game modes and Mutators
- Guides
- Tweaking the game
- Community
- Glossary
- Server Administration
Developer Resources
The Project
Getting started
User Interface
Modes and Mutators
Guides
Tweaking the game
Community
Glossary
Server Administration
Getting started¶
- System Requirements
- Download the game!
- Startup
- Setup /name/pskin/network stuff
- Singleplayer / Campaign
User Interface¶
- Menu Skins
- HUD customization
Game modes and Mutators¶
- introduce them
Guides¶
- Movement Tutorial
- Gun Techniques / Weapon Balance
- Pickup Matches
Tweaking the game¶
- Advanced cvars
- Configuration Files (autoexec.cfg and co.)
Community¶
- where to meet people.
- Forums, IRC, Clansites ...
Glossary¶
- Common Terms
- and Abbreviations
Server Administration¶
- Setup
- Configuration
- Stats server
- Banlist sharing
Xonotic Wiki¶
This is a wiki / development system where we can gather information for the future of this project.
Project¶
- Frequently Asked Questions
- Public Relations
- Check out our Project Plan so far
- Organizational Structure
- Roles and Skills of contributing community members
- IRC channels
- Community development planning
- Licensing / Legal
- Announcements
- Roadmap to v1
- Repository Access (see also Git and Compiling in Windows)
- Website Plannning
- Xonotic compatibility pack a small pk3 that will rebrand a default Nexuiz install
- Notes from brainstorming ideas for names
- Hardware Requirements
Gameplay¶
- Gamemodes
- Mutators
Art & Media¶
- Art Roadmap
- Artistic Style
- Xonotic Logo
- Maps Makeover
- Weapons Makeover
- 2d art
- Music
- Sound FX
- Story Themes
Additional Engine References¶
Editing¶
In this section you will find helpful information about editing Xonotic in general, let that be coding, texturing, modeling, mapping, etc
- Programming
- Introduction to QuakeC
- DarkPlaces Wiki
- QuakeC Specifications v1.0
- QuakeC tutorials at inside3d.com
- NewQC - Possible changes regarding QC (compiler, syntax, ...)
- Modeling
- Textures know-how
- Normal Maps know-how
- Polygon count on Weapons and Models
- .framegroups file (allow self playing animations) know-how
- .sounds file (player model sounds) know-how
- How to compile dpm models
- How to make weapons
- How to get an animated mesh from Blender to DPM
- Inter-Quake Model (IQM) Format
- Player Model Spec
- Blender to IQM
- Texturing
- Tutorials 1
- Recovering detailed normals from photo textures
- Hard Surface Texture Painting
- Some tips by FruitieX
- Q3A Shader Manual
- Configuration
References¶
The Project¶
Planning and Roadmaps
Test3
child_pages¶
macro_list¶
child_pagesDisplays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:
{{child_pages}} -- can be used from a wiki page only
{{child_pages(Foo)}} -- lists all children of page Foo
{{child_pages(Foo, parent=1)}} -- same as above with a link to page Foocomment_formDisplays a comment form.
commentsDisplay comments of the page.
countCount access to the pages.
{{count}}div_end_tagDisplays a '
div_start_tagDisplays a '
'
fnCreate a footnote.
{{fn(word, description}}
fnlistDisplays footnotes of the page.
hello_worldSample macro.
iframeInsert an iframe tag'
Error executing the iframe macro (can't convert nil into String)
includeInclude a wiki page. Example:
{{include(Foo)}}
or to include a page of a specific project wiki:
{{include(projectname:Foo)}}
lastupdated_atDisplays a date that updated the page.
Error executing the lastupdated_at macro (undefined method `updated_on' for nil:NilClass)
lastupdated_byDisplays a user who updated the page.
Error executing the lastupdated_by macro (undefined method `author' for nil:NilClass)
macro_listDisplays a list of all available macros, including description if available.
newDisplays a string 'new'.
Error executing the new macro (invalid date)
Error executing the new macro (invalid date)
Default of expire is 5.
popularityDisplays list of the popular pages.
{{popularity}}
{{popularity(max)}}
{{popularity(max, term)}}
projectCreates link to other project.
{{project(project_name)}}
{{project(project_identifire}}
{{project(project_name, alias)}}
{{project(project_identifire, alias}}
recentDisplays a list of pages that were changed recently. '
Error executing the recent macro (undefined method `page' for nil:NilClass)'
Error executing the recent macro (undefined method `page' for nil:NilClass)
show_countDisplays an access count of the page.
{{show_count}}
tagcloudDisplays tagcloud.
Error executing the tagcloud macro (undefined method `page' for nil:NilClass)
tagsDisplays tags.
Error executing the tags macro (undefined method `page' for nil:NilClass)
wikiLink to wiki page of other project.
{{wiki(project_name, wiki_page)}}
{{wiki(project_name, wiki_page, alias)}}
{{wiki(project_identifier, wiki_page)}}
{{wiki(project_identifier, wiki_page, alias)}}