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

circle-info
  • Description: Whether the menu is enabled or not. Changing it requires server restart.

  • Default: true

txAdmin-menuAlignRight

circle-info
  • Description: Whether to align the menu to the right of the screen instead of the left.

  • Default: false

txAdmin-menuPageKey

circle-info
  • 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 thisarrow-up-right website and the event.code section to find it.

  • Default: Tab

txAdmin-hideDefaultAnnouncement

circle-info
  • Description: Suppresses the display of announcements, allowing you to implement your own announcement via the event txAdmin:events:announcement.

  • Default: false

txAdmin-hideDefaultDirectMessage

circle-info
  • 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

circle-info

  • Description: Suppresses the display of warnings, allowing you to implement your own warning via the event txAdmin:events:playerWarned.

  • Default: false

txAdmin-hideDefaultScheduledRestartWarning

circle-info
  • 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

circle-info
  • Description: Will toggle debug printing on the server and client.

  • Default: false

  • Usage: +setr txAdmin-debugMode true

txAdmin-menuPlayerIdDistance

circle-info
  • 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

circle-info
  • Description: How many seconds the drunk effect (troll action) should last.

  • Default: 30

  • Usage: +setr txAdmin-menuDrunkDuration 120

txAdmin-menuPtfxDisable

circle-info
  • Description: Determine whether to not play particles effects whenever an admin's player mode is changed.

  • Default: false

  • Usage: +set txAdmin-menuPtfxDisable true

txAdmin-menuAnnounceNotiPos

circle-info
  • 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-center

  • Usage: +set txAdmin-menuAnnounceNotiPos top-right

Last updated