# Animations Configuration

หากต้องการเปิดใช้งานการแปลง Animation\
คุณต้องสร้างไฟล์ตั้งค่าชื่อ:

```
kaizer_config.json
```

📍 **ให้นำไฟล์นี้ไปใส่ไว้ใน `generated.zip` หรือ `pack.zip` ก่อนทำการ Convert**&#x20;

***

### ✅ เปิดใช้งาน Animation (ตัวอย่างพื้นฐาน)

การตั้งค่านี้จะทำการแปลง **Animation Pack ทุกตัวที่ตรวจพบ**

```json
{
  "Animation_Selection": {
    "animation": {
      "selection": true
    },
    "skip_pack": {
      "enabled": false,
      "list": {}
    }
  }
}
```

#### ความหมายของการตั้งค่านี้:

* เปิดใช้งานระบบแปลง Animation
* ไม่ข้าม Animation Pack ใด ๆ
* เหมาะสำหรับการทดสอบหรือ Pack ที่ไม่มีปัญหา

***

### ⛔ การข้าม Animation Pack ที่มีปัญหา

Animation บาง Pack อาจมีปัญหา เช่น:

* ปีกกลับหัว
* โมเดลเพี้ยน
* Animation แสดงผลผิดปกติ

คุณสามารถเลือก **ข้ามเฉพาะ Pack ที่มีปัญหาได้อย่างปลอดภัย**

```json
{
  "Animation_Selection": {
    "animation": {
      "selection": true
    },
    "skip_pack": {
      "enabled": true,
      "list": {
        "namespace1": true,
        "namespace2": true
      }
    }
  }
}
```

#### ความหมายของการตั้งค่านี้:

* เปิดใช้งานการแปลง Animation
* เปิดระบบข้าม Pack
* ข้ามเฉพาะ Animation Pack ที่ระบุไว้ใน `list`

📌 `namespace` คือชื่อโฟลเดอร์หรือชื่อ Pack ของ Animation ที่ต้องการข้าม

***

### 💡 คำแนะนำ (Tip)

หากพบปัญหาหลังการแปลง Animation\
👉 **ให้ลองข้าม Pack ที่มีปัญหาก่อน**\
👉 จากนั้นทำการ Convert ใหม่อีกครั้ง

วิธีนี้ช่วยลดปัญหาโดยไม่กระทบ Animation Pack อื่น ๆ


---

# 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://kaizermc-wiki.gitbook.io/j2b-converter/help-center/j2bcovnert-wiki-th/getting-started/pre-convert-configuration/animations-configuration.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.
