From 2d6244381e3a5c11b7728f44c9a7f9b774dd30e4 Mon Sep 17 00:00:00 2001 From: Blixibon Date: Sat, 31 Aug 2019 20:38:39 -0500 Subject: [PATCH] Updated Convar Lookup (markdown) --- Convar-Lookup.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/Convar-Lookup.md b/Convar-Lookup.md index 61608d8..2da846c 100644 --- a/Convar-Lookup.md +++ b/Convar-Lookup.md @@ -6,13 +6,17 @@ WIP ## New Convars -| Name | Description | -|:------------- |:------------- | -| npc_alyx_interact_manhacks | Allows Alyx to "interact" with npc_manhacks in the same way she interacts with rollermines. | -| npc_alyx_interact_turrets | Allows Alyx to "interact" with npc_turret_floors in the same way she interacts with rollermines. | +| Name | Default Value | Description | +|:------------- |:-------------:|:------------- | +| npc_alyx_interact_manhacks | 0 | Allows Alyx to "interact" with npc_manhacks in the same way she interacts with rollermines. | +| npc_alyx_interact_turrets | 0 | Allows Alyx to "interact" with npc_turret_floors in the same way she interacts with rollermines. | +| ai_dynint_always_enabled | 0 | Makes all of Mapbase's new dynamic interactions enabled by default. | +| npc_citizen_squad_secondary_toggle_use_always | 0 | Makes Mapbase's new citizen "Alt + USE" squad toggle enabled by default on all citizens, regardless of the spawnflag's status. | ## Existing Convars -| Name | Description | -|:------------- |:------------- | -| npc_alyx_interact_manhacks | Allows Alyx to "interact" with npc_manhacks in the same way she interacts with rollermines. | \ No newline at end of file +| Name | Default Value | Description | +|:------------- |:-------------:|:------------- | +| npc_citizen_auto_player_squad_allow_use | 0 | Allows players to add or remove citizens from their squad with +USE, not to be confused with Mapbase's new "Alt + E" implementation. | +| hunter_allow_dissolve | 1 | Disabling this prevents hunters from dissolving after being hit by energy balls. | +| hunter_charge | 1 | Disabling this prevents hunters from charging at enemies. | \ No newline at end of file