# Skeletons

<figure><img src="/files/kY0P4aDczWdnRk0G9tax" alt=""><figcaption></figcaption></figure>

Import skeleton definitions from the `CfgSkeletons` class of a model.cfg file. The imported skeletons are added to the skeletons list of the [Rigging](/arma-3-object-builder/tools/rigging.md) 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mrcmodding.gitbook.io/arma-3-object-builder/import/skeletons.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
