Arma 3 Main Menu Script Execution: Difference between revisions

From Benargee's Wiki
Jump to navigation Jump to search
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{stub}}
{{stub}}{{arma3}}
==Method 1 - Cutscene==
==Method 1 - Cutscene==
http://forums.bistudio.com/showthread.php?184058-Custom-Main-Menu-Custscene-Scripting <br>
http://forums.bistudio.com/showthread.php?184058-Custom-Main-Menu-Custscene-Scripting <br>
https://community.bistudio.com/wiki/Island_Anims_-_Care_and_feeding
https://community.bistudio.com/wiki/Island_Anims_-_Care_and_feeding
==Method 2 - Startup Parameter==
==Method 2 - Startup Parameter==
-init=<command> - Example: -init=playMission["","M04Saboteur.Sara"].
[https://community.bistudio.com/wiki/Arma_3_Startup_Parameters#Developer_Options -init=<command>] - Example: -init=playMission["","M04Saboteur.Sara"].
==Method 3 - Addon?==
 
==Method 3 - Addon - UI==
[https://docs.google.com/document/d/1Bc-vy_dvuV89uDuDD0amXtGANfXWedOeoSAkOlvpehQ/edit Private] todo
[https://docs.google.com/document/d/1Bc-vy_dvuV89uDuDD0amXtGANfXWedOeoSAkOlvpehQ/edit Private] todo
==Method 4 - Addon - Function==

Latest revision as of 20:26, 26 April 2015

This article is a stub or a work in progress

Method 1 - Cutscene

http://forums.bistudio.com/showthread.php?184058-Custom-Main-Menu-Custscene-Scripting
https://community.bistudio.com/wiki/Island_Anims_-_Care_and_feeding

Method 2 - Startup Parameter

-init=<command> - Example: -init=playMission["","M04Saboteur.Sara"].

Method 3 - Addon - UI

Private todo

Method 4 - Addon - Function