Utilities – Arma 3
Killzone Kid (talk | contribs) No edit summary |
Killzone Kid (talk | contribs) No edit summary |
||
Line 64: | Line 64: | ||
[[File:ScriptCommands.jpg|thumb|500px|Script Commands]] | [[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" | {| style="text-align: left" | ||
! Shortcut: | ! Shortcut: | ||
Line 74: | Line 73: | ||
! Open by Script: | ! Open by Script: | ||
| <sqf>execVM "A3\Functions_F\Debug\Utilities\utility_scriptCommands.sqf"</sqf> | | <sqf>execVM "A3\Functions_F\Debug\Utilities\utility_scriptCommands.sqf"</sqf> | ||
|} | |||
{{GVI|arma3|2.22}} | |||
All script commands can be exported in Notepad++ syntax highlight template format (light and dark). Follow the instructions on the export page. | |||
{| style="text-align: left" | |||
|[[File:template.jpg|thumb|500px|Notepad++ language highlight template export]] | |||
[[File:NPP_light.jpg|thumb|500px|Light mode syntax highlight example]] | |||
[[File:NPP_dark.jpg|thumb|500px|Dark mode syntax highlight example]] | |||
|} | |} | ||
{{Clear}} | {{Clear}} |
Revision as of 12:29, 15 September 2025
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
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 |
---|---|
Open 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" |
2.22
All script commands can be exported in Notepad++ syntax highlight template format (light and dark). Follow the instructions on the export page.