Documentation Sources: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[[Cc]ategory:[ _]?ArmA:[ _]([^|]*)[ _]?\|.*\]\]" to "{{GameCategory|arma1|$1}}")
m (removed vbs links (they were dead anyway))
Line 2: Line 2:
=Documentation Sources for Arma 3 Modding=
=Documentation Sources for Arma 3 Modding=
As you've probably noticed, there is no comprehensive resource for Arma 3 modding. Finding reliable information requires a lot of Google-searching, reading forum threads, backtracking through potentially obsolete tutorials from previous versions of Arma, etc. It is very frustrating. In an attempt to ease your path to finding reliable information, here is a list of links to some key resources on the web. This list currently includes (semi-)official documentation-type resources rather than links to forum threads and the like. You'll have to do those searches on your own  and hope for the best.
As you've probably noticed, there is no comprehensive resource for Arma 3 modding. Finding reliable information requires a lot of Google-searching, reading forum threads, backtracking through potentially obsolete tutorials from previous versions of Arma, etc. It is very frustrating. In an attempt to ease your path to finding reliable information, here is a list of links to some key resources on the web. This list currently includes (semi-)official documentation-type resources rather than links to forum threads and the like. You'll have to do those searches on your own  and hope for the best.
(These links are skewed toward my interest in vehicle and weapon configs for damage modeling. You could obviously add more links relevant to other areas.[[User:Olds|Olds]] ([[User talk:Olds|talk]]) )


==Vehicle Configs==
==Vehicle Configs==
Line 11: Line 9:


[[CfgVehicles_Config_Reference|Main Vehicle config reference]] (BI)
[[CfgVehicles_Config_Reference|Main Vehicle config reference]] (BI)
[https://resources.bisimulations.com/w/index.php?title=CfgVehicles_Config_Reference Main Vehicle config reference] (VBS)
[https://resources.bisimulations.com/w/index.php?title=Damage_Modeling:_Objects Damage Modeling: Objects]


[[Turret_Config_Reference|Turret Config Reference]]
[[Turret_Config_Reference|Turret Config Reference]]
[https://manuals.bisimulations.com/vbs3/3-0/devref/ P3D LOD's explained] (VBS)


[[Arma_3_Cars_Config_Guidelines|A3 CarX Config Guidelines]]
[[Arma_3_Cars_Config_Guidelines|A3 CarX Config Guidelines]]
Line 29: Line 21:


[[ArmA:_How_to_animate_a_model|How to Animate a Model]] (vehicle parts animation)
[[ArmA:_How_to_animate_a_model|How to Animate a Model]] (vehicle parts animation)
==Weapon Configs & Damage Modeling==
==Weapon Configs & Damage Modeling==
[[CfgAmmo_Config_Reference|CfgAmmo Config Reference]] (BI)
[[CfgAmmo_Config_Reference|CfgAmmo Config Reference]] (BI)
[https://resources.bisimulations.com/w/index.php?title=CfgAmmo_Config_Reference CfgAmmo Config Reference] (VBS)
[https://resources.bisimulations.com/w/index.php?title=Damage_Modeling:_Objects Damage Modeling: Objects] (same link as in Vehicle Configs)


[[Damage|Damage]] (newer damage properties from the Biki)
[[Damage|Damage]] (newer damage properties from the Biki)


[[Bullet_penetrability|Bullet Penetrability]]
[[Bullet_penetrability|Bullet Penetrability]]
[https://resources.bisimulations.com/w/index.php?title=Damage Damage flowchart] (VBS, essential!)
[https://resources.bisimulations.com/w/index.php?title=Damage_Modeling:_Simulation Damage Modeling: Simulation] (damage formulas by impact type)
[https://resources.bisimulations.com/w/index.php?title=Damage_Modeling:_Weapons Damage Modeling: Weapons] (weapon-related properties)


[[Weapons_settings|Weapons Settings]] (more weapon-related properties)
[[Weapons_settings|Weapons Settings]] (more weapon-related properties)

Revision as of 17:04, 12 January 2021

Documentation Sources for Arma 3 Modding

As you've probably noticed, there is no comprehensive resource for Arma 3 modding. Finding reliable information requires a lot of Google-searching, reading forum threads, backtracking through potentially obsolete tutorials from previous versions of Arma, etc. It is very frustrating. In an attempt to ease your path to finding reliable information, here is a list of links to some key resources on the web. This list currently includes (semi-)official documentation-type resources rather than links to forum threads and the like. You'll have to do those searches on your own and hope for the best.

Vehicle Configs

BI config links root page

Model Config fundamentals

Main Vehicle config reference (BI)

Turret Config Reference

A3 CarX Config Guidelines

A3 TankX Config Guidelines

Howto Model Config (some modest skeleton reference)

AI Dectection config properties

How to Animate a Model (vehicle parts animation)

Weapon Configs & Damage Modeling

CfgAmmo Config Reference (BI)

Damage (newer damage properties from the Biki)

Bullet Penetrability

Weapons Settings (more weapon-related properties)

CfgWeapons Config Reference (dated but possibly useful)

More Information

Great intro-to-modding YouTube series by CUP member Nonov