From 92cea5974ff360605308bbd15e8035ab5ed19972 Mon Sep 17 00:00:00 2001 From: LegendaryGuard Date: Thu, 25 Jun 2020 18:13:38 +0000 Subject: [PATCH] Update Nades, making source code link visible in Notes for developers --- Nades.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Nades.md b/Nades.md index 85b6d45..cdf3953 100644 --- a/Nades.md +++ b/Nades.md @@ -90,6 +90,8 @@ Spawns all of the above and a marine at random. ## Notes for developers +**Nades source codes are in this [directory](https://gitlab.com/xonotic/xonotic-data.pk3dir/-/tree/master/qcsrc/common/mutators/mutator/nades).** + If you are creating a server for yourself, to play with the nades, you need to activate the nades and it is recommended to set those variables: `g_nades 1 // activate nades in the game` @@ -130,6 +132,4 @@ If you are creating a server for yourself, to play with the nades, you need to a `set g_nades_ice_explode 1 // Whether the ice nade should explode again once the ice field dissipated` -After setting all this, it can be necessary to restart the server, use `restart` command to apply the changes. Instead doing this manually, you can put those variables in a *.cfg* file. Save the variables inside *nades.cfg* empty file and save it in *xonotic/data* folder. In the game, when you are playing in your own server, execute in the console: `exec nades.cfg` and restart if it's necessary. - -**Nades source codes are in this [directory](https://gitlab.com/xonotic/xonotic-data.pk3dir/-/tree/master/qcsrc/common/mutators/mutator/nades).** \ No newline at end of file +After setting all this, it can be necessary to restart the server, use `restart` command to apply the changes. Instead doing this manually, you can put those variables in a *.cfg* file. Save the variables inside *nades.cfg* empty file and save it in *xonotic/data* folder. In the game, when you are playing in your own server, execute in the console: `exec nades.cfg` and restart if it's necessary. \ No newline at end of file -- 2.39.2