-
Notifications
You must be signed in to change notification settings - Fork 44
Commit 6ee18c1
refactor: ♻️ new self setup for Godot 4 (#507)
* refactor: ♻️ new self setup for Godot 4
Switched from PckTool to PckExplorer. This allows us to extract embedded .pck files from the game .exe and inject the modified project.binary and global_script_class_cache.cfg. This ensures that the mod loader autoloads are at the top of the load order, which is crucial for hooking into or extending game autoloads.
* refactor: 🔥 removed output print in split_pck()
* refactor: ♻️ set GodotPCKExplorer path based on OS
* refactor: 🚚 move pckexporer outside of win dir
* refactor: 🔥 remove GodotPCKExplorer
Include only the correct OS version of GodotPCKExplorer in the zip file provided on the release page.
* Update addons/mod_loader/mod_loader_setup.gd
Co-authored-by: steen <steen.rickmer@gmx.de>
---------
Co-authored-by: steen <steen.rickmer@gmx.de>1 parent c29ac0d commit 6ee18c1
File tree
5 files changed
+506
-126
lines changed- addons/mod_loader
- setup
- vendor
- GodotPCKExplorer
- godotpcktool
5 files changed
+506
-126
lines changed
0 commit comments