# Change logs

<figure><img src="/files/AVPM8wtLzhviPY2ZKhML" alt="Game version 1.63"><figcaption></figcaption></figure>

### **Added**:

1. Load mod load order from a text file. <mark style="color:red;">by</mark> <mark style="color:red;">**Auska**</mark>
   * RedMod deploys a list of mods in order - passed through the command line.

     This change now makes it you don’t have to pass the names in the command line but read it from file.

     We can specify load order of archives in another load order file.
2. Fix mesh Export paths and allow exporting to non-base resource paths. <mark style="color:red;">by</mark> <mark style="color:red;">**Mana Vortex**</mark>
   * The fbx importer would throw an error if in the resource path there wouldn't be `base`

**--- Example:**

❌/`environment/decoration/industrial/pipes/entropy_pipe_01/entropy_pipe_01_module_small_l020_a.mesh`

✅`base/environment/decoration/industrial/pipes/entropy_pipe_01/entropy_pipe_01_module_small_l020_a.mesh`


---

# 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://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/redmod/change-logs.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.
