Utilities – Arma 3

From Bohemia Interactive Community
Jump to navigation Jump to search
(max-width removal)
m (Text replacement - "<tt>([a-zA-Z0-9\. _"\\']+)<\/tt>" to "{{hl|$1}}")
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>.
{{GVI|arma3|1.68}} In order to access the utilities list, type {{hl|utils}} in [[Arma 3: Debug_Console | debug console]] and click on LOCAL EXEC or execute {{hl|execVM "A3\Functions_F\Debug\Utilities\lib\index.sqf"}}.
{{Feature|informative|To find out how to access a tool directly, see description of the tools below.}}
{{Feature|informative|To find out how to access a tool directly, see description of the tools below.}}


Line 12: Line 12:
{| style="text-align: left"
{| style="text-align: left"
! Shortcut:
! Shortcut:
| <tt>utils 1</tt>
| {{hl|utils 1}}
|-
|-
! Open by Script:
! Open by Script:
Line 26: Line 26:
{| style="text-align: left"
{| style="text-align: left"
! Shortcut:
! Shortcut:
| <tt>utils 2</tt>
| {{hl|utils 2}}
|-
|-
! Open by Script:
! Open by Script:
Line 40: Line 40:
{| style="text-align: left"
{| style="text-align: left"
! Shortcut:
! Shortcut:
| <tt>utils 3</tt>
| {{hl|utils 3}}
|-
|-
! Opening by Script:
! Opening by Script:
Line 54: Line 54:
{| style="text-align: left"
{| style="text-align: left"
! Shortcut:
! Shortcut:
| <tt>utils 4</tt>
| {{hl|utils 4}}
|-
|-
! Open by Script:
! Open by Script:
Line 68: Line 68:
{| style="text-align: left"
{| style="text-align: left"
! Shortcut:
! Shortcut:
| <tt>utils 5</tt>
| {{hl|utils 5}}
|-
|-
! Open by Script:
! Open by Script:

Revision as of 00:54, 16 November 2021

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