Ice Asteroid Cluster spawning

Stollie shared this feedback 4 years ago
Submitted

Hi,

Can you please change this hardcoded value for the MinedOre in the MakeIceAsteroid method to

if (MyCompositeShapes.IsAcceptedAsteroidMaterial(materialDefinition, version) && materialDefinition.MinedOre.Contains("Ice"))
instead of == "Ice".

I'm trying to make a extra step in Ice refining and changing the MinedOre in the SBC files causes the method to spam an error to the log and prevents Ice Asteroid spawning, since its specifically looking for 'Ice' in this method.

Thanks,

Cheyne

Replies (1)

photo
1

why not they do this?

Leave a Comment
 
Attach a file