Debug mode: Difference between revisions
From Fortress Blast
Jump to navigationJump to search
(Grammar) |
m (4 revisions imported: Importing pages from old wiki) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
Debug mode is a system in Fortress Blast which is to be used by developers to test the plugin in a private setting, typically on a private server. The [[ConVars|ConVar]] <code>[[sm_fortressblast_debug]]</code> will enable or disable debug mode. The two main features of debug mode are printing extra strings to chat and allowing anyone to use the [[sm_setpowerup]] and [[sm_spawnpowerup]] commands, even non-admins. | Debug mode is a system in Fortress Blast which is to be used by developers to test the plugin in a private setting, typically on a private server. The [[ConVars|ConVar]] <code>[[sm_fortressblast_debug]]</code> will enable or disable debug mode. The two main features of debug mode are printing extra strings to chat and allowing anyone to use the <code>[[sm_setpowerup]]</code> and <code>[[sm_spawnpowerup]]</code> commands, even non-admins. |
Latest revision as of 21:22, 6 June 2023
Debug mode is a system in Fortress Blast which is to be used by developers to test the plugin in a private setting, typically on a private server. The ConVar sm_fortressblast_debug
will enable or disable debug mode. The two main features of debug mode are printing extra strings to chat and allowing anyone to use the sm_setpowerup
and sm_spawnpowerup
commands, even non-admins.