GodotModding / godot-mod-tool

Tool to improve the development experience when creating Godot mod-loader mods.
MIT License
41 stars 3 forks source link

export not working because of csv file? #95

Open KANAjetzt opened 1 year ago

KANAjetzt commented 1 year ago

res://addons/mod_tool/scripts/build_zip.gd:11 - Invalid get index '8' (on base: 'Array').

After deleting the .csv file everything works again.

Possible bug because of excluded_file_extensions?

https://github.com/GodotModding/godot-mod-tool/blob/99a9593f3d5245f581ea4331529579b65f756deb/addons/mod_tool/global/store.gd#L31

https://github.com/GodotModding/godot-mod-tool/blob/99a9593f3d5245f581ea4331529579b65f756deb/addons/mod_tool/scripts/build_zip.gd#L13-L16