diff options
author | GeckoEidechse <gecko.eidechse+gitbook@protonmail.com> | 2022-07-19 23:43:51 +0000 |
---|---|---|
committer | gitbook-bot <ghost@gitbook.com> | 2022-07-19 23:43:51 +0000 |
commit | cce17a0ece11aed93dbb6d2adf3165df9e7fc656 (patch) | |
tree | 12b2c5360db1c63bc048ef4b7b4c1b48cabce7bd /docs | |
parent | 2098931e3d13ebb2cb5bc7c7293f5413ea7b50f6 (diff) | |
download | NorthstarWiki-cce17a0ece11aed93dbb6d2adf3165df9e7fc656.tar.gz NorthstarWiki-cce17a0ece11aed93dbb6d2adf3165df9e7fc656.zip |
GitBook: [#57] Add download instructions for mods PR
Diffstat (limited to 'docs')
-rw-r--r-- | docs/.gitbook/assets/download-mods-pr1.png | bin | 0 -> 21375 bytes | |||
-rw-r--r-- | docs/.gitbook/assets/download-mods-pr2.png | bin | 0 -> 44214 bytes | |||
-rw-r--r-- | docs/modding-and-development/testing.md | 25 |
3 files changed, 21 insertions, 4 deletions
diff --git a/docs/.gitbook/assets/download-mods-pr1.png b/docs/.gitbook/assets/download-mods-pr1.png Binary files differnew file mode 100644 index 0000000..53bd8d3 --- /dev/null +++ b/docs/.gitbook/assets/download-mods-pr1.png diff --git a/docs/.gitbook/assets/download-mods-pr2.png b/docs/.gitbook/assets/download-mods-pr2.png Binary files differnew file mode 100644 index 0000000..552095d --- /dev/null +++ b/docs/.gitbook/assets/download-mods-pr2.png diff --git a/docs/modding-and-development/testing.md b/docs/modding-and-development/testing.md index 2b4d8f2..9722d0d 100644 --- a/docs/modding-and-development/testing.md +++ b/docs/modding-and-development/testing.md @@ -29,15 +29,32 @@ When reviewing pull requests on GitHub, make sure to checkout the changes made b After testing, make sure to mention the steps tested in your review. +## Acquiring necessary files + +### NorthstarLauncher + +TODO + +### NorthstarMods + +Click on the source branch of the PR + +![](../.gitbook/assets/download-mods-pr1.png) + +Click on _"Code"_ and then on _"Download ZIP"_ + +![](../.gitbook/assets/download-mods-pr2.png) + +From there copy over all the `Northstar.XXXXX` folders into your mods folder in your TItnafall2 install the same way you would manually install mods. + ## Tips and toolkits (might require `sv_cheats 1`) **Spawn titan/grunt:** -- For titan: `ent_create npc_titan; ent_fire !picker setteam 2` -- For grunt: `ent_create npc_soldier; ent_fire !picker setteam 2` - +* For titan: `ent_create npc_titan; ent_fire !picker setteam 2` +* For grunt: `ent_create npc_soldier; ent_fire !picker setteam 2` **Add fake lag for network testing** @@ -60,7 +77,7 @@ By default duplicate accounts are blocked by server. Use `-allowdupeaccounts` wh Use `map <map name>` to quickly switch map.\ Example: `map mp_glitch` -List of maps can be found [here](../hosting-a-server-with-northstar/dedicated-server/README.md#maps) +List of maps can be found [here](../hosting-a-server-with-northstar/dedicated-server/#maps) **Speed-up/slow-down game** |