Utilities – Arma 3
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Lou Montana moved page Arma 3 Utilities to Arma 3: Utilities: Text replacement - "^Arma 3 " to "Arma 3: ") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{TOC|side}} | {{TOC|side}} | ||
< | {{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.}} | |||
[[File:Utilities.jpg|500px]] | |||
[[ | |||
[[File:CfgDisabledCommands.jpg|thumb|500px|[[CfgDisabledCommands]] Template Generator]] | |||
== CfgDisabledCommands Template Generator == | |||
= | Auto-generates template to be used with [[CfgDisabledCommands]]. | ||
{| style="text-align: left" | |||
! Shortcut: | |||
| {{hl|utils 1}} | |||
|- | |||
! Open by Script: | |||
| <sqf>execVM "A3\Functions_F\Debug\Utilities\utility_cfgDisabledCommands.sqf"</sqf> | |||
|} | |||
{{Clear}} | |||
== | [[File:PrintConfig.jpg|thumb|500px|Print Config]] | ||
== Print Config == | |||
Prepares formatted config. | |||
{| style="text-align: left" | |||
! Shortcut: | |||
| {{hl|utils 2}} | |||
|- | |||
! 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 == | ||
[[ | |||
Finds moon phases throughout given year. | |||
{| style="text-align: left" | |||
! Shortcut: | |||
| {{hl|utils 3}} | |||
|- | |||
! Open by Script: | |||
| <sqf>execVM "A3\Functions_F\Debug\Utilities\utility_moonPhases.sqf"</sqf> | |||
|} | |||
{{Clear}} | |||
[[File:Jukebox.jpg|thumb|500px|Jukebox]] | |||
== Jukebox == | |||
Plays music from CfgMusic. Drag progress bar to navigate, doubleclick to pause/play. | |||
{| style="text-align: left" | |||
! Shortcut: | |||
| {{hl|utils 4}} | |||
|- | |||
! Open by Script: | |||
| <sqf>execVM "A3\Functions_F\Debug\Utilities\utility_jukebox.sqf"</sqf> | |||
|} | |||
{{Clear}} | |||
[[File:ScriptCommands.jpg|thumb|500px|Script Commands]] | |||
== Script Commands == | |||
Lists all available script commands and their arguments. | |||
{| style="text-align: left" | |||
! Shortcut: | |||
| {{hl|utils 5}} | |||
|- | |||
! Open by Script: | |||
| <sqf>execVM "A3\Functions_F\Debug\Utilities\utility_scriptCommands.sqf"</sqf> | |||
|} | |||
{{Clear}} | |||
{{GameCategory|arma3|Editing}} | {{GameCategory|arma3|Editing}} | ||
[[Category:Introduced with Arma 3 version 1.68]] |
Latest revision as of 10:22, 19 April 2024
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".
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
Prepares formatted config.
Shortcut: | utils 2 |
---|---|
Open by Script: | execVM "A3\Functions_F\Debug\Utilities\utility_printConfig.sqf" |
Moon Phases
Finds moon phases throughout given year.
Shortcut: | utils 3 |
---|---|
Open by Script: | execVM "A3\Functions_F\Debug\Utilities\utility_moonPhases.sqf" |
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
Lists all available script commands and their arguments.
Shortcut: | utils 5 |
---|---|
Open by Script: | execVM "A3\Functions_F\Debug\Utilities\utility_scriptCommands.sqf" |