diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-03 22:52:35 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-03 22:52:35 +0200 |
commit | 945d59b0afbf1539738da5568e89a03fd7846eb9 (patch) | |
tree | 6510fe70f2895dd17b3babf4d2251b96c27de9e1 /docs/modding-and-development | |
parent | 0f05da683edb73c7673d1fa9f6acae8a60d60498 (diff) | |
download | NorthstarWiki-945d59b0afbf1539738da5568e89a03fd7846eb9.tar.gz NorthstarWiki-945d59b0afbf1539738da5568e89a03fd7846eb9.zip |
Tip to build titan/core meter
Diffstat (limited to 'docs/modding-and-development')
-rw-r--r-- | docs/modding-and-development/testing.md | 6 |
1 files changed, 6 insertions, 0 deletions
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 |