Utilities – Arma 3

From Bohemia Interactive Community
No edit summary
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. 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.
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

Arma 3 logo black.png 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".

To find out how to access a tool directly, see description of the tools below.

Utilities.jpg


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

Print Config

Prepares formatted config.

Shortcut: utils 2
Open by Script:
execVM "A3\Functions_F\Debug\Utilities\utility_printConfig.sqf"


Moon Phases Tool

Moon Phases

Finds moon phases throughout given year.

Shortcut: utils 3
Open by Script:
execVM "A3\Functions_F\Debug\Utilities\utility_moonPhases.sqf"


Jukebox

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

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"

Arma 3 logo black.png 2.22 All script commands can be exported in Notepad++ syntax highlight template format (light and dark). Follow the instructions on the export page.

Notepad++ language highlight template export
Light mode syntax highlight example
Dark mode syntax highlight example