Utilities – Arma 3

From Bohemia Interactive Community
Jump to navigation Jump to search
(max-width removal)
Line 1: Line 1:
{{TOC|side}}
{{TOC|side}}
<div style="width:720px; margin: 0 auto 0 auto;">
{{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>.
{{Feature|informative|To find out how to access a tool directly, see description of the tools below.}}


{{GVI|arma3|1.68}} In order to access the list, type <tt>utils</tt> in [[Arma_3_Debug_Console | debug console]] and click on LOCAL EXEC or execute<br><tt>execVM "A3\Functions_F\Debug\Utilities\lib\index.sqf"</tt>.
[[Image:Utilities.jpg|500px]]
To find out how to access a tool directly, see description of the tools below.
<br><br>
[[Image:Utilities.jpg|720px]]  
<br><br>


[[File:CfgDisabledCommands.jpg|thumb|500px|[[CfgDisabledCommands]] Template Generator]]
== CfgDisabledCommands Template Generator ==
== CfgDisabledCommands Template Generator ==


Auto-generates template to be used with [[CfgDisabledCommands]]
Auto-generates template to be used with [[CfgDisabledCommands]].
<br><br>
{| style="text-align: left"
[[Image:CfgDisabledCommands.jpg|720px]]
! Shortcut:
<br><br>
| <tt>utils 1</tt>
'''Shortcut:''' <tt>utils 1</tt><br>
|-
'''Open by Script:''' <tt>execVM "A3\Functions_F\Debug\Utilities\utility_cfgDisabledCommands.sqf"</tt>
! Open by Script:
| <tt>[[execVM]] "A3\Functions_F\Debug\Utilities\utility_cfgDisabledCommands.sqf"</tt>
|}
{{Clear}}
 


[[File:PrintConfig.jpg|thumb|500px|Print Config]]
== Print Config ==
== Print Config ==


Prepares formatted config
Prepares formatted config.
<br><br>
{| style="text-align: left"
[[Image:PrintConfig.jpg|720px]]
! Shortcut:
<br><br>
| <tt>utils 2</tt>
'''Shortcut:''' <tt>utils 2</tt><br>
|-
'''Open by Script:''' <tt>execVM "A3\Functions_F\Debug\Utilities\utility_printConfig.sqf"</tt>
! Open by Script:
| <tt>[[execVM]] "A3\Functions_F\Debug\Utilities\utility_printConfig.sqf"</tt>
|}
{{Clear}}
 


[[File:MoonPhases.jpg|thumb|500px|Moon Phases Tool]]
== Moon Phases ==
== Moon Phases ==


Finds moon phases throughout given year
Finds moon phases throughout given year.
<br><br>
{| style="text-align: left"
[[Image:MoonPhases.jpg|720px]]
! Shortcut:
<br><br>
| <tt>utils 3</tt>
'''Shortcut:''' <tt>utils 3</tt><br>
|-
'''Opening by Script:''' <tt>execVM "A3\Functions_F\Debug\Utilities\utility_moonPhases.sqf"</tt>
! Opening by Script:
| <tt>[[execVM]] "A3\Functions_F\Debug\Utilities\utility_moonPhases.sqf"</tt>
|}
{{Clear}}


[[File:Jukebox.jpg|thumb|500px|Jukebox]]
== 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.
<br><br>
{| style="text-align: left"
[[Image:Jukebox.jpg|720px]]
! Shortcut:
<br><br>
| <tt>utils 4</tt>
'''Shortcut:''' <tt>utils 4</tt><br>
|-
'''Open by Script:''' <tt>execVM "A3\Functions_F\Debug\Utilities\utility_jukebox.sqf"</tt>
! Open by Script:
| <tt>[[execVM]] "A3\Functions_F\Debug\Utilities\utility_jukebox.sqf"</tt>
|}
{{Clear}}


[[File:ScriptCommands.jpg|thumb|500px|Script Commands]]
== Script Commands ==
== Script Commands ==
Lists all available script commands and their arguments
 
<br><br>
Lists all available script commands and their arguments.
[[Image:ScriptCommands.jpg|720px]]
{| style="text-align: left"
<br><br>
! Shortcut:
'''Shortcut:''' <tt>utils 5</tt><br>
| <tt>utils 5</tt>
'''Open by Script:''' <tt>execVM "A3\Functions_F\Debug\Utilities\utility_scriptCommands.sqf"</tt>
|-
! Open by Script:
| <tt>[[execVM]] "A3\Functions_F\Debug\Utilities\utility_scriptCommands.sqf"</tt>
|}
{{Clear}}
 


{{GameCategory|arma3|Editing}}
{{GameCategory|arma3|Editing}}
</div>
[[Category:Introduced with Arma 3 version 1.68]]

Revision as of 20:26, 13 July 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"