ArmAtec Sandbox: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bot: Adding category Sandbox)
m (Text replacement - "^=+ *[Ii]ntroduction *=+ * *" to "")
Line 1: Line 1:
==Introduction==
=
To animate a model, you have to make use of both, the ''cfgModels'' and ''cfgSkeletons'' class.
To animate a model, you have to make use of both, the ''cfgModels'' and ''cfgSkeletons'' class.



Revision as of 20:47, 31 January 2021

= To animate a model, you have to make use of both, the cfgModels and cfgSkeletons class.

The cfgSkeletons class defines the bones of a vehicle. Bones are, more or less, the animated selections of a model.

The cfgModels class is an extended version of the OFP cfgModels class. It defines the selections of a model which you want to animate or use with the setObjectTexture command, but since ArmA, you have to put everything related to animate your model in here.