Utilities – Arma 3
Killzone Kid (talk | contribs) |
Killzone Kid (talk | contribs) |
||
Line 53: | Line 53: | ||
== 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. One can also navigate through the track by dragging the progress bar left or right and pause/resume by clicking again on the song in the list. | ||
{| | {| | ||
! Shortcut: | ! Shortcut: | ||
Line 62: | Line 62: | ||
|} | |} | ||
{{Clear}} | {{Clear}} | ||
Revision as of 14:46, 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
Auto-generates template to be used with CfgDisabledCommands.
Shortcut: | utils 1 |
---|---|
Script: | execVM "A3\Functions_F\Debug\Utilities\utility_cfgDisabledCommands.sqf" |
Print Config
Prepares formatted config.
Shortcut: | utils 2 |
---|---|
Script: | execVM "A3\Functions_F\Debug\Utilities\utility_printConfig.sqf" |
Moon Phases
Finds moon phases throughout given year.
Shortcut: | utils 3 |
---|---|
Script: | execVM "A3\Functions_F\Debug\Utilities\utility_moonPhases.sqf" |
Jukebox
Plays music from CfgMusic. Drag progress bar to navigate, doubleclick to pause/play. One can also navigate through the track by dragging the progress bar left or right and pause/resume by clicking again on the song in the list.
Shortcut: | utils 4 |
---|---|
Script: | execVM "A3\Functions_F\Debug\Utilities\utility_jukebox.sqf" |
Script Commands
Lists all available script commands and their arguments.
Shortcut: | utils 5 |
---|---|
Script: | execVM "A3\Functions_F\Debug\Utilities\utility_scriptCommands.sqf" |
Limited modifiers can be used with search:
"<word>" |
Searches for exact word, for example: | "addmagazine" |
---|---|---|
* |
Replaces asterisk with anything, for example: | add*global |
- |
Ignores given word, for example: | addMagazine-cargo |
Notepad++ Export
All script commands can be exported in Notepad++ syntax highlight template format (light and dark).
Follow the instructions on the export page, here is a short transcript:
- Copy this content to clipboard with Ctrl + A/Ctrl + C
- Open Notepad++ and open a new file
- Paste the copied content into the new file with Ctrl + V
- Save the file as arma3sqf.xml
- Open Notepad++ template directory via Notepad++ menu: Language → User Defined Language → Open User Defined Language folder...
- Move arma3sqf.xml in this directory and restart Notepad++
- From the Language menu, select:
- ARMA 3 SQF (Default) - for Default style
- ARMA 3 SQF (DarkModeDefault) - for DarkModeDefault style
The style can be chosen in: Settings → Style Configurator...