Closed toopandish closed 1 year ago
My game kept crashing when it was generating the pirate. The log said something like: "species: cannot use 'None'" (Lost the log message... learned a lesson for next time...) and pointed to the mem_dread_priate_systems.txt file. So I added:
species = owner_main_species here: https://github.com/MoreEventsMod/More_Events_Mod_Beta/blob/master/common/solar_system_initializers/mem_dread_pirate_systems.txt#L130
species = owner_main_species
and it stopped crashing (at least from that...)
My game kept crashing when it was generating the pirate. The log said something like: "species: cannot use 'None'" (Lost the log message... learned a lesson for next time...) and pointed to the mem_dread_priate_systems.txt file. So I added:
species = owner_main_species
here: https://github.com/MoreEventsMod/More_Events_Mod_Beta/blob/master/common/solar_system_initializers/mem_dread_pirate_systems.txt#L130and it stopped crashing (at least from that...)