Kadaire / K-Tech-Industrial-of-Mars

1 stars 1 forks source link

K225-KTI mod load priority is -78? #1

Open JohnEdwa opened 2 days ago

JohnEdwa commented 2 days ago

This seems to cause issues with mods that edit ship-ctrl.gd.

Taken from one of the modding Git mods:

# Ensure this runs before any mods which cause ships/Shipyard.gd to be
# loaded, as it loads ship .tscn files which bind the original
# ship-ctrl.gd, not giving us a chance to replace it.
const MOD_PRIORITY = -1
Kadaire commented 2 days ago

I will look at fixing this, thanks for bringing it up. The K225 has been having some strange issues with loading recently, so i need to take a closer look at it in general.