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
335 stars 26 forks source link

Add a ziped version of the loader to releases that can be used for self-setup. #359

Open KANAjetzt opened 9 months ago

KANAjetzt commented 9 months ago

Thanks for the details. The current released versions of the mod loader are for Godot 3.5. WindowKill is created with a custom build of Godot 4.2. The creator of the game released the custom engine build used here: https://github.com/torcado194/godot/tree/windowkill

There is a post on the Godot Discord Showcase, you can follow that for a bit more information.

Regarding the zip downloading, that's a good point. We should add a zip to the release that can be used for the self-setup.

Originally posted by @KANAjetzt in https://github.com/GodotModding/godot-mod-loader/issues/356#issuecomment-1830635025

KANAjetzt commented 9 months ago

The .gitattributes file prevents the download of some setup files since we can't include them for the asset lib version. The only way to obtain all files is to clone the repo.

https://github.com/GodotModding/godot-mod-loader/blob/19a7b7fc484a98969d9a82ff8f402a3a30f08246/.gitattributes#L13-L15