From 1ea8294d275519a15f9d1e502fe627826f61b508 Mon Sep 17 00:00:00 2001 From: nyov Date: Thu, 20 Nov 2014 20:03:41 +0000 Subject: [PATCH] change wiki link syntax to markdown -- no redlinks, dang, GitLab... This change converts all (Gollum) Wiki engine links into Markdown format (regardless of being internal or external links) because GitLab doesn't support the syntax. If this changes at a later time, potentially revert this, since redlinks are important to find broken wiki links! --- Announcements.md | 8 +- Assault.md | 4 +- Blender_to_IQM.md | 4 +- Capture_the_Flag.md | 4 +- Clan_Arena.md | 4 +- Compiling_In_Windows.md | 4 +- Complete_list_of_entity_keys.md | 2 +- Creating_Maps.md | 40 +- Creation_de_cartes.md | 12 +- Deathmatch.md | 2 +- Domination.md | 2 +- Dpmodel.md | 2 +- Freeze_Tag.md | 6 +- Grappling_Hook.md | 4 +- GuideIndex.md | 24 +- Hardware_Requirements.md | 2 +- Home.md | 246 +++---- Irclog.md | 4 +- Key_Hunt.md | 4 +- Last_Man_Standing.md | 2 +- Logo.md | 6 +- Mapping-Introduction.md | 2 +- Mapping-NetRadiant.md | 4 +- Mapping-Setup.md | 4 +- Mapping.md | 28 +- Maps.md | 1138 +++++++++++++++---------------- Modelling.md | 2 +- Music.md | 4 +- Netradiant.md | 8 +- Old_Creating_Maps.md | 12 +- Race_CTS.md | 2 +- Repository_Access.md | 2 +- Tech_Conglomerate.md | 2 +- assets/convert-wiki-links.py | 36 + 34 files changed, 833 insertions(+), 797 deletions(-) create mode 100755 assets/convert-wiki-links.py diff --git a/Announcements.md b/Announcements.md index 04072c7..8808cc2 100644 --- a/Announcements.md +++ b/Announcements.md @@ -4,8 +4,8 @@ Announcements First Public announcement ------------------------- -- [[Announcement]] drafts -- [[Announcement vote|Announcement_vote]] -- [[Vote results|Announcement_vote_results]] -- [[In-game announcement script|Announcement_script]] +- [Announcement](Announcement) drafts +- [Announcement vote](Announcement_vote) +- [Vote results](Announcement_vote_results) +- [In-game announcement script](Announcement_script) diff --git a/Assault.md b/Assault.md index 5910bab..281800c 100644 --- a/Assault.md +++ b/Assault.md @@ -20,8 +20,8 @@ Map Entities Helpful Hints and Tips ---------------------- -- [[Binds]] like “Enemy seen” are useful to inform the team. -- Maps can include [[Turrets]] (machines that fire e.g. rockets or laser at you). They can be destroyed if you shot them for a while. +- [Binds](Binds) like “Enemy seen” are useful to inform the team. +- Maps can include [Turrets](Turrets) (machines that fire e.g. rockets or laser at you). They can be destroyed if you shot them for a while. List of Demos and Videos ------------------------ diff --git a/Blender_to_IQM.md b/Blender_to_IQM.md index 3d2bca1..adb3bea 100644 --- a/Blender_to_IQM.md +++ b/Blender_to_IQM.md @@ -15,7 +15,7 @@ Blender when exporting to IQM * use the bbox.blend in order to see the size that your model should be. Iqm exporter scale function untested. * use the duck_bbox.blend in order to see the size that your model should be when crouching. -* for more information on bbox size refer to div0’s model specs [[Player_Model_Spec]] +* for more information on bbox size refer to div0’s model specs [Player_Model_Spec](Player_Model_Spec) * naming conventions for textures and model go as follow assuming the example is the umbra model: modelname: umbra.iqm, framegroups: umbra.iqm.framegroups, textures: umbra.tga or (jpg), umbra_norm.tga, umbra_gloss.tga, (need to add more) ### Exporting @@ -24,7 +24,7 @@ Blender when exporting to IQM 2. Go to scripts \> export \> inter-quake-model. 3. Now make sure bounding boxes and meshes are both highlighted in the script window. 4. Export to a file path of your choosing, /path/to/umbra.iqm. Put the names of all the animations in the animations box, using commas for multiple anims. Then hit the export button and hopefully it will work without any errors. -5. Your model will need a .framegroups file to be used in Xonotic, look at the example file at the beginning of this article or check the [[Framegroups]] section of this wiki. +5. Your model will need a .framegroups file to be used in Xonotic, look at the example file at the beginning of this article or check the [Framegroups](Framegroups) section of this wiki. ### Notes diff --git a/Capture_the_Flag.md b/Capture_the_Flag.md index 80a59fd..c82a00b 100644 --- a/Capture_the_Flag.md +++ b/Capture_the_Flag.md @@ -26,8 +26,8 @@ Map Entities Helpful Hints and Tips ---------------------- -- Some maps can contain powerups like “[[Strength]]” or “[[Shield]]” (which usually spawn every 2 minutes). They can be useful tools to win a match! -- [[Binds]] are useful to organize your team, e.g. to let them know if you are going to attack. There are several default binds on the Numpad. +- Some maps can contain powerups like “[Strength](Strength)” or “[Shield](Shield)” (which usually spawn every 2 minutes). They can be useful tools to win a match! +- [Binds](Binds) are useful to organize your team, e.g. to let them know if you are going to attack. There are several default binds on the Numpad. - There is always a yellow waypoint above your Flag Carrier (FC) with a bar that shows his health and obviously it shows his position. Especially if he is on very low health try to assist and help him to capture the flag. List of Demos and Videos diff --git a/Clan_Arena.md b/Clan_Arena.md index a18dbde..bb47823 100644 --- a/Clan_Arena.md +++ b/Clan_Arena.md @@ -4,7 +4,7 @@ Clan Arena (CA) Object of the Game ------------------ -Clan Arena is basically Team [[LMS|Last_Man_Standing]] (you spawn with almost all weapons as well) where 2 teams (red & blue) fight against each other. Once you die you have to spectate. If 1 team is 100% dead the other team gets 1 point. 10 points to win a map. +Clan Arena is basically Team [LMS](Last_Man_Standing) (you spawn with almost all weapons as well) where 2 teams (red & blue) fight against each other. Once you die you have to spectate. If 1 team is 100% dead the other team gets 1 point. 10 points to win a map. Map Entities ------------ @@ -14,7 +14,7 @@ Map Entities Helpful Hints and Tips ---------------------- -- Team [[binds]] are again useful to show your position (e.g. “Roaming” bind on 8 [Numpad]) or to show enemy’s position. +- Team [binds](binds) are again useful to show your position (e.g. “Roaming” bind on 8 [Numpad]) or to show enemy’s position. List of Demos and Videos ------------------------ diff --git a/Compiling_In_Windows.md b/Compiling_In_Windows.md index 4b604ae..19ea793 100644 --- a/Compiling_In_Windows.md +++ b/Compiling_In_Windows.md @@ -1,9 +1,9 @@ Compiling In Windows ==================== -**This guide has been replaced by a shorter alternative.** This guide should still work, and get you a standalone MinGW/MSYS environment with access to msysgit. The new method only makes use of msysgit and is therefore easier and faster to set up. See the [[Repository Access|Repository_Access#windows]] page. +**This guide has been replaced by a shorter alternative.** This guide should still work, and get you a standalone MinGW/MSYS environment with access to msysgit. The new method only makes use of msysgit and is therefore easier and faster to set up. See the [Repository Access](Repository_Access#windows) page. -This is an unofficial updated version of the outdated [[Compiling in Windows|Outdated_Compiling_in_Windows]] page. There are no more automated tools in this version of the guide. +This is an unofficial updated version of the outdated [Compiling in Windows](Outdated_Compiling_in_Windows) page. There are no more automated tools in this version of the guide. You will need about 10 gigabytes of disk space to keep the sources (the uncompressed texture files are quite large and git keeps a backup copy, doubling the actual size of the sources). diff --git a/Complete_list_of_entity_keys.md b/Complete_list_of_entity_keys.md index d7fce87..409a1e5 100644 --- a/Complete_list_of_entity_keys.md +++ b/Complete_list_of_entity_keys.md @@ -8,7 +8,7 @@ Complete list of entity keys - **`targetname`:** name of the entity so it can be referenced by **`target`** keys. - On brush entities, classname **`func_group`** and classname **`misc_model`**: - **`_castShadows`, `_cs`:** sets whether the entity casts shadows - - **`_celshader`:** [[CelShader]] to use + - **`_celshader`:** [CelShader](CelShader) to use - **`_lightmapsamplesize`, `_samplesize`:** sample size to use for surfaces of this entity - **`_receiveShadows`, `_rs`:** sets whether the entity receives shadows - **`_shadeangle`, `_smoothnormals`, `_sn`, `_smooth`:** largest angle between faces to allow to treat them part of the same nonplanar surface diff --git a/Creating_Maps.md b/Creating_Maps.md index bd19df4..851567b 100644 --- a/Creating_Maps.md +++ b/Creating_Maps.md @@ -13,10 +13,10 @@ Main Tutorial ------------- **— Prologue —** -[[mapping-Introduction]] -[[mapping-Setup]] -[[mapping-NetRadiant]] -[[mapping-FirstRoom]] +[mapping-Introduction](mapping-Introduction) +[mapping-Setup](mapping-Setup) +[mapping-NetRadiant](mapping-NetRadiant) +[mapping-FirstRoom](mapping-FirstRoom) Advanced Mapping Tutorials -------------------------- @@ -26,24 +26,24 @@ Advanced Mapping Tutorials Advanced Texturing Tuorials --------------------------- -[[skyboxes (with blender)|Mapping-textures-skybox-blender]] +[skyboxes (with blender)](Mapping-textures-skybox-blender) Entity Tutorials ---------------- -[[_decal|mapping-entity-_decal]] -[[_skybox|mapping-entity-_skybox]] -[[dom_controlpoint|mapping-entity-dom_controlpoint]] -[[dom_team|mapping-entity-dom_team]] -[[func_assault_destructable|mapping-entity-func_assault_destructable]] -[[func_assault_wall|mapping-entity-func_assault_wall]] -[[func_bobbing|mapping-entity-func_bobbing]] -[[func_breakable|mapping-entity-func_breakable]] -[[func_button|mapping-entity-func_button]] -[[func_camera|mapping-entity-func_camera]] -[[func_clientillusionary|mapping-entity-func_clientillusionary]] -[[func_conveyor|mapping-entity-func_conveyor]] -[[func_door|mapping-entity-func_door]] +[_decal](mapping-entity-_decal) +[_skybox](mapping-entity-_skybox) +[dom_controlpoint](mapping-entity-dom_controlpoint) +[dom_team](mapping-entity-dom_team) +[func_assault_destructable](mapping-entity-func_assault_destructable) +[func_assault_wall](mapping-entity-func_assault_wall) +[func_bobbing](mapping-entity-func_bobbing) +[func_breakable](mapping-entity-func_breakable) +[func_button](mapping-entity-func_button) +[func_camera](mapping-entity-func_camera) +[func_clientillusionary](mapping-entity-func_clientillusionary) +[func_conveyor](mapping-entity-func_conveyor) +[func_door](mapping-entity-func_door) … i’ll add the rest later … @@ -58,6 +58,6 @@ Help \#xonotic.editing on irc.quakenet.org — live chat http://forums.xonotic.org -- the forums . -[[Old_Creating_Maps]] -[[Français|Creation_de_cartes]] +[Old_Creating_Maps](Old_Creating_Maps) +[Français](Creation_de_cartes) diff --git a/Creation_de_cartes.md b/Creation_de_cartes.md index d122d17..d600efa 100644 --- a/Creation_de_cartes.md +++ b/Creation_de_cartes.md @@ -4,17 +4,17 @@ Création de cartes Introduction ------------ -Créer des cartes nécéssite [[Netradiant]], un gtkradiant, un logiciel de fabrication de cartes qui génère des fichiers .bsp compilés en q3map2. Il aide à obtenir une [[carte bien empaquetée]] tout en lisant cet article. +Créer des cartes nécéssite [Netradiant](Netradiant), un gtkradiant, un logiciel de fabrication de cartes qui génère des fichiers .bsp compilés en q3map2. Il aide à obtenir une [carte bien empaquetée](carte bien empaquetée) tout en lisant cet article. Utiliser Netradiant ------------------- NetRadiant est un fork de l’éditeur de jeu Quake basé populaire, GtkRadiant, si vous avez connaissance de ce logiciel ou un autre dérivé de celui-ci, ce sera plus facile. -Pour plus d’informations et plus en profondeur les détails, reportez-vous à la page [[Netradiant]]. +Pour plus d’informations et plus en profondeur les détails, reportez-vous à la page [Netradiant](Netradiant). ### Compilation de la source -NetRadiant est inclus avec le git checkout de la [[Accès référentiel|référentiel]]. Sur un système Linux/UNIX, la technique de base pour la construction est de changer votre dossier **./xonotic/netradiant** et d’utiliser ‘make’ pour le compiler. Résolvez toutes les dépendances. Le fichier binaire se trouve dans **./xonotic/netradiant/install**, ‘radiant.x86’. +NetRadiant est inclus avec le git checkout de la [Accès référentiel](référentiel). Sur un système Linux/UNIX, la technique de base pour la construction est de changer votre dossier **./xonotic/netradiant** et d’utiliser ‘make’ pour le compiler. Résolvez toutes les dépendances. Le fichier binaire se trouve dans **./xonotic/netradiant/install**, ‘radiant.x86’. *Indications pour compiler sur windows (A faire ?)* @@ -25,7 +25,7 @@ http://www.icculus.org/netradiant/files/ Forfaits Carte -------------- -Les cartes sont emballé comme un fichier .zip avec une extension .pk3. Ils peuvent être ouvert avec n’importe quel programme qui ouvre des fichiers zip. Le pk3 est chargé lorsque vous démarrez le jeu, [[Xonotic]]. Le moteur, [[Darkplaces]] lit les fichiers pk3 comme un système normal de fichiers. Vous pouvez ainsi créer un package pk3 avec tous les fichiers que le moteur peut normalement lire. (besoin d’un exemple de carte bien emballée en pk3) +Les cartes sont emballé comme un fichier .zip avec une extension .pk3. Ils peuvent être ouvert avec n’importe quel programme qui ouvre des fichiers zip. Le pk3 est chargé lorsque vous démarrez le jeu, [Xonotic](Xonotic). Le moteur, [Darkplaces](Darkplaces) lit les fichiers pk3 comme un système normal de fichiers. Vous pouvez ainsi créer un package pk3 avec tous les fichiers que le moteur peut normalement lire. (besoin d’un exemple de carte bien emballée en pk3) ### Arts appliqués aux paquets @@ -81,7 +81,7 @@ maps/textures/tutorial-world/wall\_2.tga Tests de cartes --------------- -Vous pouvez compiler votre carte localement ou sur le serveur de construction. Le serveur de construction (nécessite un [[référentiel d’accès]]) nécessite un fichier .nomdoptions. Pour vérifier, et plus d’info, demandez dans \#xonotic.editing sur irc.quakenet.org +Vous pouvez compiler votre carte localement ou sur le serveur de construction. Le serveur de construction (nécessite un [référentiel d’accès](référentiel d’accès)) nécessite un fichier .nomdoptions. Pour vérifier, et plus d’info, demandez dans \#xonotic.editing sur irc.quakenet.org Cartes sur les serveurs ----------------------- @@ -101,5 +101,5 @@ Aide \#xonotic.editing on irc.quakenet.org http://forums.xonotic.org -[[English|Creating_Maps]] +[English](Creating_Maps) diff --git a/Deathmatch.md b/Deathmatch.md index 387693f..a7e772f 100644 --- a/Deathmatch.md +++ b/Deathmatch.md @@ -14,7 +14,7 @@ Map Entities - **Weapons** - These can be picked up from various places around the map or from a downed player. - **Ammo** - These may be found in the form of shells, bullets, rockets, jet fuel, or power cells. -- **Powerups** - All maps have “Health” and “Armor” powerups, which extend your lifetime. Some maps may contain powerups like “[[Strength]]” or “[[Shield]]” (which usually spawn every 2 minutes). +- **Powerups** - All maps have “Health” and “Armor” powerups, which extend your lifetime. Some maps may contain powerups like “[Strength](Strength)” or “[Shield](Shield)” (which usually spawn every 2 minutes). Helpful Hints and Tips ---------------------- diff --git a/Domination.md b/Domination.md index a61afcb..7e71033 100644 --- a/Domination.md +++ b/Domination.md @@ -4,7 +4,7 @@ Domination (DOM) Object of the Game ------------------ -In domination, the goal is to capture and hold all control points on the map. Domination is similar to [[Onslaught]] but capturing a control point is easier in Domination, and in Domination points are given for holding a control point, and there is no generator. Rarely are maps made exclusively for Domination, generally an existing [[CTF|Capture_the_Flag]] or [[TDM|Team_Deathmatch]] map receives Domination features. +In domination, the goal is to capture and hold all control points on the map. Domination is similar to [Onslaught](Onslaught) but capturing a control point is easier in Domination, and in Domination points are given for holding a control point, and there is no generator. Rarely are maps made exclusively for Domination, generally an existing [CTF](Capture_the_Flag) or [TDM](Team_Deathmatch) map receives Domination features. Map Entities ------------ diff --git a/Dpmodel.md b/Dpmodel.md index 1bada72..ee238fe 100644 --- a/Dpmodel.md +++ b/Dpmodel.md @@ -16,7 +16,7 @@ there are 2 types of smd files if you are using same skeleton for many models you can share animation files -dpmodel converter takes these smd files and make single dpm file that contains all model info and animations inside, lately it started to generate [[.framegroups|framegroups]] file too, we will need this one, it will spit lots of other strange file but you wont need them +dpmodel converter takes these smd files and make single dpm file that contains all model info and animations inside, lately it started to generate [.framegroups](framegroups) file too, we will need this one, it will spit lots of other strange file but you wont need them dpmodel need configuration file, its just simple text file diff --git a/Freeze_Tag.md b/Freeze_Tag.md index 7b9203e..00c0806 100644 --- a/Freeze_Tag.md +++ b/Freeze_Tag.md @@ -6,7 +6,7 @@ Freeze Tag Object of the Game ------------------ -Freeze Tag is basically like [[TDM|Team_Deathmatch]], with 2 teams (red & blue). But instead of fragging your enemies – you freeze them into an ice cube. Once a team is 100% frozen the other team gets 1 point (10 to win). +Freeze Tag is basically like [TDM](Team_Deathmatch), with 2 teams (red & blue). But instead of fragging your enemies – you freeze them into an ice cube. Once a team is 100% frozen the other team gets 1 point (10 to win). But (!): Frozen players can be unfrozen (“revived”). How To: @@ -22,8 +22,8 @@ Map Entities Helpful Hints and Tips ---------------------- -- Some maps can contain powerups like “[[Strength]]” or “[[Shield]]” (which usually spawn every 2 minutes). They can be useful tools to win a match! -- [[Binds]] are very useful again to coordinate the team. +- Some maps can contain powerups like “[Strength](Strength)” or “[Shield](Shield)” (which usually spawn every 2 minutes). They can be useful tools to win a match! +- [Binds](Binds) are very useful again to coordinate the team. - You can freeze (or get frozen) in e.g. lava too! Also if you fall into space you will respawn frozen. List of Demos and Videos diff --git a/Grappling_Hook.md b/Grappling_Hook.md index 82433ab..c770d40 100644 --- a/Grappling_Hook.md +++ b/Grappling_Hook.md @@ -4,7 +4,7 @@ Grappling Hook Mutator: Overview -------- -This mutator adds an extra weapon to each players default spawn weapons: the [[Grappling Hook|Weapons#grappling-hook]]. This weapon fires a particle beam that will travel a long distance until it hits a solid surface. Once latched onto something, the gun will immediately swing you there. It does not require external ammunition, but it has a charge that slowly regenerates over time (marked by a yellow bar above the Health and Armor meters in the HUD). The hook adds an extra challenge to fighting matches, and it also makes both surprise ambushes and miraculous escapes possible. Additionally, areas with powerups or weapons that were previously unreachable are now up for grabs, making matches involving “[[Strength]]” and “[[Shield]]” powerups much more interesting. +This mutator adds an extra weapon to each players default spawn weapons: the [Grappling Hook](Weapons#grappling-hook). This weapon fires a particle beam that will travel a long distance until it hits a solid surface. Once latched onto something, the gun will immediately swing you there. It does not require external ammunition, but it has a charge that slowly regenerates over time (marked by a yellow bar above the Health and Armor meters in the HUD). The hook adds an extra challenge to fighting matches, and it also makes both surprise ambushes and miraculous escapes possible. Additionally, areas with powerups or weapons that were previously unreachable are now up for grabs, making matches involving “[Strength](Strength)” and “[Shield](Shield)” powerups much more interesting. Mutator Details --------------- @@ -12,7 +12,7 @@ Mutator Details - Grappling hook information: - *Primary*: Fires the hook, latches onto a surface, pulls the player there, and then detaches. Press and hold the button to keep the hook attached for longer, but this depletes the charge quickly. - *Secondary*: Drops a gravity bomb that affects enemy players and also releases light and smoke (similar to a flashbang). - - *Ammunition*: Regenerating charge (Primary), [[Cells|Weapons#cells]] (Secondary). + - *Ammunition*: Regenerating charge (Primary), [Cells](Weapons#cells) (Secondary). - Using the default keybinds, the Grappling Hook should should be in weapon **slot 0** (‘zero’). - The Grappling Hook is *not* a hitscan beam! Depending on the distance, it may take a second or two for the hook to actually reach its destination, so use careful timing if using it for an escape! - Conserve your charge. It may take a while to regenerate, so don’t consume it all at once. diff --git a/GuideIndex.md b/GuideIndex.md index 9d142a4..4d3d589 100644 --- a/GuideIndex.md +++ b/GuideIndex.md @@ -9,17 +9,17 @@ and to differentiate them from developer resources in the wiki index. **Please help refine or rework this structure before we go on to create the actual pages** -[[GuideIndex]] +[GuideIndex](GuideIndex) -1. [[GuideGetStarted|Getting started]] - * System Requirements (if we can come up with some. link to [[Hardware_Requirements]]?) +1. [GuideGetStarted](Getting started) + * System Requirements (if we can come up with some. link to [Hardware_Requirements](Hardware_Requirements)?) * Download the game (git, autobuild, release version links and procedures explained) * Setup (name, playerskin, network parameters — the basics) * Singleplayer / Campaign -2. [[GuideInterface|User Interface]] -- Getting comfortable +2. [GuideInterface](User Interface) -- Getting comfortable * Menu Skins * HUD customization -3. [[GuideGameModes|Game modes and Mutators]] +3. [GuideGameModes](Game modes and Mutators) * Game modes _(explained from a user perspective. Not the dev pages)_ * Arena * Assault @@ -28,24 +28,24 @@ and to differentiate them from developer resources in the wiki index. * Dodging * Midair * ... -4. [[GuideTutorials|Guides]] +4. [GuideTutorials](Guides) * Movement Tutorial _(trick jumps, speeding, hook etc.)_ * Gun Techniques / Weapon Balance _(prioritizing your weapon switching and stuff)_ * Pickup Matches -5. [[GuideTweaks|Tweaking the game]] +5. [GuideTweaks](Tweaking the game) * Advanced cvars menu * Configuration Files (autoexec.cfg and co.) -6. [[GuideCommunity|Community]] +6. [GuideCommunity](Community) * where to meet people. Forums, IRC, Clansites ... - * official Media Channels (see [[PR]]) to subscribe to -7. [[GuideGlossary|Glossary]] + * official Media Channels (see [PR](PR)) to subscribe to +7. [GuideGlossary](Glossary) * Common Terms and Abbreviations (explaining stuff like ONS, CPM, ELO, ...) -8. [[GuideServerAdministration|Server Administration]] +8. [GuideServerAdministration](Server Administration) * Setup * Configuration * Stats server * Banlist sharing -9. [[GuideContribute|Contributing to the game]] +9. [GuideContribute](Contributing to the game) * How to help out and where to start * (FAQ for new developers [Y U NO SWITCH ENGINE \^ 347], explain insider concepts) diff --git a/Hardware_Requirements.md b/Hardware_Requirements.md index d3adaa3..58c34b7 100644 --- a/Hardware_Requirements.md +++ b/Hardware_Requirements.md @@ -10,7 +10,7 @@ Results are normally posted on the forums: http://forums.xonotic.org/showthread. > To all users of git and autobuilds: > -> please update, and then run “the big benchmark” as described at [[How to run the benchmark|Hardware_Requirements#how-to-run-the-benchmark]] +> please update, and then run “the big benchmark” as described at [How to run the benchmark](Hardware_Requirements#how-to-run-the-benchmark) > > Especially those of you who have performance problems are asked to run this. The test can, on older systems, take a few hours, so I’d recommend running it over night. > diff --git a/Home.md b/Home.md index bfd5424..76e78fc 100644 --- a/Home.md +++ b/Home.md @@ -6,130 +6,130 @@ This is a wiki / development system where we can gather information for the futu Project ------- -- [[Frequently Asked Questions|Faq]] -- [[Public Relations|Pr]] -- Check out our [[Project Plan|Plan]] so far -- [[Organizational Structure|Organizational_Structure]] -- [[Roles and Skills|Roles]] of contributing community members -- [[IRC channels|Channels]] -- [[Community development|Community_development]] planning -- [[Licensing / Legal|Legal]] -- [[Announcements]] +- [Frequently Asked Questions](Faq) +- [Public Relations](Pr) +- Check out our [Project Plan](Plan) so far +- [Organizational Structure](Organizational_Structure) +- [Roles and Skills](Roles) of contributing community members +- [IRC channels](Channels) +- [Community development](Community_development) planning +- [Licensing / Legal](Legal) +- [Announcements](Announcements) - [Roadmap to v1](http://dev.xonotic.org/versions/show/3) -- [[Repository Access|Repository_Access]] (how to compile from git) (see also [[Git]]) -- [[Website]] Plannning -- [[Xonotic compatibility pack|Xonotic_compatibility_pack]] a small pk3 that will rebrand a default Nexuiz install -- Notes from brainstorming [[ideas for names|names]] -- [[Hardware Requirements|Hardware_Requirements]] +- [Repository Access](Repository_Access) (how to compile from git) (see also [Git](Git)) +- [Website](Website) Plannning +- [Xonotic compatibility pack](Xonotic_compatibility_pack) a small pk3 that will rebrand a default Nexuiz install +- Notes from brainstorming [ideas for names](names) +- [Hardware Requirements](Hardware_Requirements) Gameplay -------- -- [[HALOGENE’S NEWBIE CORNER|Halogenes_Newbie_Corner]] - - [[Movement|Halogenes_Newbie_Corner#movement]] - - [[Bunny Hopping|Halogenes_Newbie_Corner#bunny hopping]] - - [[Laser Jumping|Halogenes_Newbie_Corner#laser jumping]] - - [[Wall Lasering|Halogenes_Newbie_Corner#wall lasering]] - - [[Ramp Jumping|Halogenes_Newbie_Corner#ramp jumping]] - - [[Weapons|Halogenes_Newbie_Corner#weapons]] - - [[Laser|Halogenes_Newbie_Corner#laser]] - - [[Shotgun|Halogenes_Newbie_Corner#shotgun]] - - [[Machinegun/Uzi|Halogenes_Newbie_Corner#machinegunuzi]] - - [[Mortar|Halogenes_Newbie_Corner#mortar]] - - [[Electro|Halogenes_Newbie_Corner#electro]] - - [[Crylink|Halogenes_Newbie_Corner#crylink]] - - [[Nex|Halogenes_Newbie_Corner#nex]] - - [[Hagar|Halogenes_Newbie_Corner#hagar]] - - [[Rocket Launcher|Halogenes_Newbie_Corner#rocket launcher]] - - [[Gameplay Tricks|Halogenes_Newbie_Corner#gameplay tricks]] - - [[Weapon Comboing|Halogenes_Newbie_Corner#weapon comboing]] - - [[Keyboard Setup|Halogenes_Newbie_Corner#keyboard setup]] - - [[Splash Damage Travels Through Walls|Halogenes_Newbie_Corner#splash damage travels through walls]] - - [[Stay Healthy|Halogenes_Newbie_Corner#stay healthy]] - - [[Listen|Halogenes_Newbie_Corner#listen]] - - [[Console ABC|Halogenes_Newbie_Corner#console abc]] - - [[Optimizing Perception|Halogenes_Newbie_Corner#optimizing perception]] - - [[Visuals|Halogenes_Newbie_Corner#visuals]] - - [[Damage Blur|Halogenes_Newbie_Corner#damage blur]] - - [[Field of View|Halogenes_Newbie_Corner#field of view]] - - [[Visible Players|Halogenes_Newbie_Corner#visible players]] - - [[Reducing Effects|Halogenes_Newbie_Corner#reducing effects]] - - [[Picmip and Simple Items|Halogenes_Newbie_Corner#picmip and simple items]] - - [[Crosshair|Halogenes_Newbie_Corner#crosshair]] - - [[Fine Tuning|Halogenes_Newbie_Corner#fine tuning]] - - [[Audio|Halogenes_Newbie_Corner#audio]] +- [HALOGENE’S NEWBIE CORNER](Halogenes_Newbie_Corner) + - [Movement](Halogenes_Newbie_Corner#movement) + - [Bunny Hopping](Halogenes_Newbie_Corner#bunny hopping) + - [Laser Jumping](Halogenes_Newbie_Corner#laser jumping) + - [Wall Lasering](Halogenes_Newbie_Corner#wall lasering) + - [Ramp Jumping](Halogenes_Newbie_Corner#ramp jumping) + - [Weapons](Halogenes_Newbie_Corner#weapons) + - [Laser](Halogenes_Newbie_Corner#laser) + - [Shotgun](Halogenes_Newbie_Corner#shotgun) + - [Machinegun/Uzi](Halogenes_Newbie_Corner#machinegunuzi) + - [Mortar](Halogenes_Newbie_Corner#mortar) + - [Electro](Halogenes_Newbie_Corner#electro) + - [Crylink](Halogenes_Newbie_Corner#crylink) + - [Nex](Halogenes_Newbie_Corner#nex) + - [Hagar](Halogenes_Newbie_Corner#hagar) + - [Rocket Launcher](Halogenes_Newbie_Corner#rocket launcher) + - [Gameplay Tricks](Halogenes_Newbie_Corner#gameplay tricks) + - [Weapon Comboing](Halogenes_Newbie_Corner#weapon comboing) + - [Keyboard Setup](Halogenes_Newbie_Corner#keyboard setup) + - [Splash Damage Travels Through Walls](Halogenes_Newbie_Corner#splash damage travels through walls) + - [Stay Healthy](Halogenes_Newbie_Corner#stay healthy) + - [Listen](Halogenes_Newbie_Corner#listen) + - [Console ABC](Halogenes_Newbie_Corner#console abc) + - [Optimizing Perception](Halogenes_Newbie_Corner#optimizing perception) + - [Visuals](Halogenes_Newbie_Corner#visuals) + - [Damage Blur](Halogenes_Newbie_Corner#damage blur) + - [Field of View](Halogenes_Newbie_Corner#field of view) + - [Visible Players](Halogenes_Newbie_Corner#visible players) + - [Reducing Effects](Halogenes_Newbie_Corner#reducing effects) + - [Picmip and Simple Items](Halogenes_Newbie_Corner#picmip and simple items) + - [Crosshair](Halogenes_Newbie_Corner#crosshair) + - [Fine Tuning](Halogenes_Newbie_Corner#fine tuning) + - [Audio](Halogenes_Newbie_Corner#audio) - Game Mechanics - - [[Impulse map|impulse_map]] - - [[Items]] - - [[Maps]] - - [[Players]] - - [[Vehicles]] - - [[Weapons]] + - [Impulse map](impulse_map) + - [Items](Items) + - [Maps](Maps) + - [Players](Players) + - [Vehicles](Vehicles) + - [Weapons](Weapons) - Gamemodes - - [[Arena]] - - [[Assault]] - - [[Capture the Flag|Capture_the_Flag]] - - [[Clan Arena|Clan_Arena]] - - [[Deathmatch]] - - [[1v1 Duel|1v1_Duel]] - - [[Domination]] - - [[Freeze Tag|Freeze_Tag]] - - [[Keepaway]] - - [[Key Hunt|Key_Hunt]] - - [[Last Man Standing|Last_Man_Standing]] - - [[Nexball]] - - [[Onslaught]] - - [[Race]] - - [[Race CTS|Race_CTS]] - - [[Runematch|Rune]] - - [[Team Deathmatch|Team_Deathmatch]] - - [[Conquest]] + - [Arena](Arena) + - [Assault](Assault) + - [Capture the Flag](Capture_the_Flag) + - [Clan Arena](Clan_Arena) + - [Deathmatch](Deathmatch) + - [1v1 Duel](1v1_Duel) + - [Domination](Domination) + - [Freeze Tag](Freeze_Tag) + - [Keepaway](Keepaway) + - [Key Hunt](Key_Hunt) + - [Last Man Standing](Last_Man_Standing) + - [Nexball](Nexball) + - [Onslaught](Onslaught) + - [Race](Race) + - [Race CTS](Race_CTS) + - [Runematch](Rune) + - [Team Deathmatch](Team_Deathmatch) + - [Conquest](Conquest) - Mutators - - [[Dodging]] - - [[Midair]] - - [[Vampire]] - - [[Blood Loss]] - - [[Low Gravity]] - - [[Cloak]] - - [[Relics]] - - [[Weapon Arena]] - - [[Grappling Hook|Grappling_Hook]] - - [[Jet Pack]] - - [[Rocket Flying]] - - [[Pinata]] - - [[Weapons Stay]] - - [[MinstaGib]] - - [[NIX]] + - [Dodging](Dodging) + - [Midair](Midair) + - [Vampire](Vampire) + - [Blood Loss](Blood Loss) + - [Low Gravity](Low Gravity) + - [Cloak](Cloak) + - [Relics](Relics) + - [Weapon Arena](Weapon Arena) + - [Grappling Hook](Grappling_Hook) + - [Jet Pack](Jet Pack) + - [Rocket Flying](Rocket Flying) + - [Pinata](Pinata) + - [Weapons Stay](Weapons Stay) + - [MinstaGib](MinstaGib) + - [NIX](NIX) - Misc - - [[Camera for demos explained|Demo_Camera]] - - [[Xonotic Bot Orchestra|Xonotic_Bot_Orchestra]] + - [Camera for demos explained](Demo_Camera) + - [Xonotic Bot Orchestra](Xonotic_Bot_Orchestra) Art & Media ----------- -- [[Art Roadmap|Art_Roadmap]] -- [[Artistic Style|Artistic_Style]] -- [[Xonotic Logo|Logo]] -- [[Maps Makeover|Maps_Makeover]] -- [[Weapons Makeover|Weapons_Makeover]] - - [[New weapon names discussion|NamesWeapons]] -- [[2d art]] -- [[Music]] - - [[Music contributions|Music_contributions]] -- [[Sound FX|Sound_FX]] - - [[Sound FX contributions|Sound_FX_contributions]] +- [Art Roadmap](Art_Roadmap) +- [Artistic Style](Artistic_Style) +- [Xonotic Logo](Logo) +- [Maps Makeover](Maps_Makeover) +- [Weapons Makeover](Weapons_Makeover) + - [New weapon names discussion](NamesWeapons) +- [2d art](2d art) +- [Music](Music) + - [Music contributions](Music_contributions) +- [Sound FX](Sound_FX) + - [Sound FX contributions](Sound_FX_contributions) - Story Themes - - [[Close to home|Close_to_home]] - - [[Tech Conglomerate|Tech_Conglomerate]] + - [Close to home](Close_to_home) + - [Tech Conglomerate](Tech_Conglomerate) Additional Engine References ---------------------------- -- [[Darkplaces Parameters|Darkplaces_Parameters]] +- [Darkplaces Parameters](Darkplaces_Parameters) Editing ------- @@ -137,24 +137,24 @@ 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|Introduction_to_QuakeC]] + - [Introduction to QuakeC](Introduction_to_QuakeC) - [DarkPlaces Wiki](http://dpwiki.slipgateconstruct.com/) - [QuakeC Specifications v1.0](http://www.gamers.org/dEngine/quake/spec/quake-spec34/qc-menu.htm) - [QuakeC tutorials](http://www.inside3d.com/tutorials.php) at inside3d.com - - [[NewQC]] - Possible changes regarding QC (compiler, syntax, …) - -- [[Modeling]] - - [[Textures know-how|Textures]] - - [[Normal Maps know-how|Normal_Maps]] - - [[Polygon count|Polycounts]] on Weapons and Models - - [[.framegroups|framegroups]] file (allow self playing animations) know-how - - [[.sounds|Voices_and_sounds]] file (player model sounds) know-how - - [[How to compile dpm models|dpmodel]] - - [[How to make weapons|Weaponsystem]] - - How to get an animated mesh from [[Blender to DPM|Blender_to_DPM]] + - [NewQC](NewQC) - Possible changes regarding QC (compiler, syntax, …) + +- [Modeling](Modeling) + - [Textures know-how](Textures) + - [Normal Maps know-how](Normal_Maps) + - [Polygon count](Polycounts) on Weapons and Models + - [.framegroups](framegroups) file (allow self playing animations) know-how + - [.sounds](Voices_and_sounds) file (player model sounds) know-how + - [How to compile dpm models](dpmodel) + - [How to make weapons](Weaponsystem) + - How to get an animated mesh from [Blender to DPM](Blender_to_DPM) - [Inter-Quake Model (IQM) Format](http://lee.fov120.com/iqm/) - - [[Player Model Spec|Player_Model_Spec]] - - [[Blender to IQM|Blender_to_IQM]] + - [Player Model Spec](Player_Model_Spec) + - [Blender to IQM](Blender_to_IQM) - Texturing - Tutorials [1](http://www.cgtextures.com/content.php?action=tutorials) @@ -164,17 +164,17 @@ In this section you will find helpful information about editing Xonotic in gener - [Q3A Shader Manual](http://toolz.nexuizninjaz.com/shader/) - Configuration - - [[Capturing video clips and using the demo camera|democapture]] - - [[Git]] + - [Capturing video clips and using the demo camera](democapture) + - [Git](Git) -- [[Mapping]] - - [[Creating Maps|Creating_Maps]] - - [[Mapper resources|Mapper_resources]] +- [Mapping](Mapping) + - [Creating Maps](Creating_Maps) + - [Mapper resources](Mapper_resources) - [Map naming convention](http://alientrap.org/forum/viewtopic.php?f=2&t=2363&sid=4f8a9e06ada52255e98bdfa744ec6beb#p27330) References ---------- -- [[Git]] -- [[Forbidden disposable e-mail providers|Forbidden_disposable_e-mail_providers]] +- [Git](Git) +- [Forbidden disposable e-mail providers](Forbidden_disposable_e-mail_providers) diff --git a/Irclog.md b/Irclog.md index e89690d..93bfc77 100644 --- a/Irclog.md +++ b/Irclog.md @@ -5342,7 +5342,7 @@ Irclog Mar 05 15:20:17 I see "new file" where I can attach a file Mar 05 15:21:41 <}-z-{> just go to the url Mar 05 15:21:45 <}-z-{> or create a link in an existing page - Mar 05 15:21:54 <}-z-{> [[my_new_page|click me for new page]] + Mar 05 15:21:54 <}-z-{> [my_new_page](click me for new page) Mar 05 15:23:02 shouldn't we hide this channel? Mar 05 15:23:14 <}-z-{> isn't it p? Mar 05 15:23:16 <}-z-{> omg it was @@ -5437,7 +5437,7 @@ Irclog Mar 05 16:45:54 <}-z-{> I told you two ways Mar 05 16:46:02 <}-z-{> extend the url ...wiki/my_new_page Mar 05 16:46:07 <}-z-{> or create a link on an existing page - Mar 05 16:46:18 <}-z-{> [[my_new_page|linking text]] + Mar 05 16:46:18 <}-z-{> [my_new_page](linking text) Mar 05 16:46:19 ok Mar 05 16:52:37 http://dev.xonotic.org/projects/notnexuiz/wiki/Names Mar 05 16:52:47 <}-z-{> noice diff --git a/Key_Hunt.md b/Key_Hunt.md index 78dc72f..3ac7a40 100644 --- a/Key_Hunt.md +++ b/Key_Hunt.md @@ -23,8 +23,8 @@ Map Entities Helpful Hints and Tips ---------------------- -- Some maps can contain powerups like “[[Strength]]” or “[[Shield]]” (which usually spawn every 2 minutes). They can be useful tools to win a match! -- [[Binds]] are very useful again to coordinate the team. +- Some maps can contain powerups like “[Strength](Strength)” or “[Shield](Shield)” (which usually spawn every 2 minutes). They can be useful tools to win a match! +- [Binds](Binds) are very useful again to coordinate the team. List of Demos and Videos ------------------------ diff --git a/Last_Man_Standing.md b/Last_Man_Standing.md index 944e1b5..d3decd9 100644 --- a/Last_Man_Standing.md +++ b/Last_Man_Standing.md @@ -6,7 +6,7 @@ Last Man Standing (LMS) Object of the Game ------------------ -In LMS you start with a special amount of lives (9 by default) and with every weapon (except [[Mine Layer|Weapons]]; [[HLAC|Weapons]]; [[T.A.G. Seeker|Weapons]]; [[Fireball|Weapons]]; [[Grappling Hook|Weapons]]; [[Port-O-Launch|Weapons]] and the [[@#!%’n Tuba|Weapons]]). For each death you lose 1 live and once you run out of your lives you will have to spectate until the end of the map. The last one that survives is the “Last Man Standing” and wins the map. +In LMS you start with a special amount of lives (9 by default) and with every weapon (except [Mine Layer](Weapons); [HLAC](Weapons); [T.A.G. Seeker](Weapons); [Fireball](Weapons); [Grappling Hook](Weapons); [Port-O-Launch](Weapons) and the [@#!%’n Tuba](Weapons)). For each death you lose 1 live and once you run out of your lives you will have to spectate until the end of the map. The last one that survives is the “Last Man Standing” and wins the map. Map Entities ------------ diff --git a/Logo.md b/Logo.md index a900b4a..a1c8a36 100644 --- a/Logo.md +++ b/Logo.md @@ -8,13 +8,13 @@ Official Logo Original Concepts ----------------- -- -z- [[Concept Art|Concept_Art]] +- -z- [Concept Art](Concept_Art) - [Dokujisan](http://www.nullgaming.com/stuff/x/) - [Source for current official logo](http://www.nullgaming.com/stuff/x/source) - [Spaceman](http://leela.org.uk/xonotic/index.htm) - Morphed [1](http://img688.imageshack.us/img688/2221/xonoticlogo9.jpg) [2](http://img708.imageshack.us/img708/8302/xonoticlogo8.jpg) [3](http://www.morphed.planetnexuiz.com/xonotich264v3.mp4) - MirceaKitsune [1b](http://dev.xonotic.org/attachments/download/17/logo_idea_5.jpg) [1o](http://dev.xonotic.org/attachments/download/18/logo_idea_7.jpg) [2b](http://dev.xonotic.org/attachments/download/20/logo_idea_8.jpg) [2o](http://dev.xonotic.org/attachments/download/21/logo_idea_9.jpg) [3b](http://dev.xonotic.org/attachments/download/23/logo_idea_10.jpg) [3o](http://dev.xonotic.org/attachments/download/24/logo_idea_11.jpg) [1-2-3src](http://dev.xonotic.org/attachments/download/22/xonotic_logo1_mirceakitsune_v2.psd) - [XenoTheBlind](http://xeno.planetnexuiz.com/xeno/xonotic_logo_basic_svg_26.svg) -- *[[Logo vote|Logo_vote]]* -- *[[Logo vote results|Logo_vote_results]]* +- *[Logo vote](Logo_vote)* +- *[Logo vote results](Logo_vote_results)* diff --git a/Mapping-Introduction.md b/Mapping-Introduction.md index 833e12b..dfe72e2 100644 --- a/Mapping-Introduction.md +++ b/Mapping-Introduction.md @@ -11,5 +11,5 @@ REQUIREMENTS also if the main site doesn’t have a download you can always get it from http://beta.xonotic.org/autobuild/ … username xonotic … password g-23 - time -0 [[mapping-Setup]] \>\> +0 [mapping-Setup](mapping-Setup) \>\> diff --git a/Mapping-NetRadiant.md b/Mapping-NetRadiant.md index 119478b..5bcfe2d 100644 --- a/Mapping-NetRadiant.md +++ b/Mapping-NetRadiant.md @@ -34,7 +34,7 @@ Basic controls for 3d view (although we havn’t put anything in it yet, so its - rightclick triggers look mode - while in look mode move the mouse to look around and the mousewheel to fly around the 3d scene -\<\< [[mapping-Setup]] 2 [[mapping-FirstRoom]] \>\> +\<\< [mapping-Setup](mapping-Setup) 2 [mapping-FirstRoom](mapping-FirstRoom) \>\> -… [[Creating_Maps]] … +… [Creating_Maps](Creating_Maps) … diff --git a/Mapping-Setup.md b/Mapping-Setup.md index 4a0c9d1..4249a41 100644 --- a/Mapping-Setup.md +++ b/Mapping-Setup.md @@ -45,7 +45,7 @@ editors note :: is this step required … im not sure —\> Now take the mapping When you first start up radiant it may ask where the install location is. Simply, point it to the install location. Then net radaint should start,and the lower right pane should have lists of texture packs. If there are no texture packs, then refer back to step 5. -\<\< [[mapping-Introduction]] 1 [[mapping-NetRadiant]] \>\> +\<\< [mapping-Introduction](mapping-Introduction) 1 [mapping-NetRadiant](mapping-NetRadiant) \>\> -… [[Creating_Maps]] … +… [Creating_Maps](Creating_Maps) … diff --git a/Mapping.md b/Mapping.md index c2c6775..397d6c8 100644 --- a/Mapping.md +++ b/Mapping.md @@ -1,29 +1,29 @@ Mapping ======= -- [[Netradiant]] The primary program that we use for mapping. The article inside covers installation of NetRadiant. +- [Netradiant](Netradiant) The primary program that we use for mapping. The article inside covers installation of NetRadiant. Basics of mapping - the NetRadiant handbook ------------------------------------------- -- [[Basic mapping in Radiant|Basic_mapping_in_Radiant]] - Basic manipulation techniques -- [[Basic texturing|Basic_texturing]] - How to make the map look colorful and pretty -- [[Patches]] - When straight lines just don’t cut it -- [[Lighting]] - And the Mapper said - let there be light! -- [[Shaders]] - Some extra more twist to textures. If you’d like to, literally. -- [[Entities]] - Platforms, trains, speakers, new toys, new toys -- [[Hinting]] - Hint: there are things that might better not be seen +- [Basic mapping in Radiant](Basic_mapping_in_Radiant) - Basic manipulation techniques +- [Basic texturing](Basic_texturing) - How to make the map look colorful and pretty +- [Patches](Patches) - When straight lines just don’t cut it +- [Lighting](Lighting) - And the Mapper said - let there be light! +- [Shaders](Shaders) - Some extra more twist to textures. If you’d like to, literally. +- [Entities](Entities) - Platforms, trains, speakers, new toys, new toys +- [Hinting](Hinting) - Hint: there are things that might better not be seen Game-type specific mapping -------------------------- -- [[Deathmatch]] - Free-for-all -- [[Team deathmatch|Team_deathmatch]] - I got you covered, mate. -- [[CTF - Capture the flag|CTF_-_Capture_the_flag]] - I got the flag, I GOT THE FLAG!! -- [[Domination]] - Divide et impera -- [[Onslaught]] - Now with vehicles! +- [Deathmatch](Deathmatch) - Free-for-all +- [Team deathmatch](Team_deathmatch) - I got you covered, mate. +- [CTF - Capture the flag](CTF_-_Capture_the_flag) - I got the flag, I GOT THE FLAG!! +- [Domination](Domination) - Divide et impera +- [Onslaught](Onslaught) - Now with vehicles! ### Advanced mapping -- [[WarpZones]] - Creating WarpZones +- [WarpZones](WarpZones) - Creating WarpZones diff --git a/Maps.md b/Maps.md index 78b9c05..38af012 100644 --- a/Maps.md +++ b/Maps.md @@ -10,14 +10,14 @@ Afterslime [![](http://pics.nexuizninjaz.com/images/6a4kwp6feddhv9ktycf_thumb.jpg)](http://pics.nexuizninjaz.com/images/6a4kwp6feddhv9ktycf.jpg) [![](http://pics.nexuizninjaz.com/images/kdk8n1sudpej0ogrhkmz_thumb.jpg)](http://pics.nexuizninjaz.com/images/kdk8n1sudpej0ogrhkmz.jpg) **Gamemodes**: -[[Arena]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Freeze Tag]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Arena](Arena); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Freeze Tag](Freeze Tag); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [kuniu the frogg](http://forums.xonotic.org/member.php?action=profile&uid=184) **Description**: Medium sized indoor deathmatch map @@ -28,7 +28,7 @@ Courtfun [![](http://pics.nexuizninjaz.com/images/7a3uhq6qnv0dzkqdx12z_thumb.jpg)](http://pics.nexuizninjaz.com/images/7a3uhq6qnv0dzkqdx12z.jpg) [![](http://pics.nexuizninjaz.com/images/v0ep06psqjtnso74zm4t_thumb.jpg)](http://pics.nexuizninjaz.com/images/v0ep06psqjtnso74zm4t.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [SavageX](http://forums.xonotic.org/member.php?action=profile&uid=91), [Calinou](http://forums.xonotic.org/member.php?action=profile&uid=524) @@ -40,7 +40,7 @@ Dance [![](http://pics.nexuizninjaz.com/images/6id08t6spggluwlkms9b_thumb.jpg)](http://pics.nexuizninjaz.com/images/6id08t6spggluwlkms9b.jpg) [![](http://pics.nexuizninjaz.com/images/ropjquf01ktbmgp8r5tw_thumb.jpg)](http://pics.nexuizninjaz.com/images/ropjquf01ktbmgp8r5tw.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [dublpaws](http://forums.xonotic.org/member.php?action=profile&uid=81), [FruitieX](http://forums.xonotic.org/member.php?action=profile&uid=29) @@ -52,11 +52,11 @@ Docking Station G-23 [![](http://pics.nexuizninjaz.com/images/syx3pnwgeftdm8gkgjc_thumb.jpg)](http://pics.nexuizninjaz.com/images/syx3pnwgeftdm8gkgjc.jpg) [![](http://pics.nexuizninjaz.com/images/jdpzeulql042834gb69_thumb.jpg)](http://pics.nexuizninjaz.com/images/jdpzeulql042834gb69.jpg) **Gamemodes**: -[[Deathmatch]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Last Man Standing]]; -[[Rune|Runematch]] +[Deathmatch](Deathmatch); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Last Man Standing](Last Man Standing); +[Rune](Runematch) **Author**: [Moo](http://forums.xonotic.org/member.php?action=profile&uid=31) **Description**: You and your expert team of soldiers have docked Docking Station G-23 for retrieving a package and letting no one stand in your way @@ -67,16 +67,16 @@ Glow Plant [![](http://pics.nexuizninjaz.com/images/1peoczb7mnq1xqh0cs_thumb.jpg)](http://pics.nexuizninjaz.com/images/1peoczb7mnq1xqh0cs.jpg) [![](http://pics.nexuizninjaz.com/images/u6jt9awfjkhni9u0oe5_thumb.jpg)](http://pics.nexuizninjaz.com/images/u6jt9awfjkhni9u0oe5.jpg) **Gamemodes**: -[[Arena]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Domination]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Arena](Arena); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Domination](Domination); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [tZork](http://forums.xonotic.org/member.php?action=profile&uid=39), [Cuinnton](http://forums.xonotic.org/member.php?action=profile&uid=61) @@ -88,7 +88,7 @@ Leave’em Behind [![](http://pics.nexuizninjaz.com/images/hemahfpxj89mpgw6ub_thumb.jpg)](http://pics.nexuizninjaz.com/images/hemahfpxj89mpgw6ub.jpg) [![](http://pics.nexuizninjaz.com/images/elh7krr4s179s4pdnucn_thumb.jpg)](http://pics.nexuizninjaz.com/images/elh7krr4s179s4pdnucn.jpg) **Gamemodes**: -[[Race]] +[Race](Race) **Author**: [C.Brutail](http://forums.xonotic.org/member.php?action=profile&uid=15), [Cortez](http://forums.xonotic.org/member.php?action=profile&uid=95) @@ -100,7 +100,7 @@ Newtonian Nightmare [![](http://pics.nexuizninjaz.com/images/nmr3g0cwrwr95ecdr6j8_thumb.jpg)](http://pics.nexuizninjaz.com/images/nmr3g0cwrwr95ecdr6j8.jpg) [![](http://pics.nexuizninjaz.com/images/9qjdz6ltz81ael3gyc5c_thumb.jpg)](http://pics.nexuizninjaz.com/images/9qjdz6ltz81ael3gyc5c.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [C.Brutail](:http://forums.xonotic.org/member.php?action=profile&uid=15) **Description**: The modified physics of this orbiting battleground is Sir Isaac’s worst nightmare @@ -111,7 +111,7 @@ Nexball Arena [![](http://pics.nexuizninjaz.com/images/pv20opnqa15d06uu9i6s_thumb.jpg)](http://pics.nexuizninjaz.com/images/pv20opnqa15d06uu9i6s.jpg) [![](http://pics.nexuizninjaz.com/images/opaga2r507jphuw38ftr_thumb.jpg)](http://pics.nexuizninjaz.com/images/opaga2r507jphuw38ftr.jpg) **Gamemodes**: -[[Nexball]] +[Nexball](Nexball) **Author**: [Revenant](http://forums.xonotic.org/member.php?action=profile&uid=670), [Cortez](http://forums.xonotic.org/member.php?action=profile&uid=95), @@ -126,19 +126,19 @@ Red Planet [![](http://pics.nexuizninjaz.com/images/o45wl5wvc92xszxkc35e_thumb.jpg)](http://pics.nexuizninjaz.com/images/o45wl5wvc92xszxkc35e.jpg) [![](http://pics.nexuizninjaz.com/images/srkx6dw39u7tgeb708h_thumb.jpg)](http://pics.nexuizninjaz.com/images/srkx6dw39u7tgeb708h.jpg) **Gamemodes**: -[[Arena]]; -[[Capture the Flag|Capture The Flag]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Domination]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Nexball]]; -[[Onslaught]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Arena](Arena); +[Capture the Flag](Capture The Flag); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Domination](Domination); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Nexball](Nexball); +[Onslaught](Onslaught); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [Mircea Kitsune](http://forums.xonotic.org/member.php?action=profile&uid=12), [Cuinnton](http://forums.xonotic.org/member.php?action=profile&uid=61), @@ -151,17 +151,17 @@ Running Man [![](http://pics.nexuizninjaz.com/images/7ftovrfx13qdphesy0hu_thumb.jpg)](http://pics.nexuizninjaz.com/images/7ftovrfx13qdphesy0hu.jpg) [![](http://pics.nexuizninjaz.com/images/sfok6oath5ijg5zdcih_thumb.jpg)](http://pics.nexuizninjaz.com/images/sfok6oath5ijg5zdcih.jpg) **Gamemodes**: -[[Arena]]; -[[Capture the Flag|Capture The Flag]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Domination]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Onslaught]]; -[[Rune|Runematch]] +[Arena](Arena); +[Capture the Flag](Capture The Flag); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Domination](Domination); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Onslaught](Onslaught); +[Rune](Runematch) **Author**: [Strahlemann](http://forums.xonotic.org/member.php?action=profile&uid=259), [FruitieX](http://forums.xonotic.org/member.php?action=profile&uid=29) @@ -173,7 +173,7 @@ Space Elevator [![](http://pics.nexuizninjaz.com/images/bjmr3issd2dho77amxw2_thumb.jpg)](http://pics.nexuizninjaz.com/images/bjmr3issd2dho77amxw2.jpg) [![](http://pics.nexuizninjaz.com/images/hrxsa0tkrqjczh68w1qq_thumb.jpg)](http://pics.nexuizninjaz.com/images/hrxsa0tkrqjczh68w1qq.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [FruitieX](http://forums.xonotic.org/member.php?action=profile&uid=29), [Cuinnton](http://forums.xonotic.org/member.php?action=profile&uid=61) @@ -185,17 +185,17 @@ Stormkeep [![](http://pics.nexuizninjaz.com/images/26myfcu1os1g2n6k9hh_thumb.jpg)](http://pics.nexuizninjaz.com/images/26myfcu1os1g2n6k9hh.jpg) [![](http://pics.nexuizninjaz.com/images/pc1lw4tnmpb0xsd2w61_thumb.jpg)](http://pics.nexuizninjaz.com/images/pc1lw4tnmpb0xsd2w61.jpg) **Gamemodes**: -[[Arena]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Domination]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Race]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Arena](Arena); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Domination](Domination); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Race](Race); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [FruitieX](http://forums.xonotic.org/member.php?action=profile&uid=29), [tZork](http://forums.xonotic.org/member.php?action=profile&uid=39), @@ -210,7 +210,7 @@ Techassault [![](http://pics.nexuizninjaz.com/images/8f3svn0gletr3h7fi4v8_thumb.jpg)](http://pics.nexuizninjaz.com/images/8f3svn0gletr3h7fi4v8.jpg) [![](http://pics.nexuizninjaz.com/images/43669ti4u8zvhfvpr35a_thumb.jpg)](http://pics.nexuizninjaz.com/images/43669ti4u8zvhfvpr35a.jpg) **Gamemodes**: -[[Assault]] +[Assault](Assault) **Author**: [SavageX](http://forums.xonotic.org/member.php?action=profile&uid=91), [Cortez](http://forums.xonotic.org/member.php?action=profile&uid=95) @@ -222,14 +222,14 @@ Xoylent [![](http://pics.nexuizninjaz.com/images/gk2qh1ehaklye1tja_thumb.jpg)](http://pics.nexuizninjaz.com/images/gk2qh1ehaklye1tja.jpg) [![](http://pics.nexuizninjaz.com/images/vh8gd871tpj744ttk35_thumb.jpg)](http://pics.nexuizninjaz.com/images/vh8gd871tpj744ttk35.jpg) **Gamemodes**: -[[Arena]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Last Man Standing]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Arena](Arena); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Last Man Standing](Last Man Standing); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [sev](http://forums.xonotic.org/member.php?action=profile&uid=46), [Strahlemann](http://forums.xonotic.org/member.php?action=profile&uid=259) @@ -249,13 +249,13 @@ p\>. Go to [![](http://pics.nexuizninjaz.com/images/xtyayiavwt4n6eb50ki4_thumb.jpg)](http://pics.nexuizninjaz.com/images/xtyayiavwt4n6eb50ki4.jpg) [![](http://pics.nexuizninjaz.com/images/w5fpg2lm8c84vlv2j1lc_thumb.jpg)](http://pics.nexuizninjaz.com/images/w5fpg2lm8c84vlv2j1lc.jpg) **Gamemodes**: -[[Domination]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Domination](Domination); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [O.I.B.](http://forums.xonotic.org/member.php?action=profile&uid=99) **Descirption**: A murderball2002 remake @@ -266,7 +266,7 @@ p\>. Go to [![](http://pics.nexuizninjaz.com/images/2dihj5bbmvrbp762wgyk_thumb.jpg)](http://pics.nexuizninjaz.com/images/2dihj5bbmvrbp762wgyk.jpg) [![](http://pics.nexuizninjaz.com/images/rhvhyx4o7seld5odq4w1_thumb.jpg)](http://pics.nexuizninjaz.com/images/rhvhyx4o7seld5odq4w1.jpg) **Gamemodes**: -[[Deathmatch]] +[Deathmatch](Deathmatch) **Author**: [C.Brutail](http://forums.xonotic.org/member.php?action=profile&uid=15) **Description**: @@ -277,13 +277,13 @@ Abandoned [![](http://pics.nexuizninjaz.com/images/sccehzm1flmiis95wqo_thumb.jpg)](http://pics.nexuizninjaz.com/images/sccehzm1flmiis95wqo.jpg) [![](http://pics.nexuizninjaz.com/images/95epgbtx0nihrhmuzkh0_thumb.jpg)](http://pics.nexuizninjaz.com/images/95epgbtx0nihrhmuzkh0.jpg) **Gamemodes**: -[[Arena]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Arena](Arena); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [kuniu the frogg](http://forums.xonotic.org/member.php?action=profile&uid=184) **Description**: Abandoned orbital station @@ -294,15 +294,15 @@ Above [![](http://pics.nexuizninjaz.com/images/p8seil4yzqnza2a8hth_thumb.jpg)](http://pics.nexuizninjaz.com/images/p8seil4yzqnza2a8hth.jpg) [![](http://pics.nexuizninjaz.com/images/p3ji0pvu5dr1idof9uh_thumb.jpg)](http://pics.nexuizninjaz.com/images/p3ji0pvu5dr1idof9uh.jpg) **Gamemodes**: -[[Arena]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Arena](Arena); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [kuniu the frogg](http://forums.xonotic.org/member.php?action=profile&uid=184) **Description**: Don’t look down! @@ -313,15 +313,15 @@ Above Extended [![](http://pics.nexuizninjaz.com/images/j95fkh1efou5jh1my3d8_thumb.jpg)](http://pics.nexuizninjaz.com/images/j95fkh1efou5jh1my3d8.jpg) [![](http://pics.nexuizninjaz.com/images/aqdohtykn476t3hbzchm_thumb.jpg)](http://pics.nexuizninjaz.com/images/aqdohtykn476t3hbzchm.jpg) **Gamemodes**: -[[Arena]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Arena](Arena); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [kuniu the frogg](http://forums.xonotic.org/member.php?action=profile&uid=184) **Description**: Don’t look down! @@ -332,7 +332,7 @@ Accident [![](http://pics.nexuizninjaz.com/images/1wd0t5lox0c0vp1sipf9_thumb.jpg)](http://pics.nexuizninjaz.com/images/1wd0t5lox0c0vp1sipf9.jpg) [![](http://pics.nexuizninjaz.com/images/ial2qab9w3l6miu486g_thumb.jpg)](http://pics.nexuizninjaz.com/images/ial2qab9w3l6miu486g.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [Morphed](http://forums.xonotic.org/member.php?action=profile&uid=8) **Description**: Symetrical CTF map @@ -343,14 +343,14 @@ Aether [![](http://pics.nexuizninjaz.com/images/sr1zun0uqr7dvnzc1bx_thumb.jpg)](http://pics.nexuizninjaz.com/images/sr1zun0uqr7dvnzc1bx.jpg) [![](http://pics.nexuizninjaz.com/images/hdm4to0zl11lmutnpf1r_thumb.jpg)](http://pics.nexuizninjaz.com/images/hdm4to0zl11lmutnpf1r.jpg) **Gamemodes**: -[[Arena]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Domination]]; -[[Freeze Tag]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Team Deathmatch]] +[Arena](Arena); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Domination](Domination); +[Freeze Tag](Freeze Tag); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Team Deathmatch](Team Deathmatch) **Author**: [nowego](http://forums.xonotic.org/member.php?action=profile&uid=624), Tymo @@ -362,13 +362,13 @@ Aggressor [![](http://pics.nexuizninjaz.com/images/pium4b3486up4bfc8lp9_thumb.jpg)](http://pics.nexuizninjaz.com/images/pium4b3486up4bfc8lp9.jpg) [![](http://pics.nexuizninjaz.com/images/h4flv1ny9vo3ppsnc_thumb.jpg)](http://pics.nexuizninjaz.com/images/h4flv1ny9vo3ppsnc.jpg) **Gamemodes**: -[[Arena]]; -[[Deathmatch]]; -[[Domination]]; -[[Keepaway]]; -[[Last Man Standing]]; -[[Race]]; -[[Rune|Runematch]] +[Arena](Arena); +[Deathmatch](Deathmatch); +[Domination](Domination); +[Keepaway](Keepaway); +[Last Man Standing](Last Man Standing); +[Race](Race); +[Rune](Runematch) **Author**: [FruitieX](http://forums.xonotic.org/member.php?action=profile&uid=29), Tyrann, @@ -381,11 +381,11 @@ Aneurysm [![](http://pics.nexuizninjaz.com/images/wj62coxu4kan26ndyxkw_thumb.jpg)](http://pics.nexuizninjaz.com/images/wj62coxu4kan26ndyxkw.jpg) [![](http://pics.nexuizninjaz.com/images/pdvfkwsa768pfo8j7c7_thumb.jpg)](http://pics.nexuizninjaz.com/images/pdvfkwsa768pfo8j7c7.jpg) **Gamemodes**: -[[Clan Arena]]; -[[Deathmatch]]; -[[Last Man Standing]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Last Man Standing](Last Man Standing); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [Strahlemann](http://forums.xonotic.org/member.php?action=profile&uid=259), [atheros](http://forums.xonotic.org/member.php?action=profile&uid=71) @@ -397,7 +397,7 @@ Apace [![](http://pics.nexuizninjaz.com/images/jdwddtcbrrsnogj6380k_thumb.jpg)](http://pics.nexuizninjaz.com/images/jdwddtcbrrsnogj6380k.jpg) [![](http://pics.nexuizninjaz.com/images/lsfdte23yro2qmlusp2h_thumb.jpg)](http://pics.nexuizninjaz.com/images/lsfdte23yro2qmlusp2h.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [kuniu the frogg](http://forums.xonotic.org/member.php?action=profile&uid=184) **Description**: CTF arena inside of a large spaceship @@ -408,16 +408,16 @@ Aqueous [![](http://pics.nexuizninjaz.com/images/esivfo791qg1pwgh71bx_thumb.jpg)](http://pics.nexuizninjaz.com/images/esivfo791qg1pwgh71bx.jpg) [![](http://pics.nexuizninjaz.com/images/x8hwqliucx30d0iotmg6_thumb.jpg)](http://pics.nexuizninjaz.com/images/x8hwqliucx30d0iotmg6.jpg) **Gamemodes**: -[[Arena]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Race]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Arena](Arena); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Race](Race); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [theShadow](http://forums.xonotic.org/member.php?action=profile&uid=153) **Description**: Your watery grave @@ -428,16 +428,16 @@ Arahia [![](http://pics.nexuizninjaz.com/images/afz6rth7kggt2z9s5_thumb.jpg)](http://pics.nexuizninjaz.com/images/afz6rth7kggt2z9s5.jpg) [![](http://pics.nexuizninjaz.com/images/0zob36116o6tp3iae8no_thumb.jpg)](http://pics.nexuizninjaz.com/images/0zob36116o6tp3iae8no.jpg) **Gamemodes**: -[[Clan Arena]]; -[[Deathmatch]]; -[[Domination]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Onslaught]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Domination](Domination); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Onslaught](Onslaught); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [Morphed](http://forums.xonotic.org/member.php?action=profile&uid=8) **Description**: Battleground on forgotten planet @@ -448,15 +448,15 @@ Atelier [![](http://pics.nexuizninjaz.com/images/5iqmfw0kdkimfos2u8ht_thumb.jpg)](http://pics.nexuizninjaz.com/images/5iqmfw0kdkimfos2u8ht.jpg) [![](http://pics.nexuizninjaz.com/images/ai8jw0ek6k1t2x4jrlv_thumb.jpg)](http://pics.nexuizninjaz.com/images/ai8jw0ek6k1t2x4jrlv.jpg) **Gamemodes**: -[[Clan Arena]]; -[[Deathmatch]]; -[[Domination]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Domination](Domination); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [ShadoW](http://forums.xonotic.org/member.php?action=profile&uid=1235) **Description**: Large map, well suited for team games @@ -466,14 +466,14 @@ Atomforge [![](http://pics.nexuizninjaz.com/images/juk4p9mhequ8zwz653w_thumb.jpg)](http://pics.nexuizninjaz.com/images/juk4p9mhequ8zwz653w.jpg) [![](http://pics.nexuizninjaz.com/images/rpij5rk6siutn1vkmvg_thumb.jpg)](http://pics.nexuizninjaz.com/images/rpij5rk6siutn1vkmvg.jpg) -**Gamemodes** [[Arena]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Freeze Tag]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Rune|Runematch]]; -[[Team Deathamtch]] +**Gamemodes** [Arena](Arena); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Freeze Tag](Freeze Tag); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Rune](Runematch); +[Team Deathamtch](Team Deathamtch) **Author**: [kuniu the frogg](http://forums.xonotic.org/member.php?action=profile&uid=184) **Description**: Small, fast indoor DM map @@ -484,8 +484,8 @@ Attic [![](http://pics.nexuizninjaz.com/images/cbmss2znwfmtzibpyz3_thumb.jpg)](http://pics.nexuizninjaz.com/images/cbmss2znwfmtzibpyz3.jpg) [![](http://pics.nexuizninjaz.com/images/j8c621exbxuv3jtzvhsa_thumb.jpg)](http://pics.nexuizninjaz.com/images/j8c621exbxuv3jtzvhsa.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]]; -[[Onslaught]] +[Capture the Flag](Capture The Flag); +[Onslaught](Onslaught) **Author**: [kuniu the frogg](http://forums.xonotic.org/member.php?action=profile&uid=184) **Description**: Large indoor CTF map @@ -496,15 +496,15 @@ Azalea [![](http://pics.nexuizninjaz.com/images/i2q3kspalybhupcqdt0_thumb.jpg)](http://pics.nexuizninjaz.com/images/i2q3kspalybhupcqdt0.jpg) [![](http://pics.nexuizninjaz.com/images/3j0859c660f30ozeii2_thumb.jpg)](http://pics.nexuizninjaz.com/images/3j0859c660f30ozeii2.jpg) **Gamemodes**: -[[Arena]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Arena](Arena); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [kuniu the frogg](http://forums.xonotic.org/member.php?action=profile&uid=184) **Description**: Small indoors map designed for 1v1 games @@ -515,13 +515,13 @@ Azure [![](http://pics.nexuizninjaz.com/images/4b3j16i7tktlpp38i3e_thumb.jpg)](http://pics.nexuizninjaz.com/images/4b3j16i7tktlpp38i3e.jpg) [![](http://pics.nexuizninjaz.com/images/nvc6eq2uvmjgvm0pury_thumb.jpg)](http://pics.nexuizninjaz.com/images/nvc6eq2uvmjgvm0pury.jpg) **Gamemodes**: -[[Arena]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Arena](Arena); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [kuniu the frogg](http://forums.xonotic.org/member.php?action=profile&uid=184) **Description**: First map dude @@ -531,13 +531,13 @@ Bio Labour [![](http://pics.nexuizninjaz.com/images/2ld4q9ma1b72vmwbyumy_thumb.jpg)](http://pics.nexuizninjaz.com/images/2ld4q9ma1b72vmwbyumy.jpg) [![](http://pics.nexuizninjaz.com/images/lkvfbcptej9fyio7ytfz_thumb.jpg)](http://pics.nexuizninjaz.com/images/lkvfbcptej9fyio7ytfz.jpg) -**Gamemods**: [[Arena]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Last Man Standing]]; -[[Team Deathmatch]] +**Gamemods**: [Arena](Arena); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Last Man Standing](Last Man Standing); +[Team Deathmatch](Team Deathmatch) **Author**: [Maddin](http://forums.xonotic.org/member.php?action=profile&uid=1970) **Description**: Looks clean… but what are they doing here? @@ -548,10 +548,10 @@ Bloodrage [![](http://pics.nexuizninjaz.com/images/3hfkg5oqxddlez1szq_thumb.jpg)](http://pics.nexuizninjaz.com/images/3hfkg5oqxddlez1szq.jpg) [![](http://pics.nexuizninjaz.com/images/t8u2mhpe3ksom8ocf8b4_thumb.jpg)](http://pics.nexuizninjaz.com/images/t8u2mhpe3ksom8ocf8b4.jpg) **Gamemodes**: -[[Arena]]; -[[Deathmatch]]; -[[Last Man Standing]]; -[[Rune|Runematch]] +[Arena](Arena); +[Deathmatch](Deathmatch); +[Last Man Standing](Last Man Standing); +[Rune](Runematch) **Author**: [Cortez](http://forums.xonotic.org/member.php?action=profile&uid=95) **Description**: Small 1on1 map @@ -562,11 +562,11 @@ Bloodrun [![](http://pics.nexuizninjaz.com/images/sfnwphmlaf4p9ablwyd7_thumb.jpg)](http://pics.nexuizninjaz.com/images/sfnwphmlaf4p9ablwyd7.jpg) [![](http://pics.nexuizninjaz.com/images/wefjgjrt72ikc1sg6i5s_thumb.jpg)](http://pics.nexuizninjaz.com/images/wefjgjrt72ikc1sg6i5s.jpg) **Gamemodes**: -[[Arena]]; -[[Deathmatch]]; -[[Keepaway]]; -[[Last Man Standing]]; -[[Rune|Runematch]] +[Arena](Arena); +[Deathmatch](Deathmatch); +[Keepaway](Keepaway); +[Last Man Standing](Last Man Standing); +[Rune](Runematch) **Author**: [nifrek](http://forums.xonotic.org/member.php?action=profile&uid=49) **Description**: Q1 remake @@ -577,7 +577,7 @@ Bot Orchestra Stage [![](http://pics.nexuizninjaz.com/images/i0642xq9qhsutz5zibu_thumb.jpg)](http://pics.nexuizninjaz.com/images/i0642xq9qhsutz5zibu.jpg) [![](http://pics.nexuizninjaz.com/images/vjrrj4yaf3qat7botipc_thumb.jpg)](http://pics.nexuizninjaz.com/images/vjrrj4yaf3qat7botipc.jpg) **Gamemodes**: -[[Deathmatch]] +[Deathmatch](Deathmatch) **Author**: [divVerent](http://forums.xonotic.org/member.php?action=profile&uid=4) **Description**: @@ -588,12 +588,12 @@ Campgrounds [![](http://pics.nexuizninjaz.com/images/pu6t265zqtfmd1eeg55p_thumb.jpg)](http://pics.nexuizninjaz.com/images/pu6t265zqtfmd1eeg55p.jpg) [![](http://pics.nexuizninjaz.com/images/fb5vev6pogoetj9zu374_thumb.jpg)](http://pics.nexuizninjaz.com/images/fb5vev6pogoetj9zu374.jpg) **Gamemodes**: -[[Arena]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Last Man Standing]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Arena](Arena); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Last Man Standing](Last Man Standing); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [FraNcoTirAdoR](http://forums.xonotic.org/member.php?action=profile&uid=644) **Description**: @@ -604,12 +604,12 @@ Claustrophobia [![](http://pics.nexuizninjaz.com/images/pz4eu5ajrc83q4yf95t_thumb.jpg)](http://pics.nexuizninjaz.com/images/pz4eu5ajrc83q4yf95t.jpg) [![](http://pics.nexuizninjaz.com/images/jakjga41v2xnkhd9djy6_thumb.jpg)](http://pics.nexuizninjaz.com/images/jakjga41v2xnkhd9djy6.jpg) **Gamemodes**: -[[Arena]]; -[[Deathmatch]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Last Man Standing]]; -[[Rune|Runematch]] +[Arena](Arena); +[Deathmatch](Deathmatch); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Last Man Standing](Last Man Standing); +[Rune](Runematch) **Author**: [theShadow](http://forums.xonotic.org/member.php?action=profile&uid=153) **Description**: At the bottom of the ocean, no one can hear you scream as the walls close in around you @@ -620,7 +620,7 @@ Concourse [![](http://pics.nexuizninjaz.com/images/yb9g1pnlp8tna9y1wrl_thumb.jpg)](http://pics.nexuizninjaz.com/images/yb9g1pnlp8tna9y1wrl.jpg) [![](http://pics.nexuizninjaz.com/images/ffimbh9emvkosp92xwf_thumb.jpg)](http://pics.nexuizninjaz.com/images/ffimbh9emvkosp92xwf.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [vede](http://forums.xonotic.org/member.php?action=profile&uid=335) **Description**: A short, linear sci-fi-themed CTF/TDM map @@ -631,7 +631,7 @@ Condemned Castles [![](http://pics.nexuizninjaz.com/images/c09llhcac64lu9saf0b4_thumb.jpg)](http://pics.nexuizninjaz.com/images/c09llhcac64lu9saf0b4.jpg) [![](http://pics.nexuizninjaz.com/images/njjci5o32gphjhnoxdge_thumb.jpg)](http://pics.nexuizninjaz.com/images/njjci5o32gphjhnoxdge.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [Moo](http://forums.xonotic.org/member.php?action=profile&uid=31) **Description**: A castle-based CTF map @@ -642,7 +642,7 @@ Condenser [![](http://pics.nexuizninjaz.com/images/mpnenimc9tnnd0q8o0c_thumb.jpg)](http://pics.nexuizninjaz.com/images/mpnenimc9tnnd0q8o0c.jpg) [![](http://pics.nexuizninjaz.com/images/ruin21n3u40d00we1yf_thumb.jpg)](http://pics.nexuizninjaz.com/images/ruin21n3u40d00we1yf.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [Cuinnton](http://forums.xonotic.org/member.php?action=profile&uid=61) **Description**: @@ -653,9 +653,9 @@ Constructed [![](http://pics.nexuizninjaz.com/images/qxoheud3a2dnr7xeq4vi_thumb.jpg)](http://pics.nexuizninjaz.com/images/qxoheud3a2dnr7xeq4vi.jpg) [![](http://pics.nexuizninjaz.com/images/ivwvo9ac4my873ghruc_thumb.jpg)](http://pics.nexuizninjaz.com/images/ivwvo9ac4my873ghruc.jpg) **Gamemodes**: -[[Arena]]; -[[Deathmatch]]; -[[Last Man Standing]] +[Arena](Arena); +[Deathmatch](Deathmatch); +[Last Man Standing](Last Man Standing) **Author**: [Cortez](http://forums.xonotic.org/member.php?action=profile&uid=95) **Description**: Under construction @@ -666,7 +666,7 @@ CyberParcour 01 [![](http://pics.nexuizninjaz.com/images/7ps4m8bw36znoiym7cfh_thumb.jpg)](http://pics.nexuizninjaz.com/images/7ps4m8bw36znoiym7cfh.jpg) [![](http://pics.nexuizninjaz.com/images/d87ud6fasfhhw6w7gut_thumb.jpg)](http://pics.nexuizninjaz.com/images/d87ud6fasfhhw6w7gut.jpg) **Gamemodes**: -[[Race CTS]] +[Race CTS](Race CTS) **Author**: [sev](http://forums.xonotic.org/member.php?action=profile&uid=46) **Description**: @@ -677,7 +677,7 @@ CyberParcour 02 [![](http://pics.nexuizninjaz.com/images/2xt8x54bkk0ynrbrgkr2_thumb.jpg)](http://pics.nexuizninjaz.com/images/9qdbe6jq0yey6lz25k\_thumb.jpg!) [![](http://pics.nexuizninjaz.com/images/9qdbe6jq0yey6lz25k_thumb.jpg)](http://pics.nexuizninjaz.com/images/9qdbe6jq0yey6lz25k.jpg) **Gamemodes**: -[[Race CTS]] +[Race CTS](Race CTS) **Author**: [sev](http://forums.xonotic.org/member.php?action=profile&uid=46) **Description**: @@ -688,7 +688,7 @@ CyberParcour 03 [![](http://pics.nexuizninjaz.com/images/d13jjd4cbws7wp3yudd6_thumb.jpg)](http://pics.nexuizninjaz.com/images/d13jjd4cbws7wp3yudd6.jpg) [![](http://pics.nexuizninjaz.com/images/zdd8xdym0bbyn77uqqui_thumb.jpg)](http://pics.nexuizninjaz.com/images/zdd8xdym0bbyn77uqqui.jpg) **Gamemodes**: -[[Race CTS]] +[Race CTS](Race CTS) **Author**: [sev](http://forums.xonotic.org/member.php?action=profile&uid=46) **Description**: @@ -699,7 +699,7 @@ Darkzone [![](http://pics.nexuizninjaz.com/images/1rrodzom2j5i3htrbg35_thumb.jpg)](http://pics.nexuizninjaz.com/images/1rrodzom2j5i3htrbg35.jpg) [![](http://pics.nexuizninjaz.com/images/hepi0j7kl2x90lwfcwp_thumb.jpg)](http://pics.nexuizninjaz.com/images/hepi0j7kl2x90lwfcwp.jpg) **Gamemodes**: -[[Deathmatch]] +[Deathmatch](Deathmatch) **Author**: [SavageX](http://forums.xonotic.org/member.php?action=profile&uid=91), [Cortez](http://forums.xonotic.org/member.php?action=profile&uid=95) @@ -711,11 +711,11 @@ Darkzone [![](http://pics.nexuizninjaz.com/images/x7mdsv9rng9zeqe70j_thumb.jpg)](http://pics.nexuizninjaz.com/images/x7mdsv9rng9zeqe70j.jpg) [![](http://pics.nexuizninjaz.com/images/4jjx8cf79g05w6yfdun_thumb.jpg)](http://pics.nexuizninjaz.com/images/4jjx8cf79g05w6yfdun.jpg) **Gamemodes**: -[[Arena]]; -[[Deathmatch]]; -[[Keepaway]]; -[[Last Man Standing]]; -[[Rune|Runematch]] +[Arena](Arena); +[Deathmatch](Deathmatch); +[Keepaway](Keepaway); +[Last Man Standing](Last Man Standing); +[Rune](Runematch) **Author**: [SavageX](http://forums.xonotic.org/member.php?action=profile&uid=91), [DiaboliK](http://forums.xonotic.org/member.php?action=profile&uid=14) @@ -727,7 +727,7 @@ DarkzoneCTF [![](http://pics.nexuizninjaz.com/images/1kt54m3h755jg3llnr1r_thumb.jpg)](http://pics.nexuizninjaz.com/images/1kt54m3h755jg3llnr1r.jpg) [![](http://pics.nexuizninjaz.com/images/fjbiltr7vsnnxoy538n_thumb.jpg)](http://pics.nexuizninjaz.com/images/fjbiltr7vsnnxoy538n.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [vede](http://forums.xonotic.org/member.php?action=profile&uid=335) **Description**: Remake of DarkzoneCTF for Xonotic @@ -738,15 +738,15 @@ Death51 [![](http://pics.nexuizninjaz.com/images/ikhwr8v5q1vfw2ddmwbp_thumb.jpg)](http://pics.nexuizninjaz.com/images/ikhwr8v5q1vfw2ddmwbp.jpg) [![](http://pics.nexuizninjaz.com/images/psoc8wlr7y8pr3xjdkqc_thumb.jpg)](http://pics.nexuizninjaz.com/images/psoc8wlr7y8pr3xjdkqc.jpg) **Gamemodes**: -[[Arena]]; -[[Capture the Flag|Capture The Flag]]; -[[Deathmatch]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Nexball]]; -[[Onslaught]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Arena](Arena); +[Capture the Flag](Capture The Flag); +[Deathmatch](Deathmatch); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Nexball](Nexball); +[Onslaught](Onslaught); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [FiShMaN](http://forums.xonotic.org/member.php?action=profile&uid=899) **Description**: Um, a map for most gametypes. Mainly ONS. HAVE FUN! @@ -757,11 +757,11 @@ Desert Factory [![](http://pics.nexuizninjaz.com/images/oavemxh32niz6scub2l0_thumb.jpg)](http://pics.nexuizninjaz.com/images/oavemxh32niz6scub2l0.jpg) [![](http://pics.nexuizninjaz.com/images/h3mhlfrcz68eg5ptp4t_thumb.jpg)](http://pics.nexuizninjaz.com/images/h3mhlfrcz68eg5ptp4t.jpg) **Gamemodes**: -[[Arena]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Last Man Standing]]; -[[Team Deathmatch]] +[Arena](Arena); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Last Man Standing](Last Man Standing); +[Team Deathmatch](Team Deathmatch) **Author**: [sev](http://forums.xonotic.org/member.php?action=profile&uid=46) **Description**: An abandonend factory in the desert @@ -772,9 +772,9 @@ Dominate Santa [![](http://pics.nexuizninjaz.com/images/4edkb2h6ul0gf55pq89l_thumb.jpg)](http://pics.nexuizninjaz.com/images/4edkb2h6ul0gf55pq89l.jpg) [![](http://pics.nexuizninjaz.com/images/jyyakyt8jmvcjhsig_thumb.jpg)](http://pics.nexuizninjaz.com/images/jyyakyt8jmvcjhsig.jpg) **Gamemodes**: -[[Deathmatch]]; -[[Domination]]; -[[Freeze Tag]] +[Deathmatch](Deathmatch); +[Domination](Domination); +[Freeze Tag](Freeze Tag) **Author**: [C.Brutail](http://forums.xonotic.org/member.php?action=profile&uid=15) **Description**: X-Mas Themed holiday fun map @@ -785,10 +785,10 @@ Downer [![](http://pics.nexuizninjaz.com/images/2y8gzp2taztklj53p9u_thumb.jpg)](http://pics.nexuizninjaz.com/images/2y8gzp2taztklj53p9u.jpg) [![](http://pics.nexuizninjaz.com/images/vepmmzquoeted1ih6r2i_thumb.jpg)](http://pics.nexuizninjaz.com/images/vepmmzquoeted1ih6r2i.jpg) **Gamemodes**: -[[Arena]]; -[[Deathmatch]]; -[[Last Man Standing]]; -[[Rune|Runematch]] +[Arena](Arena); +[Deathmatch](Deathmatch); +[Last Man Standing](Last Man Standing); +[Rune](Runematch) **Author**: [Cortez](http://forums.xonotic.org/member.php?action=profile&uid=95), [SavageX](http://forums.xonotic.org/member.php?action=profile&uid=91), @@ -801,7 +801,7 @@ Downward [![](http://pics.nexuizninjaz.com/images/oivyg1etp7ps9qmj9gke_thumb.jpg)](http://pics.nexuizninjaz.com/images/oivyg1etp7ps9qmj9gke.jpg) [![](http://pics.nexuizninjaz.com/images/p722dh5nhhbhv5f24sj_thumb.jpg)](http://pics.nexuizninjaz.com/images/p722dh5nhhbhv5f24sj.jpg) **Gamemodes**: -[[Deathmatch]] +[Deathmatch](Deathmatch) **Author**: [Cortez](http://forums.xonotic.org/member.php?action=profile&uid=95) **Description**: Home sweet home @@ -812,7 +812,7 @@ Duster [![](http://pics.nexuizninjaz.com/images/6ns2omvjt8qwvtq8i6j_thumb.jpg)](http://pics.nexuizninjaz.com/images/6ns2omvjt8qwvtq8i6j.jpg) [![](http://pics.nexuizninjaz.com/images/06xul8tmo8kxkfm4il_thumb.jpg)](http://pics.nexuizninjaz.com/images/06xul8tmo8kxkfm4il.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [SavageX](http://forums.xonotic.org/member.php?action=profile&uid=91) **Description**: @@ -823,7 +823,7 @@ Equinox [![](http://pics.nexuizninjaz.com/images/qf9fg90xismfenitnpm_thumb.jpg)](http://pics.nexuizninjaz.com/images/qf9fg90xismfenitnpm.jpg) [![](http://pics.nexuizninjaz.com/images/buhowwb0zprwlaccm3_thumb.jpg)](http://pics.nexuizninjaz.com/images/buhowwb0zprwlaccm3.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [MintOX](http://forums.xonotic.org/member.php?action=profile&uid=310) **Description**: Futuristic Space Style Level @@ -834,7 +834,7 @@ Escher [![](http://pics.nexuizninjaz.com/images/7nhx82it8oh3eastxg3_thumb.jpg)](http://pics.nexuizninjaz.com/images/7nhx82it8oh3eastxg3.jpg) [![](http://pics.nexuizninjaz.com/images/5uu3tu9pv16x9b2kvqd_thumb.jpg)](http://pics.nexuizninjaz.com/images/5uu3tu9pv16x9b2kvqd.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [Vael](http://forums.xonotic.org/member.php?action=profile&uid=133) **Description**: @@ -845,7 +845,7 @@ Euclidean FAIL [![](http://pics.nexuizninjaz.com/images/uypsh2gtd0m302pea0zy_thumb.jpg)](http://pics.nexuizninjaz.com/images/uypsh2gtd0m302pea0zy.jpg) [![](http://pics.nexuizninjaz.com/images/p9201wcm09zp0djzas_thumb.jpg)](http://pics.nexuizninjaz.com/images/p9201wcm09zp0djzas.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [divVerent](http://forums.xonotic.org/member.php?action=profile&uid=4) **Description**: WarpZone example map @@ -856,10 +856,10 @@ Evilspace [![](http://pics.nexuizninjaz.com/images/3er0rsu4s5lnxirdwd7d_thumb.jpg)](http://pics.nexuizninjaz.com/images/3er0rsu4s5lnxirdwd7d.jpg) [![](http://pics.nexuizninjaz.com/images/69c0oss4uvjuvzgtmdi8_thumb.jpg)](http://pics.nexuizninjaz.com/images/69c0oss4uvjuvzgtmdi8.jpg) **Gamemodes**: -[[Arena]]; -[[Deathmatch]]; -[[Last Man Standing]]; -[[Rune|Runematch]] +[Arena](Arena); +[Deathmatch](Deathmatch); +[Last Man Standing](Last Man Standing); +[Rune](Runematch) **Author**: [Cortez](http://forums.xonotic.org/member.php?action=profile&uid=95), [FruitieX](http://forums.xonotic.org/member.php?action=profile&uid=29), @@ -872,7 +872,7 @@ Evilspace2 [![](http://pics.nexuizninjaz.com/images/3fp180pku1ezi1jtq227_thumb.jpg)](http://pics.nexuizninjaz.com/images/3fp180pku1ezi1jtq227.jpg) [![](http://pics.nexuizninjaz.com/images/yjeu6vnpl4ljhlbzlv71_thumb.jpg)](http://pics.nexuizninjaz.com/images/yjeu6vnpl4ljhlbzlv71.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [Cortez](http://forums.xonotic.org/member.php?action=profile&uid=95) **Description**: @@ -883,9 +883,9 @@ Facility 114 [![](http://pics.nexuizninjaz.com/images/221tpuhh04q1e8jta102_thumb.jpg)](http://pics.nexuizninjaz.com/images/221tpuhh04q1e8jta102.jpg) [![](http://pics.nexuizninjaz.com/images/s8eixl8upfb2h7uk2rn_thumb.jpg)](http://pics.nexuizninjaz.com/images/s8eixl8upfb2h7uk2rn.jpg) **Gamemodes**: -[[Arena]]; -[[Deathmatch]]; -[[Last Man Standing]] +[Arena](Arena); +[Deathmatch](Deathmatch); +[Last Man Standing](Last Man Standing) **Author**: [Moo](http://forums.xonotic.org/member.php?action=profile&uid=31) **Description**: @@ -896,7 +896,7 @@ Facing Worlds Nox [![](http://pics.nexuizninjaz.com/images/u03bhtx6z5ri2kz2odo4_thumb.jpg)](http://pics.nexuizninjaz.com/images/u03bhtx6z5ri2kz2odo4.jpg) [![](http://pics.nexuizninjaz.com/images/lxfqdulc69b5wgstxrq_thumb.jpg)](http://pics.nexuizninjaz.com/images/lxfqdulc69b5wgstxrq.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [divVerent](http://forums.xonotic.org/member.php?action=profile&uid=4), [C.Brutail](http://forums.xonotic.org/member.php?action=profile&uid=15) @@ -908,13 +908,13 @@ Final Rage [![](http://pics.nexuizninjaz.com/images/nmkpgetfu5j30mqwusc9_thumb.jpg)](http://pics.nexuizninjaz.com/images/nmkpgetfu5j30mqwusc9.jpg) [![](http://pics.nexuizninjaz.com/images/3ayi2na7v713glls4u1g_thumb.jpg)](http://pics.nexuizninjaz.com/images/3ayi2na7v713glls4u1g.jpg) **Gamemodes**: -[[Arena]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Domination]]; -[[Last Man Standing]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Arena](Arena); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Domination](Domination); +[Last Man Standing](Last Man Standing); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: Munyul Verminard, [tZork](http://forums.xonotic.org/member.php?action=profile&uid=39) @@ -926,7 +926,7 @@ First Blood [![](http://pics.nexuizninjaz.com/images/42n5whvi5wbcnl3r6yf_thumb.jpg)](http://pics.nexuizninjaz.com/images/42n5whvi5wbcnl3r6yf.jpg) [![](http://pics.nexuizninjaz.com/images/5qg20ygt5qhlmfqpdo19_thumb.jpg)](http://pics.nexuizninjaz.com/images/5qg20ygt5qhlmfqpdo19.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [rainerzufalldererste](http://forums.xonotic.org/member.php?action=profile&uid=94) **Description**: Small Egypt CTF Map @@ -937,9 +937,9 @@ Further In The Past [![](http://pics.nexuizninjaz.com/images/yeww98to1sg421lkkt_thumb.jpg)](http://pics.nexuizninjaz.com/images/yeww98to1sg421lkkt.jpg) [![](http://pics.nexuizninjaz.com/images/c6dopsty3betsmog3kp3_thumb.jpg)](http://pics.nexuizninjaz.com/images/c6dopsty3betsmog3kp3.jpg) **Gamemodes**: -[[Arena]]; -[[Deathmatch]]; -[[Last Man Standing]] +[Arena](Arena); +[Deathmatch](Deathmatch); +[Last Man Standing](Last Man Standing) **Author**: [C.Brutail](http://forums.xonotic.org/member.php?action=profile&uid=15) **Description**: @@ -950,10 +950,10 @@ Gaia [![](http://pics.nexuizninjaz.com/images/sjkpkfoxth0sisedux9_thumb.jpg)](http://pics.nexuizninjaz.com/images/sjkpkfoxth0sisedux9.jpg) [![](http://pics.nexuizninjaz.com/images/dubbr2mabiazz2iqvipt_thumb.jpg)](http://pics.nexuizninjaz.com/images/dubbr2mabiazz2iqvipt.jpg) **Gamemodes**: -[[Deathmatch]]; -[[Keepaway]]; -[[Last Man Standing]]; -[[Rune|Runematch]] +[Deathmatch](Deathmatch); +[Keepaway](Keepaway); +[Last Man Standing](Last Man Standing); +[Rune](Runematch) **Author**: [theShadow](http://forums.xonotic.org/member.php?action=profile&uid=153) **Description**: An outdoor map @@ -964,7 +964,7 @@ Geoplanetary [![](http://pics.nexuizninjaz.com/images/wyxg9ssdvk8c854g76o_thumb.jpg)](http://pics.nexuizninjaz.com/images/wyxg9ssdvk8c854g76o.jpg) [![](http://pics.nexuizninjaz.com/images/aw3s7t4p3fx8bdzwsvy3_thumb.jpg)](http://pics.nexuizninjaz.com/images/aw3s7t4p3fx8bdzwsvy3.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [MintOX](http://forums.xonotic.org/member.php?action=profile&uid=310) **Description**: @@ -975,7 +975,7 @@ Gforce [![](http://pics.nexuizninjaz.com/images/pcp0jwcvoht1g0t3n1fk_thumb.jpg)](http://pics.nexuizninjaz.com/images/pcp0jwcvoht1g0t3n1fk.jpg) [![](http://pics.nexuizninjaz.com/images/3qdtuz47lado8jw1idcg_thumb.jpg)](http://pics.nexuizninjaz.com/images/3qdtuz47lado8jw1idcg.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [Cortez](http://forums.xonotic.org/member.php?action=profile&uid=95) **Description**: A big ground complex @@ -986,9 +986,9 @@ Gravitron [![](http://pics.nexuizninjaz.com/images/wbkdc5niqec9wdsfaxm_thumb.jpg)](http://pics.nexuizninjaz.com/images/wbkdc5niqec9wdsfaxm.jpg) [![](http://pics.nexuizninjaz.com/images/bdjh8c69s6t1we217v7_thumb.jpg)](http://pics.nexuizninjaz.com/images/bdjh8c69s6t1we217v7.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]]; -[[Domination]]; -[[Freeze Tag]] +[Capture the Flag](Capture The Flag); +[Domination](Domination); +[Freeze Tag](Freeze Tag) **Author**: [O.I.B.](http://forums.xonotic.org/member.php?action=profile&uid=99) @@ -998,7 +998,7 @@ Great Wall Revamped [![](http://pics.nexuizninjaz.com/images/0oqh5ivsfj4trwydp7i_thumb.jpg)](http://pics.nexuizninjaz.com/images/0oqh5ivsfj4trwydp7i.jpg) [![](http://pics.nexuizninjaz.com/images/3n92uecgydfoohyhs98j_thumb.jpg)](http://pics.nexuizninjaz.com/images/3n92uecgydfoohyhs98j.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [Mario](http://forums.xonotic.org/member.php?action=profile&uid=1258) **Description**: Greatwall\_remix with Xonotic feel @@ -1009,10 +1009,10 @@ Heart [![](http://pics.nexuizninjaz.com/images/7l1b8po2fbs5v10cwsa8_thumb.jpg)](http://pics.nexuizninjaz.com/images/7l1b8po2fbs5v10cwsa8.jpg) [![](http://pics.nexuizninjaz.com/images/jnavom5mqz803nxzpiep_thumb.jpg)](http://pics.nexuizninjaz.com/images/jnavom5mqz803nxzpiep.jpg) **Gamemodes**: -[[Arena]]; -[[Deathmatch]]; -[[Last Man Standing]]; -[[Rune|Runematch]] +[Arena](Arena); +[Deathmatch](Deathmatch); +[Last Man Standing](Last Man Standing); +[Rune](Runematch) **Author**: [Cortez](http://forums.xonotic.org/member.php?action=profile&uid=95) **Description**: Just cold iron… @@ -1023,13 +1023,13 @@ Heavy Metal [![](http://pics.nexuizninjaz.com/images/g64mx68u2v4kx2v0hu_thumb.jpg)](http://pics.nexuizninjaz.com/images/g64mx68u2v4kx2v0hu.jpg) [![](http://pics.nexuizninjaz.com/images/s9fijrpobtnudb3jcsjo_thumb.jpg)](http://pics.nexuizninjaz.com/images/s9fijrpobtnudb3jcsjo.jpg) **Gamemodes**: -[[Clan Arena]]; -[[Deathmatch]]; -[[Domination]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Last Man Standing]]; -[[Team Deathmatch]] +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Domination](Domination); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Last Man Standing](Last Man Standing); +[Team Deathmatch](Team Deathmatch) **Author**: [Maddin](http://forums.xonotic.org/member.php?action=profile&uid=1970) **Description**: Die for Metal! @@ -1040,17 +1040,17 @@ Hook Race [![](http://pics.nexuizninjaz.com/images/ier77zbp5fmibi6nyahc_thumb.jpg)](http://pics.nexuizninjaz.com/images/ier77zbp5fmibi6nyahc.jpg) [![](http://pics.nexuizninjaz.com/images/s9pl9lqjz6f14f7yqh2_thumb.jpg)](http://pics.nexuizninjaz.com/images/s9pl9lqjz6f14f7yqh2.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Domination]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Race CTS]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Capture the Flag](Capture The Flag); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Domination](Domination); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Race CTS](Race CTS); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: Clueless Newbie **Description**: CTF race map - use the hook! @@ -1061,7 +1061,7 @@ Hydrophobia [![](http://pics.nexuizninjaz.com/images/eved49sm67iffmvhdg6b_thumb.jpg)](http://pics.nexuizninjaz.com/images/eved49sm67iffmvhdg6b.jpg) [![](http://pics.nexuizninjaz.com/images/zy8xq54ysl76npz7f0gn_thumb.jpg)](http://pics.nexuizninjaz.com/images/zy8xq54ysl76npz7f0gn.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [Cortez](http://forums.xonotic.org/member.php?action=profile&uid=95) **Description**: Rusty, really rusty @@ -1072,12 +1072,12 @@ Hypercube [![](http://pics.nexuizninjaz.com/images/yuzc0xhpe3l3sopcd2up_thumb.jpg)](http://pics.nexuizninjaz.com/images/yuzc0xhpe3l3sopcd2up.jpg) [![](http://pics.nexuizninjaz.com/images/iouj7bhs4zighz4za5_thumb.jpg)](http://pics.nexuizninjaz.com/images/iouj7bhs4zighz4za5.jpg) **Gamemodes**: -[[Arena]]; -[[Capture the Flag|Capture The Flag]]; -[[Clan Arena]]; -[[Last Man Standing]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Arena](Arena); +[Capture the Flag](Capture The Flag); +[Clan Arena](Clan Arena); +[Last Man Standing](Last Man Standing); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [accident](http://forums.xonotic.org/member.php?action=profile&uid=179) **Description**: Exploded view Hypercube w/o any 4-D nonsense :-) @@ -1088,12 +1088,12 @@ Imogen [![](http://pics.nexuizninjaz.com/images/uinvfc3aeukk4rn0myym_thumb.jpg)](http://pics.nexuizninjaz.com/images/uinvfc3aeukk4rn0myym.jpg) [![](http://pics.nexuizninjaz.com/images/cklkxgiqorl6i2xkaud8_thumb.jpg)](http://pics.nexuizninjaz.com/images/cklkxgiqorl6i2xkaud8.jpg) **Gamemodes**: -[[Arena]]; -[[Capture the Flag|Capture The Flag]]; -[[Deathmatch]]; -[[Last Man Standing]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Arena](Arena); +[Capture the Flag](Capture The Flag); +[Deathmatch](Deathmatch); +[Last Man Standing](Last Man Standing); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [Kay](http://forums.xonotic.org/member.php?action=profile&uid=219) **Description**: A small/medium sized space DM map @@ -1104,7 +1104,7 @@ Implosion [![](http://pics.nexuizninjaz.com/images/wvxojiv5v796i2gctyv4_thumb.jpg)](http://pics.nexuizninjaz.com/images/wvxojiv5v796i2gctyv4.jpg) [![](http://pics.nexuizninjaz.com/images/u3ranraar9ted7zxyfbu_thumb.jpg)](http://pics.nexuizninjaz.com/images/u3ranraar9ted7zxyfbu.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [MintOX](http://forums.xonotic.org/member.php?action=profile&uid=310) **Description**: Space Style CTF Level @@ -1116,9 +1116,9 @@ Jenseits [![](http://pics.nexuizninjaz.com/images/58dd85lc47hgeo0j2a39_thumb.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]]; -[[Deathmatch]]; -[[Team Deathmatch]] +[Capture the Flag](Capture The Flag); +[Deathmatch](Deathmatch); +[Team Deathmatch](Team Deathmatch) **Author**: [accident](http://forums.xonotic.org/member.php?action=profile&uid=179) **Description**: A reimagining of “trans” @@ -1129,17 +1129,17 @@ Lab 610 [![](http://pics.nexuizninjaz.com/images/7253ocss92eow1dhdzj9_thumb.jpg)](http://pics.nexuizninjaz.com/images/7253ocss92eow1dhdzj9.jpg) [![](http://pics.nexuizninjaz.com/images/3on7buvbkbxa90qrw0t3_thumb.jpg)](http://pics.nexuizninjaz.com/images/3on7buvbkbxa90qrw0t3.jpg) **Gamemodes**: -[[Arena]]; -[[Capture the Flag|Capture The Flag]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Domination]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Nexball]]; -[[Onslaught]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Arena](Arena); +[Capture the Flag](Capture The Flag); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Domination](Domination); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Nexball](Nexball); +[Onslaught](Onslaught); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [Mircea Kitsune](http://forums.xonotic.org/member.php?action=profile&uid=12) **Description**: A lab with heavy machinery and stuff @@ -1151,9 +1151,9 @@ Laino-The Bridge [![](http://pics.nexuizninjaz.com/images/7zcjk45e5jh7lq5nvlh3_thumb.jpg) **Gamemodes**: -[[Arena]]; -[[Deathmatch]]; -[[Last Man Standing]] +[Arena](Arena); +[Deathmatch](Deathmatch); +[Last Man Standing](Last Man Standing) **Author**: [monad](http://forums.xonotic.org/member.php?action=profile&uid=900) **Description**: @@ -1164,7 +1164,7 @@ Lightspeed [![](http://pics.nexuizninjaz.com/images/itm3gb32u4z9jg54tnbg_thumb.jpg)](http://pics.nexuizninjaz.com/images/itm3gb32u4z9jg54tnbg.jpg) [![](http://pics.nexuizninjaz.com/images/aoirt56k3685uzu0i_thumb.jpg)](http://pics.nexuizninjaz.com/images/aoirt56k3685uzu0i.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [C.Brutail](http://forums.xonotic.org/member.php?action=profile&uid=15) **Description**: Very small, 1on1 CTF Map. Key to survival: move as fast, as the speed of light @@ -1175,11 +1175,11 @@ Little Mexico [![](http://pics.nexuizninjaz.com/images/gepzq2hgqkf2zxaou81l_thumb.jpg)](http://pics.nexuizninjaz.com/images/gepzq2hgqkf2zxaou81l.jpg) [![](http://pics.nexuizninjaz.com/images/g835h1yzrmr4gm6mcdg4_thumb.jpg)](http://pics.nexuizninjaz.com/images/g835h1yzrmr4gm6mcdg4.jpg) **Gamemodes**: -[[Clan Arena]]; -[[Deathmatch]]; -[[Last Man Standing]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Last Man Standing](Last Man Standing); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [Grasshopper](http://forums.xonotic.org/member.php?action=profile&uid=7) **Description**: Medium 2v2 @@ -1190,15 +1190,15 @@ Lord Of The Moths [![](http://pics.nexuizninjaz.com/images/0yiuuf84980ke0dd6us_thumb.jpg)](http://pics.nexuizninjaz.com/images/0yiuuf84980ke0dd6us.jpg) [![](http://pics.nexuizninjaz.com/images/q7n73q4d09wh2941zk2_thumb.jpg)](http://pics.nexuizninjaz.com/images/q7n73q4d09wh2941zk2.jpg) **Gamemodes**: -[[Arena]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Arena](Arena); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author** [Mircea Kitsune](http://forums.xonotic.org/member.php?action=profile&uid=12) **Description**: This is a medium sized skull filled barren wasterland map for Xonotic @@ -1219,16 +1219,16 @@ Martian Bases [![](http://pics.nexuizninjaz.com/images/30earmoshd4qcx4dcw_thumb.jpg)](http://pics.nexuizninjaz.com/images/30earmoshd4qcx4dcw.jpg) [![](http://pics.nexuizninjaz.com/images/gv49x6wyoqf5b75nvct0_thumb.jpg)](http://pics.nexuizninjaz.com/images/gv49x6wyoqf5b75nvct0.jpg) **Gamemodes**: -[[Arena]]; -[[Capture the Flag|Capture The Flag]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Arena](Arena); +[Capture the Flag](Capture The Flag); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [Mario](http://forums.xonotic.org/member.php?action=profile&uid=1258) **Description**: Simple Arena Map @@ -1239,12 +1239,12 @@ Maze [![](http://pics.nexuizninjaz.com/images/z4n7aebrtbffncpj42bp_thumb.jpg)](http://pics.nexuizninjaz.com/images/z4n7aebrtbffncpj42bp.jpg) [![](http://pics.nexuizninjaz.com/images/7g9ve11o93vuk8gplfne_thumb.jpg)](http://pics.nexuizninjaz.com/images/7g9ve11o93vuk8gplfne.jpg) **Gamemodes**: -[[Arena]]; -[[Deathmatch]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Last Man Standing]]; -[[Rune|Runematch]] +[Arena](Arena); +[Deathmatch](Deathmatch); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Last Man Standing](Last Man Standing); +[Rune](Runematch) **Author**: [theShadow](http://forums.xonotic.org/member.php?action=profile&uid=153) **Description**: A desert ruin froms a twistered maze @@ -1255,12 +1255,12 @@ Minideck [![](http://pics.nexuizninjaz.com/images/ah0bc5gqmq2vhsgvxj6y_thumb.jpg)](http://pics.nexuizninjaz.com/images/ah0bc5gqmq2vhsgvxj6y.jpg) [![](http://pics.nexuizninjaz.com/images/7ybfdjflwcglxojyz0x2_thumb.jpg)](http://pics.nexuizninjaz.com/images/7ybfdjflwcglxojyz0x2.jpg) **Gamemodes**: -[[Clan Arena]]; -[[Deathmatch]]; -[[Last Man Standing]]; -[[Race CTS]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Last Man Standing](Last Man Standing); +[Race CTS](Race CTS); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [lda17h](http://forums.xonotic.org/member.php?action=profile&uid=6) **Description**: A huge deck 16-inspired map @@ -1271,7 +1271,7 @@ MiniManX [![](http://pics.nexuizninjaz.com/images/zyl5w3egyt94q46mm2co_thumb.jpg)](http://pics.nexuizninjaz.com/images/zyl5w3egyt94q46mm2co.jpg) [![](http://pics.nexuizninjaz.com/images/mnoik2gxuhs43vlhp4c_thumb.jpg)](http://pics.nexuizninjaz.com/images/mnoik2gxuhs43vlhp4c.jpg) **Gamemodes**: -[[Deathmatch]]; +[Deathmatch](Deathmatch); [Team Deathmatch]] **Author**: [Nestel](http://forums.xonotic.org/member.php?action=profile&uid=556) @@ -1283,8 +1283,8 @@ Modern West Town [![](http://pics.nexuizninjaz.com/images/d6c54z5jo382x51hgtdo_thumb.jpg)](http://pics.nexuizninjaz.com/images/d6c54z5jo382x51hgtdo.jpg) [![](http://pics.nexuizninjaz.com/images/68dj413w23rl2i4wbbou_thumb.jpg)](http://pics.nexuizninjaz.com/images/68dj413w23rl2i4wbbou.jpg) **Gamemodes**: -[[Deathmatch]]; -[[Team Deathmatch]] +[Deathmatch](Deathmatch); +[Team Deathmatch](Team Deathmatch) **Author**: [Nestel](http://forums.xonotic.org/member.php?action=profile&uid=556) **Description**: West Town combine with modern stuff @@ -1295,7 +1295,7 @@ Neutron [![](http://pics.nexuizninjaz.com/images/n8wsjdzee52bgcb3p2vy_thumb.jpg)](http://pics.nexuizninjaz.com/images/n8wsjdzee52bgcb3p2vy.jpg) [![](http://pics.nexuizninjaz.com/images/vzstk0u0fwon7coqjz4_thumb.jpg)](http://pics.nexuizninjaz.com/images/vzstk0u0fwon7coqjz4.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [MintOX](http://forums.xonotic.org/member.php?action=profile&uid=310) **Description**: Space Level @@ -1306,7 +1306,7 @@ Onarail [![](http://pics.nexuizninjaz.com/images/v8t1xv3b03coo8v8vj8_thumb.jpg)](http://pics.nexuizninjaz.com/images/v8t1xv3b03coo8v8vj8.jpg) [![](http://pics.nexuizninjaz.com/images/p0c3jrkzgswba5zxw2qe_thumb.jpg)](http://pics.nexuizninjaz.com/images/p0c3jrkzgswba5zxw2qe.jpg) **Gamemodes**: -[[Assault]] +[Assault](Assault) **Author**: [Cortez](http://forums.xonotic.org/member.php?action=profile&uid=95), [SavageX](http://forums.xonotic.org/member.php?action=profile&uid=91) @@ -1318,13 +1318,13 @@ Opera [![](http://pics.nexuizninjaz.com/images/mogv7gmx4g5v01vyyhm_thumb.jpg)](http://pics.nexuizninjaz.com/images/mogv7gmx4g5v01vyyhm.jpg) [![](http://pics.nexuizninjaz.com/images/c2ygw9cr554h5hz52z1m_thumb.jpg)](http://pics.nexuizninjaz.com/images/c2ygw9cr554h5hz52z1m.jpg) **Gamemodes**: -[[Clan Arena]]; -[[Deathmatch]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Last Man Standing]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Last Man Standing](Last Man Standing); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [Morphed](http://forums.xonotic.org/member.php?action=profile&uid=8) **Description**: He’s there, the phantom of the opera! @@ -1335,10 +1335,10 @@ Passages [![](http://pics.nexuizninjaz.com/images/24csamwcw4ynzdmv7re_thumb.jpg)](http://pics.nexuizninjaz.com/images/24csamwcw4ynzdmv7re.jpg) [![](http://pics.nexuizninjaz.com/images/5gwdfcymokw0r3gcgw8_thumb.jpg)](http://pics.nexuizninjaz.com/images/5gwdfcymokw0r3gcgw8.jpg) **Gamemodes**: -[[Arena]]; -[[Deathmatch]]; -[[Last Man Standing]]; -[[Rune|Runematch]] +[Arena](Arena); +[Deathmatch](Deathmatch); +[Last Man Standing](Last Man Standing); +[Rune](Runematch) **Author**: [Moo](http://forums.xonotic.org/member.php?action=profile&uid=31) **Description**: A small 1v1 map, have fun! @@ -1349,10 +1349,10 @@ Perkele [![](http://pics.nexuizninjaz.com/images/wrmmn75bp705058k1cyg_thumb.jpg)](http://pics.nexuizninjaz.com/images/wrmmn75bp705058k1cyg.jpg) [![](http://pics.nexuizninjaz.com/images/bxnd5j1zrat7769cz43j_thumb.jpg)](http://pics.nexuizninjaz.com/images/bxnd5j1zrat7769cz43j.jpg) **Gamemodes**: -[[Arena]]; -[[Deathmatch]]; -[[Last Man Standing]]; -[[Rune|Runematch]] +[Arena](Arena); +[Deathmatch](Deathmatch); +[Last Man Standing](Last Man Standing); +[Rune](Runematch) **Author**: [bundy](http://forums.xonotic.org/member.php?action=profile&uid=754), [Cortez](http://forums.xonotic.org/member.php?action=profile&uid=95) @@ -1364,7 +1364,7 @@ Piece o’ Cake [![](http://pics.nexuizninjaz.com/images/38htoesf7l1x2pm8vpg_thumb.jpg)](http://pics.nexuizninjaz.com/images/38htoesf7l1x2pm8vpg.jpg) [![](http://pics.nexuizninjaz.com/images/jl8fdy56tawtun813vqc_thumb.jpg)](http://pics.nexuizninjaz.com/images/jl8fdy56tawtun813vqc.jpg) **Gamemodes**: -[[Race CTS]] +[Race CTS](Race CTS) **Author**: [FruitieX](http://forums.xonotic.org/member.php?action=profile&uid=29) **Description**: As easy as a piece of cake @@ -1375,7 +1375,7 @@ Pillars [![](http://pics.nexuizninjaz.com/images/yefrco58rj6vmwsafgq1_thumb.jpg)](http://pics.nexuizninjaz.com/images/yefrco58rj6vmwsafgq1.jpg) [![](http://pics.nexuizninjaz.com/images/5bxtm7xr609xjh2x1kj_thumb.jpg)](http://pics.nexuizninjaz.com/images/5bxtm7xr609xjh2x1kj.jpg) **Gamemodes**: -[[Clan Arena]] +[Clan Arena](Clan Arena) **Author**: [atheros](http://forums.xonotic.org/member.php?action=profile&uid=71) **Description**: A test area with lots of pillars @@ -1386,11 +1386,11 @@ Pipe [![](http://pics.nexuizninjaz.com/images/ytyi1ayo0wzept3gqq_thumb.jpg)](http://pics.nexuizninjaz.com/images/ytyi1ayo0wzept3gqq.jpg) [![](http://pics.nexuizninjaz.com/images/z7porbrdkq73w0j2ywuv_thumb.jpg)](http://pics.nexuizninjaz.com/images/z7porbrdkq73w0j2ywuv.jpg) **Gamemodes**: -[[Arena]]; -[[Deathmatch]]; -[[Keepaway]]; -[[Last Man Standing]]; -[[Rune|Runematch]] +[Arena](Arena); +[Deathmatch](Deathmatch); +[Keepaway](Keepaway); +[Last Man Standing](Last Man Standing); +[Rune](Runematch) **Author**: [Minkovsky](http://forums.xonotic.org/member.php?action=profile&uid=745) **Description**: Ever wondered how it would be in an endless loop? @@ -1401,8 +1401,8 @@ Psychward [![](http://pics.nexuizninjaz.com/images/svv9qma4idn0dtcou66_thumb.jpg)](http://pics.nexuizninjaz.com/images/svv9qma4idn0dtcou66.jpg) [![](http://pics.nexuizninjaz.com/images/0dzfv8cup6cesam53kml_thumb.jpg)](http://pics.nexuizninjaz.com/images/0dzfv8cup6cesam53kml.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]]; -[[Onslaught]] +[Capture the Flag](Capture The Flag); +[Onslaught](Onslaught) **Author**: [nowego](http://forums.xonotic.org/member.php?action=profile&uid=624) **Description**: Mid-size CTF Map @@ -1413,10 +1413,10 @@ PushMe [![](http://pics.nexuizninjaz.com/images/y3jexbcjit53bgz13bdn_thumb.jpg)](http://pics.nexuizninjaz.com/images/y3jexbcjit53bgz13bdn.jpg) [![](http://pics.nexuizninjaz.com/images/ffvvrq3teye9j6yzkr6b_thumb.jpg)](http://pics.nexuizninjaz.com/images/ffvvrq3teye9j6yzkr6b.jpg) **Gamemodes**: -[[Arena]]; -[[Deathmatch]]; -[[Last Man Standing]]; -[[Rune|Runematch]] +[Arena](Arena); +[Deathmatch](Deathmatch); +[Last Man Standing](Last Man Standing); +[Rune](Runematch) **Author**: [divVerent](http://forums.xonotic.org/member.php?action=profile&uid=4), [C.Brutail](http://forums.xonotic.org/member.php?action=profile&uid=15), @@ -1430,7 +1430,7 @@ Racetrack [![](http://pics.nexuizninjaz.com/images/ad1r3so1b7uxxf3g2m_thumb.jpg)](http://pics.nexuizninjaz.com/images/ad1r3so1b7uxxf3g2m.jpg) [![](http://pics.nexuizninjaz.com/images/hmtgdudty36caomrje9_thumb.jpg)](http://pics.nexuizninjaz.com/images/hmtgdudty36caomrje9.jpg) **Gamemodes**: -[[Race]] +[Race](Race) **Author**: [Morphed](http://forums.xonotic.org/member.php?action=profile&uid=8) **Description**: Abandonend racetrack that gather crazy ppl from galaxy to jump like a mad man and kill each other @@ -1441,7 +1441,7 @@ Red [![](http://pics.nexuizninjaz.com/images/wghy8dtw0oqzay08fn7o_thumb.jpg)](http://pics.nexuizninjaz.com/images/wghy8dtw0oqzay08fn7o.jpg) [![](http://pics.nexuizninjaz.com/images/4m75akz0x08q6butvxhl_thumb.jpg)](http://pics.nexuizninjaz.com/images/4m75akz0x08q6butvxhl.jpg) **Gamemodes**: -[[Deathmatch]] +[Deathmatch](Deathmatch) **Author**: [Cortez](http://forums.xonotic.org/member.php?action=profile&uid=95) **Description**: Everything is red now! @@ -1452,10 +1452,10 @@ Redsky Arena Deathmatch [![](http://pics.nexuizninjaz.com/images/qozgcf7x1mddvuwzhfk_thumb.jpg)](http://pics.nexuizninjaz.com/images/qozgcf7x1mddvuwzhfk.jpg) [![](http://pics.nexuizninjaz.com/images/mp5egwrbzfgsqy7877s9_thumb.jpg)](http://pics.nexuizninjaz.com/images/mp5egwrbzfgsqy7877s9.jpg) **Gamemodes**: -[[Deathmatch]]; -[[Keepaway]]; -[[Last Man Standing]]; -[[Team Deathmatch]] +[Deathmatch](Deathmatch); +[Keepaway](Keepaway); +[Last Man Standing](Last Man Standing); +[Team Deathmatch](Team Deathmatch) **Author**: [Minkovsky](http://forums.xonotic.org/member.php?action=profile&uid=745) **Description**: @@ -1466,10 +1466,10 @@ Reflection [![](http://pics.nexuizninjaz.com/images/z7zj01vochqh8wygvo9_thumb.jpg)](http://pics.nexuizninjaz.com/images/z7zj01vochqh8wygvo9.jpg) [![](http://pics.nexuizninjaz.com/images/4ldrhd3p138azynnlxfd_thumb.jpg)](http://pics.nexuizninjaz.com/images/4ldrhd3p138azynnlxfd.jpg) **Gamemodes**: -[[Deathmatch]]; -[[Keepaway]]; -[[Last Man Standing]]; -[[Rune|Runematch]] +[Deathmatch](Deathmatch); +[Keepaway](Keepaway); +[Last Man Standing](Last Man Standing); +[Rune](Runematch) **Author**: [theShadow](http://forums.xonotic.org/member.php?action=profile&uid=153) **Description**: A mining platform suspended in a canyon of ice @@ -1480,16 +1480,16 @@ Relent [![](http://pics.nexuizninjaz.com/images/2oejmiue00zcf2wmfvd1_thumb.jpg)](http://pics.nexuizninjaz.com/images/2oejmiue00zcf2wmfvd1.jpg) [![](http://pics.nexuizninjaz.com/images/pfx22xtx6si648hbxyf3_thumb.jpg)](http://pics.nexuizninjaz.com/images/pfx22xtx6si648hbxyf3.jpg) **Gamemodes**: -[[Arena]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Domination]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Arena](Arena); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Domination](Domination); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [Rad Ished](http://forums.xonotic.org/member.php?action=profile&uid=167) **Description**: This floating food factory smells of death, what are they making it out of? @@ -1500,15 +1500,15 @@ Rhombicuboctahedron [![](http://pics.nexuizninjaz.com/images/9h1egq9tcf9tb5a6ohka_thumb.jpg)](http://pics.nexuizninjaz.com/images/9h1egq9tcf9tb5a6ohka.jpg) [![](http://pics.nexuizninjaz.com/images/07kcj3rooek6iycrdxi_thumb.jpg)](http://pics.nexuizninjaz.com/images/07kcj3rooek6iycrdxi.jpg) **Gamemodes**: -[[Arena]]; -[[Capture the Flag|Capture The Flag]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Last Man Standing]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Arena](Arena); +[Capture the Flag](Capture The Flag); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Last Man Standing](Last Man Standing); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [sev](http://forums.xonotic.org/member.php?action=profile&uid=46) **Description**: A WarSpehere?! @@ -1519,14 +1519,14 @@ Ruined [![](http://pics.nexuizninjaz.com/images/6pesvx4h5jakz9389kuu_thumb.jpg)](http://pics.nexuizninjaz.com/images/6pesvx4h5jakz9389kuu.jpg) [![](http://pics.nexuizninjaz.com/images/vfgnnx1qtg0r5arcjysq_thumb.jpg)](http://pics.nexuizninjaz.com/images/vfgnnx1qtg0r5arcjysq.jpg) **Gamemodes**: -[[Arena]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Rune|Runematch]] +[Arena](Arena); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Rune](Runematch) **Author**: [FruitieX](http://forums.xonotic.org/member.php?action=profile&uid=29) **Description**: Small duel/DM map that initially started out just as a test for a texturepack @@ -1537,15 +1537,15 @@ Sandstorm [![](http://pics.nexuizninjaz.com/images/a6p534wtkh9tc8phrqk8_thumb.jpg)](http://pics.nexuizninjaz.com/images/a6p534wtkh9tc8phrqk8.jpg) [![](http://pics.nexuizninjaz.com/images/ihd6p1t02inr6onzqd44_thumb.jpg)](http://pics.nexuizninjaz.com/images/ihd6p1t02inr6onzqd44.jpg) **Gamemodes**: -[[Arena]]; -[[Capture the Flag|Capture The Flag]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Last Man Standing]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Arena](Arena); +[Capture the Flag](Capture The Flag); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Last Man Standing](Last Man Standing); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: Pow! **Description**: Test Map for Vehicles @@ -1556,11 +1556,11 @@ SG-X [![](http://pics.nexuizninjaz.com/images/g5gx36jsjxlrdro0gycy_thumb.jpg)](http://pics.nexuizninjaz.com/images/g5gx36jsjxlrdro0gycy.jpg) [![](http://pics.nexuizninjaz.com/images/kuealozjj53j43wzw06j_thumb.jpg)](http://pics.nexuizninjaz.com/images/kuealozjj53j43wzw06j.jpg) **Gamemodes**: -[[Clan Arena]]; -[[Deathmatch]]; -[[Domination]]; -[[Freeze Tag]]; -[[Keepaway]] +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Domination](Domination); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway) **Author**: [nowego](http://forums.xonotic.org/member.php?action=profile&uid=624) **Description**: Just-for-fun domination map @@ -1571,13 +1571,13 @@ Shell Station [![](http://pics.nexuizninjaz.com/images/ivurc5bkfwi5nsb0az_thumb.jpg)](http://pics.nexuizninjaz.com/images/ivurc5bkfwi5nsb0az.jpg) [![](http://pics.nexuizninjaz.com/images/cx4cozl40gc84y84zc8o_thumb.jpg)](http://pics.nexuizninjaz.com/images/cx4cozl40gc84y84zc8o.jpg) **Gamemodes**: -[[Arena]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Domination]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Last Man Standing]] +[Arena](Arena); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Domination](Domination); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Last Man Standing](Last Man Standing) **Author**: [atheros](http://forums.xonotic.org/member.php?action=profile&uid=71) **Description**: Small closed space map @@ -1588,10 +1588,10 @@ Siege [![](http://pics.nexuizninjaz.com/images/qv2lko58lseik6moaa0_thumb.jpg)](http://pics.nexuizninjaz.com/images/qv2lko58lseik6moaa0.jpg) [![](http://pics.nexuizninjaz.com/images/asiob8f37nwsq6a94osh_thumb.jpg)](http://pics.nexuizninjaz.com/images/asiob8f37nwsq6a94osh.jpg) **Gamemodes**: -[[Arena]]; -[[Deathmatch]]; -[[Last Man Standing]]; -[[Rune|Runematch]] +[Arena](Arena); +[Deathmatch](Deathmatch); +[Last Man Standing](Last Man Standing); +[Rune](Runematch) **Author**: [theShadow](http://forums.xonotic.org/member.php?action=profile&uid=153) **Description** @@ -1602,14 +1602,14 @@ Sirius [![](http://pics.nexuizninjaz.com/images/e3i6w1s2pz5makbpe4s8_thumb.jpg)](http://pics.nexuizninjaz.com/images/e3i6w1s2pz5makbpe4s8.jpg) [![](http://pics.nexuizninjaz.com/images/vhlcvmnx57042jr4385_thumb.jpg)](http://pics.nexuizninjaz.com/images/vhlcvmnx57042jr4385.jpg) **Gamemodes**: -[[Arena]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Freeze Tag]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Arena](Arena); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Freeze Tag](Freeze Tag); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [Ingar =KTC=](http://forums.xonotic.org/member.php?action=profile&uid=1418), [Chomps123](http://forums.xonotic.org/member.php?action=profile&uid=553) @@ -1621,7 +1621,7 @@ Snow [![](http://pics.nexuizninjaz.com/images/h4yuzkj4kqwp8jpvgixg_thumb.jpg)](http://pics.nexuizninjaz.com/images/h4yuzkj4kqwp8jpvgixg.jpg) [![](http://pics.nexuizninjaz.com/images/vczex4t3wnow4csc5s_thumb.jpg)](http://pics.nexuizninjaz.com/images/vczex4t3wnow4csc5s.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [Morphed](http://forums.xonotic.org/member.php?action=profile&uid=8) **Description**: After the mines collapsed, two tribes fight over the scraps @@ -1632,17 +1632,17 @@ Solarium [![](http://pics.nexuizninjaz.com/images/e379ahn1u3es7284bt70_thumb.jpg)](http://pics.nexuizninjaz.com/images/e379ahn1u3es7284bt70.jpg) [![](http://pics.nexuizninjaz.com/images/l9agp4d57pb5xyvnsvhw_thumb.jpg)](http://pics.nexuizninjaz.com/images/l9agp4d57pb5xyvnsvhw.jpg) **Gamemodes**: -[[Arena]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Domination]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Race]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Arena](Arena); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Domination](Domination); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Race](Race); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [theShadow](http://forums.xonotic.org/member.php?action=profile&uid=153) **Descripton**: Deep in the mountains, this Paradise light and life has become a battleground, with the bodies of the dead fertilizing the plants that grow here @@ -1653,7 +1653,7 @@ Space Base [![](http://pics.nexuizninjaz.com/images/yck4zxp805bermjw0od1_thumb.jpg)](http://pics.nexuizninjaz.com/images/yck4zxp805bermjw0od1.jpg) [![](http://pics.nexuizninjaz.com/images/9bmnpvmqktnf1kbqxqqc_thumb.jpg)](http://pics.nexuizninjaz.com/images/9bmnpvmqktnf1kbqxqqc.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [Kay](http://forums.xonotic.org/member.php?action=profile&uid=219) **Description**: Medium size ctf map @@ -1664,12 +1664,12 @@ Space Slap [![](http://pics.nexuizninjaz.com/images/c5ragz89yi23b7ztpkg0_thumb.jpg)](http://pics.nexuizninjaz.com/images/c5ragz89yi23b7ztpkg0.jpg) [![](http://pics.nexuizninjaz.com/images/j6sb3mvkw93ugouh27r_thumb.jpg)](http://pics.nexuizninjaz.com/images/j6sb3mvkw93ugouh27r.jpg) **Gamemodes**: -[[Arena]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Last Man Standing]] +[Arena](Arena); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Last Man Standing](Last Man Standing) **Author**: [atheros](http://forums.xonotic.org/member.php?action=profile&uid=71) **Description**: Small openend space map designed for melee matches, should work for other modes too @@ -1680,7 +1680,7 @@ Speedy Lane [![](http://pics.nexuizninjaz.com/images/ejzpnr29j985px59h8pv_thumb.jpg)](http://pics.nexuizninjaz.com/images/ejzpnr29j985px59h8pv.jpg) [![](http://pics.nexuizninjaz.com/images/zzbfn8zzdby6k68g5ksc_thumb.jpg)](http://pics.nexuizninjaz.com/images/zzbfn8zzdby6k68g5ksc.jpg) **Gamemodes**: -[[Race CTS]] +[Race CTS](Race CTS) **Author**: [FruitieX](http://forums.xonotic.org/member.php?action=profile&uid=29) **Description**: @@ -1691,8 +1691,8 @@ Starship Fear [![](http://pics.nexuizninjaz.com/images/lp35y1abd1hysypphcv_thumb.jpg)](http://pics.nexuizninjaz.com/images/lp35y1abd1hysypphcv.jpg) [![](http://pics.nexuizninjaz.com/images/mz3t34kjgfqxzkhxlsk4_thumb.jpg)](http://pics.nexuizninjaz.com/images/mz3t34kjgfqxzkhxlsk4.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]]; -[[Team Deathmatch]] +[Capture the Flag](Capture The Flag); +[Team Deathmatch](Team Deathmatch) **Author**: [Minkovsky](http://forums.xonotic.org/member.php?action=profile&uid=745) **Description**: An arena originally built by an ancient alien civilization, which now is an arena you have to fight on… @@ -1703,7 +1703,7 @@ Stepping Forward [![](http://pics.nexuizninjaz.com/images/2rpfb9r33gfuh2enf7jy_thumb.jpg)](http://pics.nexuizninjaz.com/images/2rpfb9r33gfuh2enf7jy.jpg) [![](http://pics.nexuizninjaz.com/images/pyr5gbncii9vg0m0257b_thumb.jpg)](http://pics.nexuizninjaz.com/images/pyr5gbncii9vg0m0257b.jpg) **Gamemodes**: -[[Race CTS]] +[Race CTS](Race CTS) **Author**: [Revenant](http://forums.xonotic.org/member.php?action=profile&uid=670), [Cortez](http://forums.xonotic.org/member.php?action=profile&uid=95) @@ -1715,7 +1715,7 @@ Stepping Forward Easy [![](http://pics.nexuizninjaz.com/images/2rpfb9r33gfuh2enf7jy_thumb.jpg)](http://pics.nexuizninjaz.com/images/2rpfb9r33gfuh2enf7jy.jpg) [![](http://pics.nexuizninjaz.com/images/m4dwimqwkfhue1m6ohuz_thumb.jpg)](http://pics.nexuizninjaz.com/images/m4dwimqwkfhue1m6ohuz.jpg) **Gamemodes**: -[[Race CTS]] +[Race CTS](Race CTS) **Author**: [Revenant](http://forums.xonotic.org/member.php?action=profile&uid=670), [Cortez](http://forums.xonotic.org/member.php?action=profile&uid=95) @@ -1727,12 +1727,12 @@ Strength [![](http://pics.nexuizninjaz.com/images/xp9qslgizxr3xnsvkmi_thumb.jpg)](http://pics.nexuizninjaz.com/images/xp9qslgizxr3xnsvkmi.jpg) [![](http://pics.nexuizninjaz.com/images/vdbscdeseovhno4ktfi_thumb.jpg)](http://pics.nexuizninjaz.com/images/vdbscdeseovhno4ktfi.jpg) **Gamemodes**: -[[Arena]]; -[[Deathmatch]]; -[[Domination]]; -[[Keepaway]]; -[[Last Man Standing]]; -[[Rune|Runematch]] +[Arena](Arena); +[Deathmatch](Deathmatch); +[Domination](Domination); +[Keepaway](Keepaway); +[Last Man Standing](Last Man Standing); +[Rune](Runematch) **Author**: [Strahlemann](http://forums.xonotic.org/member.php?action=profile&uid=259) **Description**: Medium sized industrial arena with a lot vertical action under the hot desert sun @@ -1743,7 +1743,7 @@ Tarx [![](http://pics.nexuizninjaz.com/images/ls8bybavv4gzmuz7ls99_thumb.jpg)](http://pics.nexuizninjaz.com/images/ls8bybavv4gzmuz7ls99.jpg) [![](http://pics.nexuizninjaz.com/images/kw1vkwe3kdvfumbljlc2_thumb.jpg)](http://pics.nexuizninjaz.com/images/kw1vkwe3kdvfumbljlc2.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [It’s Me](http://forums.xonotic.org/member.php?action=profile&uid=373) **Description**: Rusty station in air - very open map @@ -1754,9 +1754,9 @@ Temple City [![](http://pics.nexuizninjaz.com/images/eprbvbnf6qk0cy143tmx_thumb.jpg)](http://pics.nexuizninjaz.com/images/eprbvbnf6qk0cy143tmx.jpg) [![](http://pics.nexuizninjaz.com/images/1jwtz2uwk7p9b8maz370_thumb.jpg)](http://pics.nexuizninjaz.com/images/1jwtz2uwk7p9b8maz370.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]]; -[[Deathmatch]]; -[[Team Deathmatch]] +[Capture the Flag](Capture The Flag); +[Deathmatch](Deathmatch); +[Team Deathmatch](Team Deathmatch) **Author**: [_para](http://forums.xonotic.org/member.php?action=profile&uid=362) **Description**: Big Simple textured Space floater @@ -1767,7 +1767,7 @@ Terminal [![](http://pics.nexuizninjaz.com/images/cwinh2la8e6h5fgwc1jn_thumb.jpg)](http://pics.nexuizninjaz.com/images/cwinh2la8e6h5fgwc1jn.jpg) [![](http://pics.nexuizninjaz.com/images/4fr1wlltqe9cxqzewwoz_thumb.jpg)](http://pics.nexuizninjaz.com/images/4fr1wlltqe9cxqzewwoz.jpg) **Gamemodes**: -[[Race CTS]] +[Race CTS](Race CTS) **Author**: [FruitieX](http://forums.xonotic.org/member.php?action=profile&uid=29) **Description**: A very simple nexrun map, where your strafing skills will be tested up to terminal velocity @@ -1778,15 +1778,15 @@ THAD [![](http://pics.nexuizninjaz.com/images/8kcgngrsmckc4cwmb9_thumb.jpg)](http://pics.nexuizninjaz.com/images/8kcgngrsmckc4cwmb9.jpg) [![](http://pics.nexuizninjaz.com/images/1vvj1xkq0wst1r00pfbr_thumb.jpg)](http://pics.nexuizninjaz.com/images/1vvj1xkq0wst1r00pfbr.jpg) **Gamemodes**: -[[Arena]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Arena](Arena); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [Strahlemann](http://forums.xonotic.org/member.php?action=profile&uid=259) **Description**: @@ -1797,10 +1797,10 @@ The Sewer [![](http://pics.nexuizninjaz.com/images/dc0u9ouch9h9vzqfevay_thumb.jpg)](http://pics.nexuizninjaz.com/images/dc0u9ouch9h9vzqfevay.jpg) [![](http://pics.nexuizninjaz.com/images/r02fnjmeugbbhtsaqn0_thumb.jpg)](http://pics.nexuizninjaz.com/images/r02fnjmeugbbhtsaqn0.jpg) **Gamemodes**: -[[Arena]]; -[[Deathmatch]]; -[[Last Man Standing]]; -[[Rune|Runematch]] +[Arena](Arena); +[Deathmatch](Deathmatch); +[Last Man Standing](Last Man Standing); +[Rune](Runematch) **Author**: [theShadow](http://forums.xonotic.org/member.php?action=profile&uid=153) **Description**: Violent conflict in the cramped waterworks @@ -1811,11 +1811,11 @@ The Yard [![](http://pics.nexuizninjaz.com/images/zg91n6p33p3q6lu0uq_thumb.jpg)](http://pics.nexuizninjaz.com/images/zg91n6p33p3q6lu0uq.jpg) [![](http://pics.nexuizninjaz.com/images/6zvnus055yls10aapzk7_thumb.jpg)](http://pics.nexuizninjaz.com/images/6zvnus055yls10aapzk7.jpg) **Gamemodes**: -[[Deathmatch]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Deathmatch](Deathmatch); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [Cortez](http://forums.xonotic.org/member.php?action=profile&uid=95) **Description**: q3dm17ish @@ -1826,16 +1826,16 @@ Tomb [![](http://pics.nexuizninjaz.com/images/v7eph2m84857cstvhy5_thumb.jpg)](http://pics.nexuizninjaz.com/images/v7eph2m84857cstvhy5.jpg) [![](http://pics.nexuizninjaz.com/images/d16xyxdyri6gwdqm9q6u_thumb.jpg)](http://pics.nexuizninjaz.com/images/d16xyxdyri6gwdqm9q6u.jpg) **Gamemodes**: -[[Arena]]; -[[Capture the Flag|Capture The Flag]]; -[[Clan Arena]]; -[[Deathmatch]]; -[[Domination]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Onslaught]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Arena](Arena); +[Capture the Flag](Capture The Flag); +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Domination](Domination); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Onslaught](Onslaught); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [Mircea Kitsune](http://forums.xonotic.org/member.php?action=profile&uid=12) **Description**: A small arena @@ -1846,7 +1846,7 @@ Trust Reloaded [![](http://pics.nexuizninjaz.com/images/kdvx5doijmdpmqjdvhe_thumb.jpg)](http://pics.nexuizninjaz.com/images/kdvx5doijmdpmqjdvhe.jpg) [![](http://pics.nexuizninjaz.com/images/23ymo3rapgvtadboc3_thumb.jpg)](http://pics.nexuizninjaz.com/images/23ymo3rapgvtadboc3.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [dublpaws](http://forums.xonotic.org/member.php?action=profile&uid=81), [Debugger](http://forums.xonotic.org/member.php?action=profile&uid=222) @@ -1858,7 +1858,7 @@ Unsealed Trial [![](http://pics.nexuizninjaz.com/images/7vvdvl5hj7fbqoda0sx_thumb.jpg)](http://pics.nexuizninjaz.com/images/7vvdvl5hj7fbqoda0sx.jpg) [![](http://pics.nexuizninjaz.com/images/rwxsgvndfkhg5tapzgmu_thumb.jpg)](http://pics.nexuizninjaz.com/images/rwxsgvndfkhg5tapzgmu.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [Morphed](http://forums.xonotic.org/member.php?action=profile&uid=8) **Description**: Vehicle carnage @@ -1869,7 +1869,7 @@ Vector Wars [![](http://pics.nexuizninjaz.com/images/mf2y18g9zge63hsp7cq_thumb.jpg)](http://pics.nexuizninjaz.com/images/mf2y18g9zge63hsp7cq.jpg) [![](http://pics.nexuizninjaz.com/images/4dkxajzmykaq0gnjw7ad_thumb.jpg)](http://pics.nexuizninjaz.com/images/4dkxajzmykaq0gnjw7ad.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [fabzor3](http://forums.xonotic.org/member.php?action=profile&uid=43), [Cuinnton](http://forums.xonotic.org/member.php?action=profile&uid=61) @@ -1881,7 +1881,7 @@ Vehicing Worlds Nox [![](http://pics.nexuizninjaz.com/images/j1x8gtbail9w47q6ruyy_thumb.jpg)](http://pics.nexuizninjaz.com/images/j1x8gtbail9w47q6ruyy.jpg) [![](http://pics.nexuizninjaz.com/images/vyhqza4zv2qx48fqlvt_thumb.jpg)](http://pics.nexuizninjaz.com/images/vyhqza4zv2qx48fqlvt.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [divVerent](http://forums.xonotic.org/member.php?action=profile&uid=4), [C.Brutail](http://forums.xonotic.org/member.php?action=profile&uid=15) @@ -1893,7 +1893,7 @@ Vorix [![](http://pics.nexuizninjaz.com/images/tzixjln8hmn765ipvo52_thumb.jpg)](http://pics.nexuizninjaz.com/images/tzixjln8hmn765ipvo52.jpg) [![](http://pics.nexuizninjaz.com/images/0mknloyf1ncftgbyz7og_thumb.jpg)](http://pics.nexuizninjaz.com/images/0mknloyf1ncftgbyz7og.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]] +[Capture the Flag](Capture The Flag) **Author**: [It’s Me](http://forums.xonotic.org/member.php?action=profile&uid=373) **Description**: This is Vorix! @@ -1904,14 +1904,14 @@ Wacka Wacka [![](http://pics.nexuizninjaz.com/images/rcthgtad6dviy1qqjxe_thumb.jpg)](http://pics.nexuizninjaz.com/images/rcthgtad6dviy1qqjxe.jpg) [![](http://pics.nexuizninjaz.com/images/o2el4shpdutmmwzdmg1a_thumb.jpg)](http://pics.nexuizninjaz.com/images/o2el4shpdutmmwzdmg1a.jpg) **Gamemodes**: -[[Clan Arena]]; -[[Deathmatch]]; -[[Freeze Tag]]; -[[Keepaway]]; -[[Key Hunt]]; -[[Last Man Standing]]; -[[Rune|Runematch]]; -[[Team Deathmatch]] +[Clan Arena](Clan Arena); +[Deathmatch](Deathmatch); +[Freeze Tag](Freeze Tag); +[Keepaway](Keepaway); +[Key Hunt](Key Hunt); +[Last Man Standing](Last Man Standing); +[Rune](Runematch); +[Team Deathmatch](Team Deathmatch) **Author**: [divVerent](http://forums.xonotic.org/member.php?action=profile&uid=4), [Cortez](http://forums.xonotic.org/member.php?action=profile&uid=95) @@ -1923,11 +1923,11 @@ Warfare [![](http://pics.nexuizninjaz.com/images/uvsa29309pzm0zxliz_thumb.jpg)](http://pics.nexuizninjaz.com/images/uvsa29309pzm0zxliz.jpg) [![](http://pics.nexuizninjaz.com/images/szsn6lvxoqar5c0suvo_thumb.jpg)](http://pics.nexuizninjaz.com/images/szsn6lvxoqar5c0suvo.jpg) **Gamemodes**: -[[Arena]]; -[[Deathmatch]]; -[[Keepaway]]; -[[Last Man Standing]]; -[[Rune|Runematch]] +[Arena](Arena); +[Deathmatch](Deathmatch); +[Keepaway](Keepaway); +[Last Man Standing](Last Man Standing); +[Rune](Runematch) **Author**: Tymo **Description**: Medium sized map with a central area @@ -1937,10 +1937,10 @@ X-Evilspaceremix [![](http://pics.nexuizninjaz.com/images/7ja01icfpm02bnuh13ae_thumb.jpg)](http://pics.nexuizninjaz.com/images/7ja01icfpm02bnuh13ae.jpg) [![](http://pics.nexuizninjaz.com/images/4ozhs6lqnw68x63zrm7v_thumb.jpg)](http://pics.nexuizninjaz.com/images/4ozhs6lqnw68x63zrm7v.jpg) **Gamemodes**: -[[Deathmatch]]; -[[Last Man Standing]]; -[[Team Deathmatch]]; -[[Rune|Runematch]] +[Deathmatch](Deathmatch); +[Last Man Standing](Last Man Standing); +[Team Deathmatch](Team Deathmatch); +[Rune](Runematch) **Author**: [Leeloo](http://forums.xonotic.org/member.php?action=profile&uid=1280) **Description**: Remake of Evilspaceremix @@ -1951,10 +1951,10 @@ X-Stei6 [![](http://pics.nexuizninjaz.com/images/9oxfl4lo6oqm38m37vyx_thumb.jpg)](http://pics.nexuizninjaz.com/images/9oxfl4lo6oqm38m37vyx.jpg) [![](http://pics.nexuizninjaz.com/images/tdkuwcxjxhjtt7yc8auz_thumb.jpg)](http://pics.nexuizninjaz.com/images/tdkuwcxjxhjtt7yc8auz.jpg) **Gamemodes**: -[[Deathmatch]]; -[[Keepaway]]; -[[Last Man Standing]]; -[[Rune|Runematch]] +[Deathmatch](Deathmatch); +[Keepaway](Keepaway); +[Last Man Standing](Last Man Standing); +[Rune](Runematch) **Author**: [Leeloo](http://forums.xonotic.org/member.php?action=profile&uid=1280) **Description**: Remake of the Q3A space map by Stei @@ -1965,9 +1965,9 @@ Xtinyworld [![](http://pics.nexuizninjaz.com/images/0lemxxr8f15kl1yejhv_thumb.jpg)](http://pics.nexuizninjaz.com/images/0lemxxr8f15kl1yejhv.jpg) [![](http://pics.nexuizninjaz.com/images/2erkfk8dmbkvhakwlyt4_thumb.jpg)](http://pics.nexuizninjaz.com/images/2erkfk8dmbkvhakwlyt4.jpg) **Gamemodes**: -[[Capture the Flag|Capture The Flag]]; -[[Deathmatch]]; -[[Team Deathmatch]] +[Capture the Flag](Capture The Flag); +[Deathmatch](Deathmatch); +[Team Deathmatch](Team Deathmatch) **Author**: [Creation](http://forums.xonotic.org/member.php?action=profile&uid=1040) **Description**: Fast paced newbie map diff --git a/Modelling.md b/Modelling.md index 4ec3c9b..69725ab 100644 --- a/Modelling.md +++ b/Modelling.md @@ -12,7 +12,7 @@ Blender when exporting to iqm * use the bbox.blend in order to see the size that your model should be. Iqm exporter scale function untested. * use the duck\_bbox.blend in order to see the size that your model should be when crouching. -* for more information on bbox size refer to div0’s model specs [[Player_Model_Spec]] +* for more information on bbox size refer to div0’s model specs [Player_Model_Spec](Player_Model_Spec) * naming conventions for textures and model go as follow assuming the example is the umbra model: modelname: umbra.iqm, framegroups: umbra.iqm.framegroups, textures: umbra.tga or (jpg), umbra\_norm.tga, umbra\_gloss.tga, (need to add more) ### Before exporting diff --git a/Music.md b/Music.md index 06ee72a..c362b53 100644 --- a/Music.md +++ b/Music.md @@ -5,7 +5,7 @@ Requirements ------------ - Vorbis OGG -q4 or above (-q7 or above preferred), or a format good enough for being able to be converted to that (e.g. FLAC, WAV) -- GPL v2 compatible _(for more information see our [[legal]] page)_ +- GPL v2 compatible _(for more information see our [legal](legal) page)_ - About 3 to 10 minutes - Preferably with matching ending and beginning _(so the track loops smoothly)_ @@ -60,7 +60,7 @@ Links ----- - Licensing - - Our [[Legal]] wiki page + - Our [Legal](Legal) wiki page - http://wiki.creativecommons.org/GarageBand - Tools - OpenMPT http://www.lpchip.com/modplug diff --git a/Netradiant.md b/Netradiant.md index df6f9be..9d58b47 100644 --- a/Netradiant.md +++ b/Netradiant.md @@ -4,10 +4,10 @@ NetRadiant - A Stabilized Q3 Map Editor ![](logo.jpg) ![](>radiant.jpg) -- [[NetRadiant]] -- [[Download NetRadiant]] -- [[Additional map editor features]] -- [[Additional map compiler features]] +- [NetRadiant](NetRadiant) +- [Download NetRadiant](Download NetRadiant) +- [Additional map editor features](Additional map editor features) +- [Additional map compiler features](Additional map compiler features) - [Complete list of entity keys](Complete_list_of_entity_keys) - [Complete list of command line parameters](Complete_list_of_command_line_parameters) - [Complete list of shader keywords](Complete_list_of_shader_keywords) diff --git a/Old_Creating_Maps.md b/Old_Creating_Maps.md index e34a817..92f990b 100644 --- a/Old_Creating_Maps.md +++ b/Old_Creating_Maps.md @@ -7,12 +7,12 @@ Old Creating Maps Introduction ------------ -Creating maps requires the [[Netradiant]], a gtkradiant based mapping program that generates .bsp files compiled by q3map2. It helps to have a [[well packaged map]] while reading through this article. +Creating maps requires the [Netradiant](Netradiant), a gtkradiant based mapping program that generates .bsp files compiled by q3map2. It helps to have a [well packaged map](well packaged map) while reading through this article. Using Netradiant ---------------- -NetRadiant is a fork of the popular Quake-based game editor, GtkRadiant, if you have familiarity with that software or another derivative of it, this For more information and more in-depth specifics, refer to the [[Netradiant]] page. +NetRadiant is a fork of the popular Quake-based game editor, GtkRadiant, if you have familiarity with that software or another derivative of it, this For more information and more in-depth specifics, refer to the [Netradiant](Netradiant) page. ### Compiling from Source @@ -27,7 +27,7 @@ http://www.icculus.org/netradiant/files/ Map Packages ------------ -Maps are packaged as a .zip file with a .pk3 extension. They can be opened with any program that opens zip files. The pk3 gets loaded when you start the game, [[Xonotic]]. The engine, [[Darkplaces]] reads pk3 files as it would a normal files system. You can thus create a pk3 package with any files that the engine can normally read. (needs well packaged map example pk3) +Maps are packaged as a .zip file with a .pk3 extension. They can be opened with any program that opens zip files. The pk3 gets loaded when you start the game, [Xonotic](Xonotic). The engine, [Darkplaces](Darkplaces) reads pk3 files as it would a normal files system. You can thus create a pk3 package with any files that the engine can normally read. (needs well packaged map example pk3) ### Package Design @@ -41,7 +41,7 @@ Maps are packaged as a .zip file with a .pk3 extension. They can be opened with `maps/.map` - This is an open-source game, help others learn. This file is required to be in the game. `maps/.mapinfo` - This file has the meta information, global music track, gametype(s) and game settings `maps/.tga|png|jpg` - This file is a screenshot of your map. If you don’t include this, you map doesn’t have a picture in the menu or the voting screen for servers and angels cry. -`maps/.waypoints` - This is required to be added to the game, it’s for bot [[waypoints|adding_waypoints]] +`maps/.waypoints` - This is required to be added to the game, it’s for bot [waypoints](adding_waypoints) `maps/gfx/_mini.tga|png|jpg` - This is required to be added to the game, it’s a radar of the map. These can be generated with the command `<`. #### Optional/Suggested Files @@ -103,6 +103,6 @@ Help \#xonotic.editing on irc.quakenet.org http://forums.xonotic.org -[[Creation_de_cartes]] +[Creation_de_cartes](Creation_de_cartes) -[[Creating_Maps]] +[Creating_Maps](Creating_Maps) diff --git a/Race_CTS.md b/Race_CTS.md index fedc50a..5c3cd88 100644 --- a/Race_CTS.md +++ b/Race_CTS.md @@ -14,7 +14,7 @@ Map Entities Helpful Hints and Tips ---------------------- -- The physics are different in Race CTS if a server runs the mod ‘[[Xonotic Pro Mode]]’. +- The physics are different in Race CTS if a server runs the mod ‘[Xonotic Pro Mode](Xonotic Pro Mode)’. - You can’t push (/frag) other players like in Race. List of Demos and Videos diff --git a/Repository_Access.md b/Repository_Access.md index 633a29a..b5e8a45 100644 --- a/Repository_Access.md +++ b/Repository_Access.md @@ -5,7 +5,7 @@ Xonotic uses several Git repositories. There’s a helper script in the main rep The repository also contains several branches next to the stable “master” branch. So if you’re interested in the progress of a certain feature, or want to help or create a new one, you can checkout the appropriate branch. For information on how to obtain write access, skip down to the “[Getting write access](Repository_Access#contributing-and-getting-write-access)” section. -For more information about Git we have a [[Git]] page on the wiki [[here|Git]]. +For more information about Git we have a [Git](Git) page on the wiki [here](Git). Setting up the development environment -------------------------------------- diff --git a/Tech_Conglomerate.md b/Tech_Conglomerate.md index 5389a61..1cba0b1 100644 --- a/Tech_Conglomerate.md +++ b/Tech_Conglomerate.md @@ -91,7 +91,7 @@ Factions - However, player could also specify factional allegiance (resistance is a “pacifist” movement, so factions put aside differences) - Not sure how they can figure in the “Oppressor” campaign (redshirts killed quickly in the beginning of some battles?) -- Factions may be adopted from the [[Close to Home]] scenario or invented anew +- Factions may be adopted from the [Close to Home](Close to Home) scenario or invented anew - Only difference between factions is player models Note: Colors of factions are subject to change depending on which faction is in which mission (we can have at most three other factions besides the player’s faction). diff --git a/assets/convert-wiki-links.py b/assets/convert-wiki-links.py new file mode 100755 index 0000000..9479bae --- /dev/null +++ b/assets/convert-wiki-links.py @@ -0,0 +1,36 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +# not a simple sed script because I can do non-greedy easier here :x + +# changing gollum/wiki links to markdown/markup syntax (no redlinks support... fuuu gitlab) +# but not the other way around... +# since external links and images are better left using portable markdown syntax + +import os +import re + +FILES = ('.md',) +RX = [ +# (re.compile(r''), ''), + # I'm sure this could be cleaner... but it works (order is important (with \W for french chars), or [[a|b]] is matched to [a|b](a|b) !) + (re.compile(r'(?u)\[\[([\w\W \\/\.#\(\)_-]+?)\|([\w\W \\/\.#\(\)_-]+?)\]\]'), r'[\1](\2)'), # [[This|that#top]] -> [This](that#top) + (re.compile(r'(?u)\[\[([\w\W \\/\.#\(\)_-]+?)\]\]'), r'[\1](\1)'), # [[This]] -> [This](This) +] + +path = '.' +lsdir = os.listdir(path) +for f in lsdir: + file_name, file_extension = os.path.splitext(f) + new_f = file_name + file_extension + '.rx' + + if file_extension in FILES: + i = os.path.join(path, f) + o = os.path.join(path, new_f) + with open(i, "r") as inf, open(o, "w") as outf: + for line in inf: + for search, replace in RX: + #line = search.sub(replace, line) + line = re.sub(search, replace, line) + outf.write(line) + os.rename(o, i) -- 2.39.2