arma:missions:misc
Differences
This shows you the differences between two versions of the page.
arma:missions:misc [2008/08/26 07:20] – created arma:missions:misc initial page snakeman | — | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Misc Stuff ====== | ||
- | **How to make many units/ | ||
- | |||
- | Well you usually do this in mission editor by double clicking the unit/ | ||
- | < | ||
- | class Item1 | ||
- | { | ||
- | position[]={11424.611328, | ||
- | id=67; | ||
- | side=" | ||
- | vehicle=" | ||
- | rank=" | ||
- | skill=0.466667; | ||
- | }; | ||
- | </ | ||
- | Now you must place one line there to make this unit playable in MP, this line is called // | ||
- | < | ||
- | class Item1 | ||
- | { | ||
- | position[]={11424.611328, | ||
- | id=67; | ||
- | side=" | ||
- | vehicle=" | ||
- | player=" | ||
- | rank=" | ||
- | skill=0.466667; | ||
- | }; | ||
- | </ | ||
- | Very easy. After you have added the lines to all units and saved mission.sqm file, then re-load it in ArmA mission editor and you have all the edited units playable. |
arma/missions/misc.txt · Last modified: 2024/08/01 08:23 by snakeman