]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Home.md
Update SMD guide
[xonotic/xonotic.wiki.git] / Home.md
diff --git a/Home.md b/Home.md
index 8279b526beeeb102bf01c944b756f1ccb9762094..03d5ac2cf5bc57dee586aac64c28f2bb0e15c4b9 100644 (file)
--- a/Home.md
+++ b/Home.md
@@ -7,8 +7,8 @@ Welcome to the Xonotic wiki. If you wish to contribute, see [Editing](Editing).
 -      [Website](http://xonotic.org)
        -       [Forums](http://forums.xonotic.org) are a lively place for Xonotic players to discuss anything.
        -       [Xonotic game stats](http://stats.xonotic.org/) show useful statistics information about servers, players, scores, maps, etc.
--      [IRC channels](Channels) are where most players ask/answer questions, exchange ideas, organize game events, etc. in **real time**. You can even chat with players in the game.
--      [Discord](https://discord.gg/0uxcsw1XMkaOB936): there is also a Discord server that serves more or less the same purpose as the IRC channels.
+-      [Matrix and IRC channels](Chat-Rooms) are where most players ask/answer questions, exchange ideas, organize game events, etc. in **real time**. You can even chat with players in the game.
+-      [Discord](Chat-Rooms#discord): there is also an unofficial Discord server that serves more or less the same purpose as the IRC channels.
 -      [Facebook](https://www.facebook.com/xonotic/)
 -      [Twitter](https://twitter.com/xonotic)
 
@@ -17,12 +17,12 @@ Welcome to the Xonotic wiki. If you wish to contribute, see [Editing](Editing).
 ### Tutorials
 - [HALOGENE’S NEWBIE CORNER](https://xonotic.org/guide/) has rich information for beginners. **Must read!** You will enjoy the game more!
 - [Overkill Tutorial](https://xonotic.org/okguide/)
+- [Creating bot waypoints](https://gitlab.com/xonotic/xonotic/-/wikis/Creating-bot-waypoints)
 
 ### Unofficial map repositories
-- [xonotic.fps.gratis](http://xonotic.fps.gratis/) (or [dl.xonotic.fps.gratis](http://dl.xonotic.fps.gratis/) for a simple list that loads faster) - Run by [-z-](https://github.com/z/)/[detrate](https://gitlab.com/detrate). Same content as [xonotic.co](http://xonotic.co/).
+- [xonotic.fps.gratis](http://xonotic.fps.gratis/) (or [dl.xonotic.fps.gratis](http://dl.xonotic.fps.gratis/) for a simple list that loads faster) - Run by [-z-](https://github.com/z/)/[detrate](https://gitlab.com/detrate).
 - [gnome.xonotic.in.ua](http://gnome.xonotic.in.ua/)
 - [xon.recombi.net](http://xon.recombi.net/) (or [xon.recombi.net/dl](http://xon.recombi.net/dl/) for a simple list that loads faster) - Has content from both [fps.gratis](http://xonotic.fps.gratis/) and [gnome](http://gnome.xonotic.in.ua/), [fps.gratis](http://xonotic.fps.gratis/) has precedence in case of conflict.
-- [xonotic.co](http://xonotic.co/) - Currently down.
 
 ### Unofficial Web-based Server Lists
 -   [dpmaster.deathmask.net](http://dpmaster.deathmask.net/?game=xonotic)
@@ -38,6 +38,7 @@ Welcome to the Xonotic wiki. If you wish to contribute, see [Editing](Editing).
 - [Items](Items)
 - [Vehicles](Vehicles)
 - [Weapons](Weapons)
+- [Monsters](Monsters)
 
 ### Game Modes (or Game Types)
 In Xonotic, game modes and game types mean the same thing -- different modes/types have different goals to achieve in a game.
@@ -65,6 +66,9 @@ The following modes are available, although slightly less common than the above:
 -   [Invasion](Invasion) (experimental)
 -   [Arena](Arena) (removed)
 
+The following modes are mods:
+-   [Murder in Megaerebus Manor](Murder-in-Megaerebus-Manor)
+
 ### Standard Mutators
 Mutators change the configuration of the game play, e.g. how weapon appears, which special weapons are availabale, or the physics in the game. This is usually set by the game admins who set up games for other players. Standard Mutators are available in the game menu.
 
@@ -102,9 +106,12 @@ Other mutators:
 ### [Special Servers](Special-Servers)
 
 ### [Mods](Mods)
+- [SMB modpack (contains git dev guide about how is built)](SMB-modpack)
+- [BaI mod](BaI-mod)
 
 ### Misc
 -   [Autobuilds](Autobuilds)
+-   [Compiling](Compiling)
 -   [Privacy and Security](privacy-and-security)
 -   [Handicap](handicap)
 -   [Camera for demos explained](Demo-Camera)
@@ -138,7 +145,8 @@ Other mutators:
 
 ## Development
 
--   [Repository Access](Repository_Access) (how to compile from git) (see also [Git repo structure](Git))
+-   [Repository Access: Compiling and Requesting Push Access](Repository_Access)
+-   [Git: HowTo and Repository Structure](Git)
 -   [Licensing / Legal](Legal)
 
 ### Programming
@@ -146,6 +154,8 @@ Other mutators:
 -   [DarkPlaces Wiki](DarkPlaces-Index)
 -   [Writing your first mutator](writing-your-first-mutator)
 -   [Tips for new developers](Programming-Tips)
+-   [Programming QuakeC stuff in Xonotic
+](Programming-QuakeC-stuff-in-Xonotic)
 
 ### [Translating](Translating)
 -   [Translation website](https://www.transifex.com/team-xonotic/xonotic/dashboard/)
@@ -161,7 +171,8 @@ Other mutators:
 -   [.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)
+-   [Weapon modeling system](Weaponsystem)
+-   [Exporting a weapon for Xonotic](Exporting-a-weapon-for-Xonotic)
 -   How to get an animated mesh from [Blender to DPM](Blender-to-DPM)
 -   [Inter-Quake Model (IQM) Format](http://sauerbraten.org/iqm/)
 -   [Player Model Spec](Player-Model-Spec)
@@ -196,4 +207,4 @@ Other mutators:
 ## Misc
 
 -   [Archive](Archive)
--   [Gitlab Markdown Reference](https://gitlab.com/help/user/markdown.md) (for editing this wiki)
+-   [Gitlab Markdown Reference](https://gitlab.com/help/user/markdown.md) (for editing this wiki)
\ No newline at end of file