From ff154d33bea2a69c6f93456a1744f8a9b6fd030b Mon Sep 17 00:00:00 2001 From: Barichello Date: Wed, 12 Jan 2022 14:53:45 -0300 Subject: Add new commands section --- docs/using-northstar/commands.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'docs/using-northstar') diff --git a/docs/using-northstar/commands.md b/docs/using-northstar/commands.md index 00fee65..6b48a12 100644 --- a/docs/using-northstar/commands.md +++ b/docs/using-northstar/commands.md @@ -27,13 +27,18 @@ In the future this keybind should hopefully be adjustable via `Controls > Settin **Note** that if you're using the [Enhanced Menu Mod](https://github.com/taskinoz/Enhanced-Menu-Mod) this might already be the case {% endhint %} -### List of commands +## List of commands + +### Northstar Commands | Command | Result | | ----------------------- | -------------- | | `ns_masterserver_hostname` | Masterserver URL, default: `https://northstar.tf` | | `ns_auth_allow_insecure 1` | Allows clients to connect without masterserver authorization | | `connect :` | Directly connect to a Northstar gameserver | +| `reload_mods` | Reload mods | +| `ns_disallowed_tacticals` | String list of disallowed tactical abilities, ex: `"mp_ability_grapple,mp_ability_heal"` | +| `ns_disallowed_tactical_replacement` | Optional replacement ability for disallowed tacticals | ### Server commands @@ -162,4 +167,11 @@ In the future this keybind should hopefully be adjustable via `Controls > Settin | `sv_voiceenable` | | 1 | | `sv_warnAboutCmdNumJumps` | | 20 | | `sv_weapon_despawn_time` | | 90 | -| `sv_writeSendTableStreamFile` | | | \ No newline at end of file +| `sv_writeSendTableStreamFile` | | | + +### Useful dev scripts + +|Command|Result| +|-|-| +|`script CreateTitanForPlayerAndHotdrop( GetPlayerArray()[0], GetTitanReplacementPoint( GetPlayerArray()[0], false ) )`|Sets your titan as available to call for Titanfall| +|`script ForcePilotToBecomeTitan( GetPlayerArray()[0] )`|Transforms you into a titan| -- cgit v1.2.3