diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2024-02-10 21:01:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-10 21:01:38 +0100 |
commit | cadb9b4a24dbdd36cdd02177a4d97dca1c86f433 (patch) | |
tree | 055d2f1e9e537b9a2032696abb665f6030c6917c | |
parent | 5f67dde760638eabdbfd329195e190e28def742b (diff) | |
parent | 9c27c1c65145dc644c97f19558b63f70b98f3abf (diff) | |
download | NorthstarWiki-cadb9b4a24dbdd36cdd02177a4d97dca1c86f433.tar.gz NorthstarWiki-cadb9b4a24dbdd36cdd02177a4d97dca1c86f433.zip |
Merge branch 'main' into docs/gitbook-preprocessor
-rw-r--r-- | docs/development/releases.md | 11 | ||||
-rw-r--r-- | docs/development/testing.md | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/docs/development/releases.md b/docs/development/releases.md index 4d76be2..4145f0c 100644 --- a/docs/development/releases.md +++ b/docs/development/releases.md @@ -69,15 +69,8 @@ The current process of making release (includinging release candidate) is: 3. Click checkbox for creating discussion and select _Release_ as category 4. Publish -11. Post announcements on Discord - 1. Post message in `#server-hosting-announcements` channel.\ - Make sure to highlight server hosting specific changes.\ - Make thread for bug reports. - 2. Post message in `#modding-announcements`.\ - Make sure to highlight modding specific changes (API changes etc). - 3. Post message in `#announcements`.\ - Make sure to highlight end-user specific changes (new features, certainn fixes, etc). - +11. Post release announcement on Discord in `#releases` channel. + Make sure to highlight aspects relevant for server hosters, modders, and end-users. 12. Update main menu promos version on Atlas diff --git a/docs/development/testing.md b/docs/development/testing.md index 09a8c3d..9125453 100644 --- a/docs/development/testing.md +++ b/docs/development/testing.md @@ -112,3 +112,9 @@ List of maps can be found [here](../hosting-a-server-with-northstar/server-setti Use `host_timescale <factor>` to speed-up or slow-down the game.\ For example `host_timescale 10` speeds up game by factor of `10`. Set to `1` to go back to default. + +**Viewing Navmeshes** + +Requires `sv_cheats 1` and `enable_debug_overlays 1`. + +Use `navmesh_debug_hull 1` to view navmeshes. |