Utilities – Arma 3
(added script paths) |
(page overhaul) |
||
Line 1: | Line 1: | ||
{{ | {{SideTOC}} | ||
< | <div style="width:720px; margin: 0 auto 0 auto;"> | ||
{{ArgTitle|Arma 3 Utilities|1|{{GVI|arma3|1.68}}}} | |||
A list of utilities is available in Arma 3 since v1.67. In order to access the list, type <tt>utils</tt> in [[Arma_3_Debug_Console | debug console]] and click on LOCAL EXEC or use with designated utility shortcut.<br> | A list of utilities is available in Arma 3 since v1.67. In order to access the list, type <tt>utils</tt> in [[Arma_3_Debug_Console | debug console]] and click on LOCAL EXEC or use with designated utility shortcut.<br> | ||
The utilities can also be accessed by executing <tt>[] execVM "A3\Functions_F\Debug\Utilities\lib\index.sqf"</tt>. | The utilities can also be accessed by executing<br><tt>[] execVM "A3\Functions_F\Debug\Utilities\lib\index.sqf"</tt>. | ||
<br><br> | <br><br> | ||
[[Image:Utilities.jpg| | [[Image:Utilities.jpg|720px]] | ||
<br><br> | <br><br> | ||
Line 13: | Line 12: | ||
Auto-generates template to be used with [[CfgDisabledCommands]] | Auto-generates template to be used with [[CfgDisabledCommands]] | ||
<br><br> | <br><br> | ||
[[Image:CfgDisabledCommands.jpg| | [[Image:CfgDisabledCommands.jpg|720px]] | ||
<br><br> | <br><br> | ||
'''Shortcut:''' <tt>utils 1</tt><br> | '''Shortcut:''' <tt>utils 1</tt><br> | ||
''' | '''Open by Script:''' <tt>execVM "A3\Functions_F\Debug\Utilities\utility_cfgDisabledCommands.sqf"</tt> | ||
==Print Config== | ==Print Config== | ||
Line 22: | Line 21: | ||
Prepares formatted config | Prepares formatted config | ||
<br><br> | <br><br> | ||
[[Image:PrintConfig.jpg| | [[Image:PrintConfig.jpg|720px]] | ||
<br><br> | <br><br> | ||
'''Shortcut:''' <tt>utils 2</tt><br> | '''Shortcut:''' <tt>utils 2</tt><br> | ||
''' | '''Open by Script:''' <tt>execVM "A3\Functions_F\Debug\Utilities\utility_printConfig.sqf"</tt> | ||
==Moon Phases== | ==Moon Phases== | ||
Line 31: | Line 30: | ||
Finds moon phases throughout given year | Finds moon phases throughout given year | ||
<br><br> | <br><br> | ||
[[Image:MoonPhases.jpg| | [[Image:MoonPhases.jpg|720px]] | ||
<br><br> | <br><br> | ||
'''Shortcut:''' <tt>utils 3</tt><br> | '''Shortcut:''' <tt>utils 3</tt><br> | ||
'''Opening by Script:''' <tt> | '''Opening by Script:''' <tt>execVM "A3\Functions_F\Debug\Utilities\utility_moonPhases.sqf"</tt> | ||
==Jukebox== | ==Jukebox== | ||
Line 40: | Line 39: | ||
Plays music from CfgMusic | Plays music from CfgMusic | ||
<br><br> | <br><br> | ||
[[Image:Jukebox.jpg| | [[Image:Jukebox.jpg|720px]] | ||
<br><br> | <br><br> | ||
'''Shortcut:''' <tt>utils 4</tt><br> | '''Shortcut:''' <tt>utils 4</tt><br> | ||
''' | '''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> | ||
[[Image:ScriptCommands.jpg| | [[Image:ScriptCommands.jpg|720px]] | ||
<br><br> | <br><br> | ||
'''Shortcut:''' <tt>utils 5</tt><br> | '''Shortcut:''' <tt>utils 5</tt><br> | ||
''' | '''Open by Script:''' <tt>execVM "A3\Functions_F\Debug\Utilities\utility_scriptCommands.sqf"</tt> | ||
{{GameCategory|arma3|Editing}} | {{GameCategory|arma3|Editing}} | ||
</div> |
Revision as of 11:57, 22 December 2020
1
A list of utilities is available in Arma 3 since v1.67. In order to access the list, type utils in debug console and click on LOCAL EXEC or use with designated utility shortcut.
The utilities can also be accessed by executing
[] execVM "A3\Functions_F\Debug\Utilities\lib\index.sqf".
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"