THE DEFINITIVE GUIDE FOR
MODDING
🔗 Modifying King of the Hat code
🔗 Unity Assets Bundle Extractor (UABE) Installation
- Setup
- MtH* Guide
*Not done
- Fmod Bank Tool Installation
- Setup
- Opening AssetBundleExtractor.exe gives an error message “Unable to open the class database package file!”
- King Of The Hat, as with many other Unity Games keeps its assets in a .assets file.
This means that you cannot directly access the .png files that it references for these assets.
- Fortunately, through the power of third party software, we are able to extract those images.
- To do so, we currently use a tool known as Unity Assets Bundle Extractor, or UABE for short.
(UABE is OPEN SOURCE, which means everyone is able to view the code, therefore it can be considered safe to download and use. We have added the origin GitHub and a republish via google drive uploaded by POOPATRON.)
NOTE: UABE currently only supports Windows.
Install From GitHub: 🔗 https://github.com/SeriousCache/UABE/releases/tag/v3.0-beta1
Install From Google Drive: 🔗 https://drive.google.com/file/d/1lnygRNw9t2mfrPtqRFYxyn77YFfIVcPP/view?usp=sharing
- To Install from GitHub, go to the link and scroll to the latest version of UABE,
- then click on the .zip file of your system type.
(As of writing this the latest version is “UABE 3.0 beta 1.”)
- To install from Google Drive, go to the link
- then click on the download button in the top right corner.
Following a successful installation, extract the folder inside to a safe but *easily accessible* location.
(Note, do not take AssetBundleExtractor.exe from outside the package as it depends on the files in its folder location)
[FAQs and Other Problems]
Congratulations! You have successfully installed UABE.
Alright, so now that you’ve downloaded UABE, it’s time to get modding!
To start UABE, simply run AssetBundleExtractor.exe from inside its folder.
Note: as stated before, running the .exe from outside of it’s local folder will cause problems) [FAQs and Other Problems]
If done successfully, a window should pop up that looks like this:
Created by: POOPATRON
Edited by: Plunzi