Utilities – Arma 3
Lou Montana (talk | contribs) m (Some wiki formatting) |
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]] | ||
[[File:template.jpg|thumb|500px|Notepad++ language highlight template export (Since Arma 3 2.22)]] | |||
== Script Commands == | == Script Commands == | ||
Lists all available script commands and their arguments. | Lists all available script commands and their arguments. Since Arma 3 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" | {| style="text-align: left" | ||
! Shortcut: | ! Shortcut: |
Revision as of 12:04, 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. Since Arma 3 2.22 all script commands can be exported in Notepad++ syntax highlight template format (light and dark). Follow the instructions on the export page.
Shortcut: | utils 5 |
---|---|
Open by Script: | execVM "A3\Functions_F\Debug\Utilities\utility_scriptCommands.sqf" |