Utilities – Arma 3

From Bohemia Interactive Community
Jump to navigation Jump to search
m (removed duplicated headline)
m (Text replacement - "{{SideTOC}}" to "{{TOC|side}}")
Line 1: Line 1:
{{SideTOC}}
{{TOC|side}}
<div style="width:720px; margin: 0 auto 0 auto;">
<div style="width:720px; margin: 0 auto 0 auto;">



Revision as of 04:56, 29 December 2020

Arma 3 logo black.png1.68 In order to access the 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

Auto-generates template to be used with CfgDisabledCommands

CfgDisabledCommands.jpg

Shortcut: utils 1
Open by Script: execVM "A3\Functions_F\Debug\Utilities\utility_cfgDisabledCommands.sqf"

Print Config

Prepares formatted config

PrintConfig.jpg

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

Moon Phases

Finds moon phases throughout given year

MoonPhases.jpg

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

Jukebox

Plays music from CfgMusic

Jukebox.jpg

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

ScriptCommands.jpg

Shortcut: utils 5
Open by Script: execVM "A3\Functions_F\Debug\Utilities\utility_scriptCommands.sqf"