User Tools

Site Tools


arma2:scripting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
arma2:scripting [2011-08-10 06:06]
snakeman added group_in_vehicle link.
arma2:scripting [2015-06-08 02:24] (current)
Line 1: Line 1:
-====== Scripting ======+====== ​ArmA 2 Scripting ======
  
 ArmA 2 will be largely compatible with Armed Assault. To make porting of content from ArmA as simple as possible, there are few important things: ArmA 2 will be largely compatible with Armed Assault. To make porting of content from ArmA as simple as possible, there are few important things:
Line 9: Line 9:
   * in order to maintain smooth frame rate in real-time content, time limit for all scripts in each frame is enforced by the engine in ArmA 2. Generally speaking, in case of more demanding scripts, be prepared that their result may come way later and also there probably can suffer from significant latency. It is under evaluation if and how possibly allow user scripts to change how much time they may take from the CPU in every frame.   * in order to maintain smooth frame rate in real-time content, time limit for all scripts in each frame is enforced by the engine in ArmA 2. Generally speaking, in case of more demanding scripts, be prepared that their result may come way later and also there probably can suffer from significant latency. It is under evaluation if and how possibly allow user scripts to change how much time they may take from the CPU in every frame.
  
-  * SQS script format will be fully supported in ArmA 2.+  * SQS script format will be fully supported in ArmA 2 (but they should never be used).
  
-**initJIPcompatible.sqf** is automatically started at unknown timebest guess would be when JIP player joins?+**initJIPcompatible.sqf** ​initJIPcompatible.sqf gets called from the MP mission framework (scripts in modules MP directory). A script waits until the player object ​is initialized and execs initJIPcompatible.sqf on clients (all clientseven those that were allready there at mission start as it is basically the same). Has nothing todo with init.sqf.
  
 [[arma2:​scripting:​basics_of_sqf|Basics of SQF]] [[arma2:​scripting:​basics_of_sqf|Basics of SQF]]
Line 28: Line 28:
  
 [[arma2:​scripting:​group_in_vehicle|Group in Vehicle]] check. [[arma2:​scripting:​group_in_vehicle|Group in Vehicle]] check.
 +
 +[[arma2:​scripting:​bis_fnc_spawngroup|BIS_fnc_spawnGroup]] how to create whole groups from CfgGroups class.
 +
 +[[arma2:​scripting:​bis_fnc_findsafepos|BIS_fnc_findSafePos]] how to find safe position with open ground etc.
 +
 +Global scripts dir or common scripts dir is very useful. This feature has been known since OFP, check out the details from [[arma:​scripting#​global_scripts_dir|ArmA:​ Scripting - Global scripts dir]], as same feature works in ArmA 2.
 +
 +Howto create and use [[arma2:​scripting:​object-compositions|Object Compositions]] in missions.
 +
 +[[arma2:​scripting:​addpublicvariableeventhandler|addPublicVariableEventhandler]] examples.
 +
 +[[arma2:​scripting:​benchmark-cutscene|Benchmark Cutscene]]
 +
 +[[arma2:​scripting:​enablesaving|enableSaving]] and why its useful to disable.
arma2/scripting.1312956396.txt.gz ยท Last modified: 2011-08-10 06:06 by snakeman