Skip to content

Commit

Permalink
Merge branch 'main' into docs/gitbook-preprocessor
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse authored Feb 10, 2024
2 parents 5f67dde + 9c27c1c commit cadb9b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
11 changes: 2 additions & 9 deletions docs/development/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 6 additions & 0 deletions docs/development/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit cadb9b4

Please sign in to comment.