Restores the Disc of Cauthess to its how it was prior to the events of chapter 4.
This is safe to enable at any point of a playthrough, Chapter 4 concludes as normal and during Chapter 5 it will be reverted.
Interested in learning modding? I have included instructions on making this here [here](https://modworkshop.net/mod/38235#instructions).
-----
Made with the new modding tool and mod manager Flagrum that replaces all other mod tools for the game with a single tool. Supports automatic backups, and managing of your files. Join the Exineris discord and download Flagrum:
https://github.com/Kizari/Flagrum/releases *Version 1.2+ required
https://discord.gg/7cNNwwJKsJ
Instructions
Open Flagrum, select Install from Zip and choose this file
https://github.com/Kizari/Flagrum/releases *Version 1.2+ required
-----
For Modders:
1. Navigate to the following file in Flagrum's Asset Explorer `data://level/world/area_cleigne/group_titan.ebex`
2. Right Click on `group_titan.ebex` and select `Export as XML`
3. Open the file in notepad+ or any text editor and search `map_cleigne_titan_after`
4. The first result you see in `objectIndex="0"` determines if it will load into the game at all.
5. The second result is the triggered change in `objectIndex="4"` change the word `_after` to `_before` as to match the `packagePath_ ` above it.
* This will cause the game to use the before version of Titan (Cauthess) once it reads the game flag that the event has finished
You can be finished here, save the file. Go to back to the Mod Manger. Create a mod, replace `group_Titan.ebex` with your edited .xml file and save!
-----
6. (The last results in `objectIndex="8"` are the actual object itself. For traditional model swaps you would also change the file path and FIXID to match `objectIndex="7"` 's path information as I have here, taking note to leave the other paramaters the same. But the game will still load the modified version of Cauthess without these changes due to the earlier change we made.)
Comments