Utilities – Arma 3

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " (={2,})([^ = ])(.*)([^ = ])(={2,}) * " to " $1 $2$3$4 $5 ")
m (Some wiki formatting)
 
(7 intermediate revisions by 2 users not shown)
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 {{hl|utils}} in [[Arma 3: Debug Console|debug console]] and click on LOCAL EXEC or execute <sqf inline>execVM "A3\Functions_F\Debug\Utilities\lib\index.sqf"</sqf>.
{{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>.
[[File: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>
| {{hl|utils 1}}
'''Shortcut:''' <tt>utils 1</tt><br>
|-
'''Open by Script:''' <tt>execVM "A3\Functions_F\Debug\Utilities\utility_cfgDisabledCommands.sqf"</tt>
! Open by Script:
| <sqf>execVM "A3\Functions_F\Debug\Utilities\utility_cfgDisabledCommands.sqf"</sqf>
|}
{{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>
| {{hl|utils 2}}
'''Shortcut:''' <tt>utils 2</tt><br>
|-
'''Open by Script:''' <tt>execVM "A3\Functions_F\Debug\Utilities\utility_printConfig.sqf"</tt>
! Open by Script:
| <sqf>execVM "A3\Functions_F\Debug\Utilities\utility_printConfig.sqf"</sqf>
|}
{{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>
| {{hl|utils 3}}
'''Shortcut:''' <tt>utils 3</tt><br>
|-
'''Opening by Script:''' <tt>execVM "A3\Functions_F\Debug\Utilities\utility_moonPhases.sqf"</tt>
! Open by Script:
| <sqf>execVM "A3\Functions_F\Debug\Utilities\utility_moonPhases.sqf"</sqf>
|}
{{Clear}}


[[File:Jukebox.jpg|thumb|500px|Jukebox]]
== Jukebox ==
== Jukebox ==


Plays music from CfgMusic
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>
| {{hl|utils 4}}
'''Shortcut:''' <tt>utils 4</tt><br>
|-
'''Open by Script:''' <tt>execVM "A3\Functions_F\Debug\Utilities\utility_jukebox.sqf"</tt>
! Open by Script:
| <sqf>execVM "A3\Functions_F\Debug\Utilities\utility_jukebox.sqf"</sqf>
|}
{{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>
| {{hl|utils 5}}
'''Open by Script:''' <tt>execVM "A3\Functions_F\Debug\Utilities\utility_scriptCommands.sqf"</tt>
|-
! Open by Script:
| <sqf>execVM "A3\Functions_F\Debug\Utilities\utility_scriptCommands.sqf"</sqf>
|}
{{Clear}}
 


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

Latest revision as of 11:22, 19 April 2024

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
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"