User Tools

Site Tools


arma:misc

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 Both sides next revision
arma:misc [2009-02-09 00:50]
snakeman tweaked aircraft scripts.
arma:misc [2009-07-13 20:16]
snakeman added unpacked addons part.
Line 2: Line 2:
  
 Area where all misc stuff is placed, before proper place can be found them (if any). Area where all misc stuff is placed, before proper place can be found them (if any).
 +
  
 ====== Default Installation Files ====== ====== Default Installation Files ======
Line 7: Line 8:
   * [[arma:​default_files|Default files]]   * [[arma:​default_files|Default files]]
 Default installation files from your DVD. Default installation files from your DVD.
 +
  
 ====== User Interface ====== ====== User Interface ======
Line 101: Line 103:
 </​code>​ </​code>​
 And your aircraft is ready to run this smoke script. Notice how the extended_**init**_eventhandlers are used to start the script even if you place the aircraft flying in mission editor. The extended_**engine**_eventhandlers alone works OK if you start the aircraft on ground, so after mission start the engine is started by AI or player. And your aircraft is ready to run this smoke script. Notice how the extended_**init**_eventhandlers are used to start the script even if you place the aircraft flying in mission editor. The extended_**engine**_eventhandlers alone works OK if you start the aircraft on ground, so after mission start the engine is started by AI or player.
 +
 +
 +====== Unpacked Addons ======
 +
 +Using unpacked addons, meaning your "​My_soldier.pbo"​ is on directory (dir) instead of an addon. This method allows you to edit the addon while ArmA is still running so you can see changes ingame after mission restart (or new mission editor preview).
 +
 +**Usage**
 +
 +  - Place your My_soldier.pbo addon into any mod dir you want.
 +  - Unpack the pbo and place this dir into ArmA ROOT dir.
 +  - Make sure there is proper $PBOPREFIX$ file inside this dir.
 +
 +Run ArmA and you should be able to edit the DIR contents and see edited results ingame after mission restart / new mission editor preview.
arma/misc.txt ยท Last modified: 2009-12-10 18:38 (external edit)