Mikero/Sandbox – User

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Some wiki formatting)
 
(109 intermediate revisions by 6 users not shown)
Line 1: Line 1:
[[Category:Sandbox]]
[[Category:Sandbox]]


===Intro===
= File Formats =
[[BIS_File_Formats]]
== BIN ==
*[[BIN File Formats]]
*[[texHeaders.bin_File_Format]]
== [[FXY File Format|FXY]] ==
== LIP ==
*[[Lip File Format]]
== P3d ==
[[P3D File Formats]]
*[[P3D File Format - MLOD]]
*[[P3D File Format - ODOLV4x]]
*[[P3D File Format - ODOLV7]]
== PAX ==
*[[PAA File Format]]
== PBO ==
*[[PBO File Format]]
*[[Bimpas File Format]]
== PEW ==
[[PEW_File_Format]]
== RAP ==
[[raP File Format - OFP]]


'''ADDONS COMREF'''
[[raP File Format - Elite]]


This details the token verbs available in config.cpp for addons.
[[raP File Format - ArmA]]
== RTM ==
:  [[Rtm (Animation) File Format]]
:  [[Rtm Binarised File Format]]
== WRP ==
*[[Wrp File Format - 1WVR]]
*[[Wrp File Format - 4WVR]]
*[[Wrp File Format - 8WVR]]


<u>Legend:</u>
*[[Wrp File Format - OPRW]] ofp
''INTEGER:'' A signed, value to 65k.
*[[Wrp File Format - OPRWv17 to 24]] arma/arrowhead
''BOOLEAN:'' An INTEGER value of 0, or 1
== WSS ==
''ARRAY:'' An arrey[]=
*[[WSS_File_Format]]


''Notes:''
[[DSKeys]]


For Models and other items using p3d files, the .p3d extension is not reguired.
[[ArmA:_Selection_Translations|czech to english]]
Similar comment for pac/paa files, and wss (sound) files where appropriate


<hr>
[[Product.Bin File Format]]


===cfgNonAiVehicles===
[[Named_Properties]] for models for wrp
<hr>
====A====
=====airFriction=====
''ARRAY:'' 3 separate tokens, airFriction0[],airFriction1[],airFriction2[] that define the X Y and Z component respectively.


airFriction2[] = {25,12,2.500000};
[[ArmA Build Environment Setup]]


=====acceleration=====
[[Visitor 3 Manual]]
''INTEGER:'' metres per second
acceleration = 7;
=====avgHeight=====
''INTEGER: ''height in meters of bird
avgHeight = 10;
<hr>


====B====
[[desc.ext]]
<hr>
====C====
=====canBeShot=====
''BOOLEAN:'' Declares whether bullets have any effect
canBeShot = 1;
<hr>
====F====
=====flySound=====
''ARRAY:''
flySound[] = {"\AddonName\AnySound.wss",0.000000,1,1};// can be ""
<hr>
====M====
=====maxHeight=====
''INTEGER:'' max height above sea level.
maxHeight = 50;


=====maxSpeed=====
[[modules]]
''INTEGER:'' In kph.
maxSpeed = 20;
=====minHeight=====
''INTEGER:'' Min height above sealevel
minHeight = 5;
=====minSpeed=====
''INTEGER:'' In Kph.
minSpeed = -0.500000; range 0->1
=====model=====
model = "\AddonName\anyp3d"; // can be ""


<hr>
[[Mikero Tools]]
====R====
reversed = 0;
<hr>
====S====
scope = 0;


simulation = "SeaGull";
[[PreProcessor Commands]] __LINE__ and etc


straightDistance = 50;
[[Model Config]] bis inspired
singSound[] = {"",0.031623,1,1};
 
<hr>
[[ArmA: Howto Model Config]]
====T====
 
turning = 1;
[[ArmA: How to animate a model]] better document
<hr>
 
[[CfgFaces Arma2]]
 
[[Class Inheritence]]
 
 
[[Turret Config Reference]]
 
[[Building Land Classes]]
 
[[The Land_xx class]]
 
[[O2 Comref]]
 
[[Compressed LZSS File Format]]
 
[[Campaign Description.ext]]
 
[[PreProcessor Commands]]
 
[[CfgAmmo Config Reference]]
 
[[CfgWeapons Config Reference]]
 
[[CfgMagazines Config Reference]]
 
[[CfgVehicles Config Reference]]
 
 
 
 
[[Creating Animations]]
 
:  [[Island Anims - Care and feeding]]
[[Mission Animations]]
 
{{Link|CMA:DevelopmentSetup|link}}
 
[[CMA:DevelopmentSetup]]
 
 
 
[[Building Configs]]
 
 
[[Array+=]]
 
 
 
[[Language Selection]]
 
[[Stringtable.csv File Format]]
 
 
[[SQF Syntax]]
 
[[Math Commands]]
 
[[Code vs. Strings|Code Commands]]
 
[[Rvmat File Format]]
 
[[:Category:Operation Flashpoint: Scripting Commands]]
 
html to biki converter
http w-i-k-i.appspot.com/
 
category:Operation Flashpoint: Modelling

Latest revision as of 19:14, 28 April 2023


File Formats

BIS_File_Formats

BIN

FXY

LIP

P3d

P3D File Formats

PAX

PBO

PEW

PEW_File_Format

RAP

raP File Format - OFP

raP File Format - Elite

raP File Format - ArmA

RTM

Rtm (Animation) File Format
Rtm Binarised File Format

WRP

WSS

DSKeys

czech to english

Product.Bin File Format

Named_Properties for models for wrp

ArmA Build Environment Setup

Visitor 3 Manual

desc.ext

modules

Mikero Tools

PreProcessor Commands __LINE__ and etc

Model Config bis inspired

ArmA: Howto Model Config

ArmA: How to animate a model better document

CfgFaces Arma2

Class Inheritence


Turret Config Reference

Building Land Classes

The Land_xx class

O2 Comref

Compressed LZSS File Format

Campaign Description.ext

PreProcessor Commands

CfgAmmo Config Reference

CfgWeapons Config Reference

CfgMagazines Config Reference

CfgVehicles Config Reference



Creating Animations

Island Anims - Care and feeding
Mission Animations

link

CMA:DevelopmentSetup


Building Configs


Array+=


Language Selection

Stringtable.csv File Format


SQF Syntax

Math Commands

Code Commands

Rvmat File Format

Category:Operation Flashpoint: Scripting Commands

html to biki converter http w-i-k-i.appspot.com/

category:Operation Flashpoint: Modelling