From 945d59b0afbf1539738da5568e89a03fd7846eb9 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Wed, 3 Aug 2022 22:52:35 +0200 Subject: Tip to build titan/core meter --- docs/modding-and-development/testing.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/modding-and-development/testing.md b/docs/modding-and-development/testing.md index 4c4576d..f894587 100644 --- a/docs/modding-and-development/testing.md +++ b/docs/modding-and-development/testing.md @@ -67,6 +67,12 @@ From there copy over all the `Northstar.XXXXX` folders into your mods folder in * For titan: `ent_create npc_titan; ent_fire !picker setteam 2` * For grunt: `ent_create npc_soldier; ent_fire !picker setteam 2` +**Give free kill / build up titan/core meter** + +`script AddPlayerScore(GetPlayerArray()[0], "KillPilot")` + +where `GetPlayerArray()[0]` should point to the player you want to give kill/meter. + **Add fake lag for network testing** `net_fakelag 200` -> 200ms network lag -- cgit v1.2.3