UbiArt secure_fat.gf
file generator that is essential for modding any UbiArt game.
secure_fat.gf
file contains a list of file path hashes in each game bundle. UbiArt games use it to locate files and load them. Without editing this file it's impossible to load custom files. This script generates a fresh file that includes all files in official or custom IPK bundles. It has been used personally by me for many years to create mods for Just Dance.
- Just Dance 2015 - 2022 on all platforms (probably Just Dance 2014 too, haven't tested it)
- Rayman Legends
- Rayman Origins
- ...most likely any other UbiArt game in existence
This script doesn't depend on any external modules. All you need is Python 3+.
- Download
generateSecureFat.py
- Copy downloaded file to desired game directory
- Run it by opening command prompt or terminal in directory and running
py generateSecureFat.py
- Boom, you have a perfect
secure_fat.gf
file!
You can also use this script as a module (like I usually do).
You can change default values in the generateSecureFat.py
file to match your modded game.