Convars Definitions (txAdmin)
The txAdmin menu has a variety convars that can alter the default behavior of the menu. Convars configured in the settings page should not be set manually.
Settings page only
txAdmin-menuEnabled
Description: Whether the menu is enabled or not. Changing it requires server restart.
Default:
true
txAdmin-menuAlignRight
Description: Whether to align the menu to the right of the screen instead of the left.
Default:
false
txAdmin-menuPageKey
Description: Will change the key used for changing pages in the menu. This value must be the exact browser key code for your preferred key. You can use this website and the
event.codesection to find it.Default:
Tab
txAdmin-hideDefaultAnnouncement
Description: Suppresses the display of announcements, allowing you to implement your own announcement via the event
txAdmin:events:announcement.Default:
false
txAdmin-hideDefaultDirectMessage
Description: Suppresses the display of direct messages, allowing you to implement your own direct message notification via the event
txAdmin:events:playerDirectMessage.Default:
false
txAdmin-hideDefaultWarning
Description: Suppresses the display of warnings, allowing you to implement your own warning via the event
txAdmin:events:playerWarned.Default:
false
txAdmin-hideDefaultScheduledRestartWarning
Description: Suppresses the display of scheduled restart warnings, allowing you to implement your own warning via the event
txAdmin:events:scheduledRestart.Default:
false
Convar only (not in settings page)
txAdmin-debugMode
Description: Will toggle debug printing on the server and client.
Default:
falseUsage:
+setr txAdmin-debugMode true
txAdmin-menuPlayerIdDistance
Description: The distance in which Player IDs become visible, if toggled on. Note that the game engine limits to show tags that are only closer than ~300m, so increasing the number above that might be useless.
Default: 150
Usage:
+setr txAdmin-menuPlayerIdDistance 100
txAdmin-menuDrunkDuration
Description: How many seconds the drunk effect (troll action) should last.
Default: 30
Usage:
+setr txAdmin-menuDrunkDuration 120
txAdmin-menuPtfxDisable
Description: Determine whether to not play particles effects whenever an admin's player mode is changed.
Default:
falseUsage:
+set txAdmin-menuPtfxDisable true
txAdmin-menuAnnounceNotiPos
Description: Determines the location of the txAdmin announcement notification. This must use one of the following valid positions,
top-center,top-left,top-right,bottom-center,bottom-left,bottom-right.Default:
top-centerUsage:
+set txAdmin-menuAnnounceNotiPos top-right
Last updated