Utilities – Arma 3
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) |
Lou Montana (talk | contribs) (max-width removal) |
||
Line 1: | Line 1: | ||
{{TOC|side}} | {{TOC|side}} | ||
< | {{GVI|arma3|1.68}} In order to access the utilities list, type <tt>utils</tt> in [[Arma 3: Debug_Console | debug console]] and click on LOCAL EXEC or execute <tt>execVM "A3\Functions_F\Debug\Utilities\lib\index.sqf"</tt>. | ||
{{Feature|informative|To find out how to access a tool directly, see description of the tools below.}} | |||
[[Image:Utilities.jpg|500px]] | |||
[[Image:Utilities.jpg| | |||
[[File:CfgDisabledCommands.jpg|thumb|500px|[[CfgDisabledCommands]] Template Generator]] | |||
== CfgDisabledCommands Template Generator == | == CfgDisabledCommands Template Generator == | ||
Auto-generates template to be used with [[CfgDisabledCommands]] | Auto-generates template to be used with [[CfgDisabledCommands]]. | ||
{| style="text-align: left" | |||
! Shortcut: | |||
| <tt>utils 1</tt> | |||
|- | |||
! Open by Script: | |||
| <tt>[[execVM]] "A3\Functions_F\Debug\Utilities\utility_cfgDisabledCommands.sqf"</tt> | |||
|} | |||
{{Clear}} | |||
[[File:PrintConfig.jpg|thumb|500px|Print Config]] | |||
== Print Config == | == Print Config == | ||
Prepares formatted config | Prepares formatted config. | ||
{| style="text-align: left" | |||
! Shortcut: | |||
| <tt>utils 2</tt> | |||
|- | |||
! Open by Script: | |||
| <tt>[[execVM]] "A3\Functions_F\Debug\Utilities\utility_printConfig.sqf"</tt> | |||
|} | |||
{{Clear}} | |||
[[File:MoonPhases.jpg|thumb|500px|Moon Phases Tool]] | |||
== Moon Phases == | == Moon Phases == | ||
Finds moon phases throughout given year | Finds moon phases throughout given year. | ||
{| style="text-align: left" | |||
! Shortcut: | |||
| <tt>utils 3</tt> | |||
|- | |||
! Opening by Script: | |||
| <tt>[[execVM]] "A3\Functions_F\Debug\Utilities\utility_moonPhases.sqf"</tt> | |||
|} | |||
{{Clear}} | |||
[[File:Jukebox.jpg|thumb|500px|Jukebox]] | |||
== Jukebox == | == Jukebox == | ||
Plays music from CfgMusic. Drag progress bar to navigate, doubleclick to pause/play. | Plays music from CfgMusic. Drag progress bar to navigate, doubleclick to pause/play. | ||
{| style="text-align: left" | |||
! Shortcut: | |||
| <tt>utils 4</tt> | |||
|- | |||
! Open by Script: | |||
| <tt>[[execVM]] "A3\Functions_F\Debug\Utilities\utility_jukebox.sqf"</tt> | |||
|} | |||
{{Clear}} | |||
[[File:ScriptCommands.jpg|thumb|500px|Script Commands]] | |||
== Script Commands == | == Script Commands == | ||
Lists all available script commands and their arguments | |||
Lists all available script commands and their arguments. | |||
{| style="text-align: left" | |||
! Shortcut: | |||
| <tt>utils 5</tt> | |||
|- | |||
! Open by Script: | |||
| <tt>[[execVM]] "A3\Functions_F\Debug\Utilities\utility_scriptCommands.sqf"</tt> | |||
|} | |||
{{Clear}} | |||
{{GameCategory|arma3|Editing}} | {{GameCategory|arma3|Editing}} | ||
[[Category:Introduced with Arma 3 version 1.68]] |
Revision as of 19:26, 13 July 2021
1.68 In order to access the utilities list, type utils in debug console and click on LOCAL EXEC or execute 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. Drag progress bar to navigate, doubleclick to pause/play.
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" |