Documentation Sources: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "Tutorials =Documentation Sources for Arma 3 Modding= As you've probably noticed, there is no comprehensive resource for Arma 3 modding. Finding reliable in...")
 
m (Text replacement - "\[ *((ftp|http)s?:\/\/[^ ]+)([^{])=([^}])([^ ]+)" to "[$1$3{{=}}$4$5")
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Arma 3|Tutorials]]
{{GameCategory|arma3|Tutorials}}
=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.


'''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).
== Vehicle Configs ==
{{GameCategory|arma1|Addon_Configuration}} BI config links root 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.)
[[CfgModels|Model Config fundamentals]]
==Overall Documentation==
[https://resources.bisimulations.com/w/index.php?title=Main_Page VBS wiki root]


[https://resources.bisimulations.com/w/index.php?title=Category:Manuals VBS Documentation Resources]
[[CfgVehicles_Config_Reference|Main Vehicle config reference]] (BI)


[https://manuals.bisimulations.com/vbs3/3-0/devref/ VBS 3 Developer Manual] (essential!)
[[Turret_Config_Reference|Turret Config Reference]]


==Vehicle Configs==
[[Arma_3_Cars_Config_Guidelines|A3 CarX Config Guidelines]]
[https://community.bistudio.com/wiki/Category:ArmA:_Addon_Configuration Addon Configuration] BI config links root page


[https://community.bistudio.com/wiki/CfgModels Model Config fundamentals]
[[Arma_3_Tanks_Config_Guidelines|A3 TankX Config Guidelines]]


[https://community.bistudio.com/wiki/CfgVehicles_Config_Reference Main Vehicle config reference] (BI)
[[ArmA:_Howto_Model_Config|Howto Model Config]] (some modest skeleton reference)


[https://resources.bisimulations.com/w/index.php?title=CfgVehicles_Config_Reference Main Vehicle config reference] (VBS)
[[Detection|AI Dectection config properties]]


[https://resources.bisimulations.com/w/index.php?title=Damage_Modeling:_Objects Damage Modeling: Objects]
[[ArmA:_How_to_animate_a_model|How to Animate a Model]] (vehicle parts animation)


[https://community.bistudio.com/wiki/Turret_Config_Reference Turret Config Reference]
== Weapon Configs & Damage Modeling ==
[[CfgAmmo_Config_Reference|CfgAmmo Config Reference]] (BI)


[https://manuals.bisimulations.com/vbs3/3-0/devref/ P3D LOD's explained] (VBS)
[[Damage|Damage]] (newer damage properties from the Biki)


[https://community.bistudio.com/wiki/Arma_3_Cars_Config_Guidelines A3 CarX Config Guidelines]
[[Bullet_penetrability|Bullet Penetrability]]


[https://community.bistudio.com/wiki/Arma_3_Tanks_Config_Guidelines A3 TankX Config Guidelines]
[[Weapons_settings|Weapons Settings]] (more weapon-related properties)


[https://community.bistudio.com/wiki/ArmA:_Howto_Model_Config Howto Model Config] (some modest skeleton reference)
[[CfgWeapons_Config_Reference|CfgWeapons Config Reference]] (dated but possibly useful)


[https://community.bistudio.com/wiki/Detection AI Dectection config properties]
== More Information ==
 
[https://www.youtube.com/playlist?list{{=}}PLD7hd9B3fKvyW8G3U7SynEP7nhpHTvFLr Great intro-to-modding YouTube series by CUP member Nonov]
[https://community.bistudio.com/wiki/ArmA:_How_to_animate_a_model How to Animate a Model] (vehicle parts animation)
==Weapon Configs & Damage Modeling==
[https://community.bistudio.com/wiki/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)
 
[https://community.bistudio.com/wiki/Damage Damage] (newer damage properties from the Biki)
 
[https://community.bistudio.com/wiki/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)
 
[https://community.bistudio.com/wiki/Weapons_settings Weapons Settings] (more weapon-related properties)
 
[https://community.bistudio.com/wiki/CfgWeapons_Config_Reference CfgWeapons Config Reference] (dated but possibly useful)

Latest revision as of 18:20, 28 April 2023

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