diff options
author | Barichello <artur@barichello.me> | 2022-01-12 14:53:45 -0300 |
---|---|---|
committer | Barichello <artur@barichello.me> | 2022-01-12 14:53:45 -0300 |
commit | ff154d33bea2a69c6f93456a1744f8a9b6fd030b (patch) | |
tree | a77891919b1d337fdbfd0f4dc0f24f46f34b2adb /docs/using-northstar | |
parent | abbbb0f911a3d53fc3c8f6a9a2407f097815c9eb (diff) | |
download | NorthstarWiki-ff154d33bea2a69c6f93456a1744f8a9b6fd030b.tar.gz NorthstarWiki-ff154d33bea2a69c6f93456a1744f8a9b6fd030b.zip |
Add new commands section
Diffstat (limited to 'docs/using-northstar')
-rw-r--r-- | docs/using-northstar/commands.md | 16 |
1 files changed, 14 insertions, 2 deletions
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 <ip address>:<port>` | 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| |