Arma 3 Object Builder
Documentation home
  • GitHub repository
  • Tutorials
  • Blender Extensions
  • 🏠Home
  • 🚀Quick Start Reference
  • 🧰General
    • Add-on Preferences
    • Custom Data JSON
    • Utility Functions
    • Utility Scripts
  • 📥Import
    • P3D
    • RTM
    • Skeletons
    • Armature
    • ASC
    • Terrain objects list
    • PAA
  • 📤Export
    • P3D
    • RTM
    • Skeleton
    • ASC
    • Terrain objects list
  • ⚙️Properties
    • LOD
    • Flag Groups
    • Material
    • Proxy
    • RTM
    • DTM
  • 📦Setup
    • P3D
    • RTM
    • DTM
  • ⚒️Tools
    • Outliner
    • Vertex Mass Editing
    • Materials
      • RVMAT Templates
    • Hit Point Cloud
    • Renaming
    • Proxies
    • Validation
    • Rigging
Powered by GitBook
On this page
  • Location
  • Properties
  • Force Lowercase
  • Protected
  • Process
  1. Import

Skeletons

Arma 3 skeleton definitions import options

Last updated 4 months ago

Import skeleton definitions from the CfgSkeletons class of a model.cfg file. The imported skeletons are added to the skeletons list of the tool.


Location

File -> Import -> Arma 3 skeletons (model.cfg)


Properties

Force Lowercase

Import all skeleton and bone names as lowercase.

Protected

Turn on the protected option on all imported skeletons to prevent accidental changes to them.


Process

  1. file is completely read into an internal data structure, and kept in memory for the duration of the process

    1. plain text parsing is attempted first

    2. if parsing fails and CfgConvert.exe is available on the system, the model.cfg is binarized into a temporary file, and the binary format is read instead

  2. skeleton classes are extracted

  3. compiled bones list is produced for each skeleton

  4. skeletons and bones are added to the Rigging tools skeletons list

📥
Rigging