Skip to content

Commit 6ee18c1

Browse files
KANAjetztQubus0
andauthored
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 <[email protected]> --------- Co-authored-by: steen <[email protected]>
1 parent c29ac0d commit 6ee18c1

File tree

5 files changed

+506
-126
lines changed

5 files changed

+506
-126
lines changed

0 commit comments

Comments
 (0)