GodotModding / godot-mod-loader

A general purpose mod loader for GDScript based Godot Games [3.x/4.x]
https://discord.godotmodding.com
Creative Commons Zero v1.0 Universal
362 stars 28 forks source link

Support embedded PCKs #83

Closed ithinkandicode closed 1 year ago

ithinkandicode commented 1 year ago

The small utility program GodotPCKExplorer can extract an embedded PCK from its EXE.

And as @Qubus0 discovered, it also has CLI support.

Could we add support for doing this as part of the setup process?

The CLI args aren't explicitly documented, but they can be found in the source code -- see here (ctrl+f: "-e").

Note: This can come after PR #81 #89, which doesn't need to be held up by this implementation

ithinkandicode commented 1 year ago

@KANAjetzt raised an issue to request this feature be added to PckTool: https://github.com/hhyyrylainen/GodotPckTool/issues/26

KANAjetzt commented 1 year ago

I'll close this for now because we currently don't have a use case for it.