Documentation Sources: Difference between revisions
No edit summary |
Lou Montana (talk | contribs) m (Text replacement - "\[https?\:\/\/community\.bistudio\.com\/wiki\/(.*) (.*)\]" to "$2") |
||
Line 14: | Line 14: | ||
==Vehicle Configs== | ==Vehicle Configs== | ||
[ | [[Category:ArmA:_Addon_Configuration|Addon Configuration]] BI config links root page | ||
[ | [[CfgModels|Model Config fundamentals]] | ||
[ | [[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=CfgVehicles_Config_Reference Main Vehicle config reference] (VBS) | ||
Line 24: | Line 24: | ||
[https://resources.bisimulations.com/w/index.php?title=Damage_Modeling:_Objects Damage Modeling: Objects] | [https://resources.bisimulations.com/w/index.php?title=Damage_Modeling:_Objects Damage Modeling: Objects] | ||
[ | [[Turret_Config_Reference|Turret Config Reference]] | ||
[https://manuals.bisimulations.com/vbs3/3-0/devref/ P3D LOD's explained] (VBS) | [https://manuals.bisimulations.com/vbs3/3-0/devref/ P3D LOD's explained] (VBS) | ||
[ | [[Arma_3_Cars_Config_Guidelines|A3 CarX Config Guidelines]] | ||
[ | [[Arma_3_Tanks_Config_Guidelines|A3 TankX Config Guidelines]] | ||
[ | [[ArmA:_Howto_Model_Config|Howto Model Config]] (some modest skeleton reference) | ||
[ | [[Detection|AI Dectection config properties]] | ||
[ | [[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) | ||
[https://resources.bisimulations.com/w/index.php?title=CfgAmmo_Config_Reference CfgAmmo Config Reference] (VBS) | [https://resources.bisimulations.com/w/index.php?title=CfgAmmo_Config_Reference CfgAmmo Config Reference] (VBS) | ||
Line 44: | Line 44: | ||
[https://resources.bisimulations.com/w/index.php?title=Damage_Modeling:_Objects Damage Modeling: Objects] (same link as in Vehicle Configs) | [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) | ||
[ | [[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 Damage flowchart] (VBS, essential!) | ||
Line 54: | Line 54: | ||
[https://resources.bisimulations.com/w/index.php?title=Damage_Modeling:_Weapons Damage Modeling: Weapons] (weapon-related properties) | [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) | ||
[ | [[CfgWeapons_Config_Reference|CfgWeapons Config Reference]] (dated but possibly useful) | ||
==More Information== | ==More Information== | ||
[https://www.youtube.com/playlist?list=PLD7hd9B3fKvyW8G3U7SynEP7nhpHTvFLr Great intro-to-modding YouTube series by CUP member Nonov] | [https://www.youtube.com/playlist?list=PLD7hd9B3fKvyW8G3U7SynEP7nhpHTvFLr Great intro-to-modding YouTube series by CUP member Nonov] |
Revision as of 22:02, 27 May 2020
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.
NOTE! For some reason, some VBS document links don't work properly. If you get a URL error from the links below, this is probably the reason. Strip off the last section of the URL and enter the words in the page's "Search" window (usu. in the upper right of the root VBS doc page).
(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.Olds (talk) )
Overall Documentation
VBS 3 Developer Manual (essential!)
Vehicle Configs
BI config links root page
Main Vehicle config reference (BI)
Main Vehicle config reference (VBS)
P3D LOD's explained (VBS)
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 (VBS)
Damage Modeling: Objects (same link as in Vehicle Configs)
Damage (newer damage properties from the Biki)
Damage flowchart (VBS, essential!)
Damage Modeling: Simulation (damage formulas by impact type)
Damage Modeling: Weapons (weapon-related properties)
Weapons Settings (more weapon-related properties)
CfgWeapons Config Reference (dated but possibly useful)