User Tools

Site Tools


arma2

This is an old revision of the document!


ArmA 2

ArmA 2 (Armed Assault 2, which is NOT its real name!) main editing page.

Beginner Editing Guide if you are total newbie, read this to get basic understanding.

Class names

Config

Editor Modules

File formats

Missions

3D Modeling

Port ArmA (1) addons

Port OFP addons

Scripting

Terrain

Texturing

Tools

arma2.RPT

The links on red are to do, stay tuned.

General Editing

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:

  • using of undefined variable in scripts (nil value) will be in ArmA 2 strictly reported as an error. All variables used in any scripts must be initialized before first use.
  • in ArmA 2 namespaces will be introduced for user scripts and variables. There are many low level reasons to do this and most of the content will be not be affected by this in any negative way. However, in order to be prepared, it is very important to separate UI related scripts and code as much as possible and not simply share global variables between UI and missions as UI namespace needs to be handled differently.
  • 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.
arma2.1257521264.txt.gz · Last modified: 2009-11-06 15:27 by snakeman