Wrenchman1/Sandbox2 – User

From Bohemia Interactive Community
< Wrenchman1
Categories:
No edit summary
m (Some wiki formatting)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This should be a list of all the various types of configs found throughout ArmA. It also contains tutorials, if they exist, for creating your own configuration files.
{{TOC|side}}
This should be a list of all the various types of configs found throughout {{arma}}. It also contains tutorials, if they exist, for creating your own configuration files.


It is recommended to look over [[Class Inheritance]], as it provides an overview of how configs work, especially in regards to inheritance.
It is recommended to look over [[Class Inheritance]], as it provides an overview of how configs work, especially in regards to inheritance.
Line 5: Line 6:
There is also a huge list of explained configs [[Config Properties Megalist | here]], which is unofficial but very useful.
There is also a huge list of explained configs [[Config Properties Megalist | here]], which is unofficial but very useful.


still grabbing stuff from [[Category:Arma 3: Editing]]
still grabbing stuff from [[:Category:Arma 3: Editing]]
 


== References ==
== References ==
=== Multiple Games ===
=== Multiple Games ===
==== General ====
==== General ====
* [[Config Properties Megalist]]
* [[Config Properties Megalist]]
* [[ArmA: Community Tools]]
* [[ArmA: Community Tools]]
* [[CfgNonAIVehicles Config Reference]]
* [[CfgNonAIVehicles Config Reference]]
* [[CfgVehicles Config Reference]]
* [[CfgVehicles Config Reference]]
* [[Model Config]]
* [[Model Config]]
* [[CfgPatches]]
* [[CfgPatches]]
* [[CfgMissions]]  
* [[CfgMissions]]  
* [[Class Inheritance]]
* [[Class Inheritance]]
* [[Magic Variables]]
* [[Magic Variables]]
 
* [https://pmc.editing.wiki/doku.php?id{{=}}start The PMC Editing Wiki]  also has some information about modding which may not (yet) be found on this wiki
* [https://pmc.editing.wiki/doku.php?id=start The PMC Editing Wiki]  also has some information about modding which may not (yet) be found on this wiki
* [[Animations]] - Mainly targetted towards {{arma1}} and {{ofp}}
 
* [[Animations]] - Mainly targetted towards ArmA 1 and OFP
 


==== Weapons (Vehicle and Infantry) ====
==== Weapons (Vehicle and Infantry) ====
* [[CfgAmmo Config Reference]]
* [[CfgAmmo Config Reference]]
* [[CfgMagazines Config Reference]]
* [[CfgMagazines Config Reference]]
* [[CfgWeapons Config Reference]]
* [[CfgWeapons Config Reference]]


Line 46: Line 35:


==== Infantry ====
==== Infantry ====
* [[CfgBreathing Config Reference]]
* [[CfgBreathing Config Reference]]
 
* [[Arma 3: CfgRecoils | CfgRecoils Config Reference]]
* [[cfgRecoils | CfgRecoils Config Reference]]


==== Scenery/NPCs ====
==== Scenery/NPCs ====
* [[Building Configs]]
* [[Building Configs]]
* [[Building Land Classes]]
* [[Building Land Classes]]
* [[Ambient Life Configs]]
* [[Ambient Life Configs]]
* [[Location]]
* [[Location]]


Line 67: Line 51:


* [[ArmA: CfgIdentities]]
* [[ArmA: CfgIdentities]]
* [[ArmA: ParticleShape]]
* [[ArmA: ParticleShape]]
* [[Surface Sounds]]
* [[Surface Sounds]]
* [[ArmA: Event Handlers]]
* [[ArmA: Event Handlers]]


=== ArmA 2 Specific ===
=== Arma 2 Specific ===


* [[ArmA 2: Editing]]
* [[Arma 2: Editing]]
* [[Arma 2: CfgIdentities]]
* [[CfgMarkerBrushes]]
* [[Arma 2: CfgVehicles]] - Big list of vehicle classes
* [[Addon Readme Template]] - Could be adapted to any of the games, if you so desire


* [[ArmA 2: CfgIdentities]]
=== {{arma3}} Specific ===


* [[cfgMarkerBrushes]]
* [[ArmA 2: CfgVehicles]] - Big list of vehicle classes
* [[Addon Readme Template]] - Could be adapted to any of the games, if you so desire
=== ArmA 3 Specific ===
==== General ====
==== General ====
* [[Arma 3 Damage Description]]
* [[Arma 3: Damage Description]]
 
* [[Arma 3: Damage Enhancement]]
* [[Arma 3 Damage Enhancement]]
* {{Link|Arma 3: Task Framework#Task Overhaul}}
 
* [[Arma 3 Tasks Overhaul]]


==== Infantry ====
==== Infantry ====
 
* [[Arma 3: CfgMovesFatigue]]
* [[Arma 3 CfgMovesFatigue]]
 
* [[Arma 3 CfgIdentities]]
* [[Arma 3 CfgIdentities]]


==== Vehicles ====
==== Vehicles ====
* [[Arma 3 Cars Config Guidelines]]
* [[Arma 3 Cars Config Guidelines]]
* [[Arma 3 Cars Config Guidelines]]
* [[Arma 3 Cars Config Guidelines]]
* [[Arma 3 CfgVehicles Plane class config reference]]
* [[Arma 3 CfgVehicles Plane class config reference]]
* [[Arma 3 Jets Hitpoint Configuration]]
* [[Arma 3 Jets Hitpoint Configuration]]
 
* [[Arma 3: Ships Config Guidelines]]
* [[Arma 3 Ships Config Guidelines]]
 
* [[Arma 3 Tanks Config Guidelines]]
* [[Arma 3 Tanks Config Guidelines]]
 
* [[Arma 3: Vehicle Customization]]
* [[Arma 3 Vehicle Customization]]
* [[Arma 3: Vehicle Handling Configuration]]
 
* [[Arma 3: Vehicle in Vehicle Transport]]
* [[Arma 3 Vehicle Handling Configuration]]
* [[Arma 3: Vehicle Loadouts]]
 
* [[Arma 3: Vehicle Weapon Switching]]
* [[Arma 3 Vehicle in Vehicle Transport]]
 
* [[Arma 3 Vehicle Loadouts]]
 
* [[Arma 3 Vehicle Weapon Switching]]
 
 
* [[Helicopter Flight Model Config (XML)]]
* [[Helicopter Flight Model Config (XML)]]


==== Sound ====
==== Sound ====
* [[Arma 3 Sound]]
* [[Arma 3: Sound]]
 


== Tutorials and Examples ==
== Tutorials and Examples ==
Some of these tutorials may not be about config editing, but they are useful nonetheless in the context of addon creation
Some of these tutorials may not be about config editing, but they are useful nonetheless in the context of addon creation
=== Tutorials ===
=== Tutorials ===
* [[Mondkalb's Addon Tutorial]] - (Multigame) Helpful guide on creating basic addons. Designed for ArmA 2, but applicable to 3 as well.
 
* [[Arma 3 Characters And Gear Encoding Guide]] - (Arma 3) Guide on how to mod Arma 3 characters
* [[Mondkalb's Addon Tutorial]] - (Multigame) Helpful guide on creating basic addons. Designed for {{arma2}}, but applicable to {{arma3}} as well.
* [[ArmA: How to animate a model]] - (not sure which arma this targets) Guide on how to animate models
* [[Arma 3 Characters And Gear Encoding Guide]] - ({{arma3}}) Guide on how to mod {{arma3}} characters
* [[LITE mod version creation guide]] - (Arma 3) How to make a low quality version (LITE) of a mod, usually for dedicated servers
* [[ArmA: How to animate a model]] - (not sure which {{arma}} this targets) Guide on how to animate models
* [[Quick camo selection definition guide]] - (Arma 3) How to easily create camo selections for models to allow reskinning even for a large amount of assets
* [[LITE mod version creation guide]] - ({{arma3}}) How to make a low quality version (LITE) of a mod, usually for dedicated servers
* [[How to create destroyable wheels]] - (Probably ArmA 1) As the title suggests.
* [[Quick camo selection definition guide]] - ({{arma3}}) How to easily create camo selections for models to allow reskinning even for a large amount of assets
* [[How to create destroyable wheels]] - (Probably {{arma1}}) As the title suggests.
* [[User:Dedmen]] - Contains info about debugging addons
* [[User:Dedmen]] - Contains info about debugging addons
* [[User talk:X39]] - Also info about debugging
* [[User talk:X39]] - Also info about debugging
* [[Arma Vehicle Hitpoint Creation]] - (Arma 3) Suggestions for building fire geometry and hit points for vehicles
* [[Arma Vehicle Hitpoint Creation]] - ({{arma3}}) Suggestions for building fire geometry and hit points for vehicles
* [[ArmA Build Environment Setup]] - (Arma 2) How to set up the ArmA 2 build environment
* [[ArmA Build Environment Setup]] - ({{arma2}}) How to set up the {{arma2}} build environment
* [[User:TheLastSoldier/Editing Arma 2 Terrain Tutorial]] - (Arma 2) As the title suggests
* [[User:TheLastSoldier/Editing Arma 2 Terrain Tutorial]] - ({{arma2}}) As the title suggests
 
=== Examples ===
=== Examples ===
* [[Arma 3 Sound: ExampleWeaponConfig]] - Example config files for custom weapon sounds
 
* [[Arma 3: Sound: ExampleWeaponConfig]] - Example config files for custom weapon sounds
* [[AllInOne Config]] - Helpful huge amount of config files, for reference
* [[AllInOne Config]] - Helpful huge amount of config files, for reference

Latest revision as of 12:28, 31 March 2025

This should be a list of all the various types of configs found throughout Arma. It also contains tutorials, if they exist, for creating your own configuration files.

It is recommended to look over Class Inheritance, as it provides an overview of how configs work, especially in regards to inheritance.

There is also a huge list of explained configs here, which is unofficial but very useful.

still grabbing stuff from Category:Arma 3: Editing


References

Multiple Games

General

Weapons (Vehicle and Infantry)

Vehicles

Infantry

Scenery/NPCs

OFP Specific

ArmA: Armed Assault Specific

Arma 2 Specific

Arma 3 Specific

General

Infantry

Vehicles

Sound


Tutorials and Examples

Some of these tutorials may not be about config editing, but they are useful nonetheless in the context of addon creation

Tutorials

Examples