From 0ecddd1f95a2915b7ca04e518f4fa8f359e246ce Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Fri, 15 Jul 2022 14:50:07 +0200 Subject: Document `host_timescale` Speeds-up/slows-down game --- docs/modding-and-development/testing.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/modding-and-development/testing.md') diff --git a/docs/modding-and-development/testing.md b/docs/modding-and-development/testing.md index b254889..2b4d8f2 100644 --- a/docs/modding-and-development/testing.md +++ b/docs/modding-and-development/testing.md @@ -61,3 +61,8 @@ Use `map ` 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) + +**Speed-up/slow-down game** + +Use `host_timescale ` 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. -- cgit v1.2.3