Utilities – Arma 3
Lou Montana (talk | contribs) m (Lou Montana moved page Arma 3 Utilities to Arma 3: Utilities: Text replacement - "^Arma 3 " to "Arma 3: ") |
Lou Montana (talk | contribs) m (Text replacement - " (={2,})([^ = ])(.*)([^ = ])(={2,}) * " to " $1 $2$3$4 $5 ") |
||
Line 8: | Line 8: | ||
<br><br> | <br><br> | ||
==CfgDisabledCommands Template Generator== | == CfgDisabledCommands Template Generator == | ||
Auto-generates template to be used with [[CfgDisabledCommands]] | Auto-generates template to be used with [[CfgDisabledCommands]] | ||
Line 17: | Line 17: | ||
'''Open by Script:''' <tt>execVM "A3\Functions_F\Debug\Utilities\utility_cfgDisabledCommands.sqf"</tt> | '''Open by Script:''' <tt>execVM "A3\Functions_F\Debug\Utilities\utility_cfgDisabledCommands.sqf"</tt> | ||
==Print Config== | == Print Config == | ||
Prepares formatted config | Prepares formatted config | ||
Line 26: | Line 26: | ||
'''Open by Script:''' <tt>execVM "A3\Functions_F\Debug\Utilities\utility_printConfig.sqf"</tt> | '''Open by Script:''' <tt>execVM "A3\Functions_F\Debug\Utilities\utility_printConfig.sqf"</tt> | ||
==Moon Phases== | == Moon Phases == | ||
Finds moon phases throughout given year | Finds moon phases throughout given year | ||
Line 35: | Line 35: | ||
'''Opening by Script:''' <tt>execVM "A3\Functions_F\Debug\Utilities\utility_moonPhases.sqf"</tt> | '''Opening by Script:''' <tt>execVM "A3\Functions_F\Debug\Utilities\utility_moonPhases.sqf"</tt> | ||
==Jukebox== | == Jukebox == | ||
Plays music from CfgMusic | Plays music from CfgMusic | ||
Line 44: | Line 44: | ||
'''Open by Script:''' <tt>execVM "A3\Functions_F\Debug\Utilities\utility_jukebox.sqf"</tt> | '''Open by Script:''' <tt>execVM "A3\Functions_F\Debug\Utilities\utility_jukebox.sqf"</tt> | ||
==Script Commands== | == Script Commands == | ||
Lists all available script commands and their arguments | Lists all available script commands and their arguments | ||
<br><br> | <br><br> |
Revision as of 18:31, 31 January 2021
1.68 In order to access the list, type utils in debug console and click on LOCAL EXEC or execute
execVM "A3\Functions_F\Debug\Utilities\lib\index.sqf".
To find out how to access a tool directly, see description of the tools below.
CfgDisabledCommands Template Generator
Auto-generates template to be used with CfgDisabledCommands
Shortcut: utils 1
Open by Script: execVM "A3\Functions_F\Debug\Utilities\utility_cfgDisabledCommands.sqf"
Print Config
Prepares formatted config
Shortcut: utils 2
Open by Script: execVM "A3\Functions_F\Debug\Utilities\utility_printConfig.sqf"
Moon Phases
Finds moon phases throughout given year
Shortcut: utils 3
Opening by Script: execVM "A3\Functions_F\Debug\Utilities\utility_moonPhases.sqf"
Jukebox
Plays music from CfgMusic
Shortcut: utils 4
Open by Script: execVM "A3\Functions_F\Debug\Utilities\utility_jukebox.sqf"
Script Commands
Lists all available script commands and their arguments
Shortcut: utils 5
Open by Script: execVM "A3\Functions_F\Debug\Utilities\utility_scriptCommands.sqf"