Page 1 of 1

Gem ore ratios

Posted: Tue May 30, 2017 4:01 am
by LightningDragon10065
Not sure when this started, but using the latest version of Ores, the ratios of gems from gem ore seems to be... off.

Ruby is supposed to be produced in higher quantities than Sapphire, as indicated by the settings:
Image
...but as seen in this image:
Image
...Sapphire Ore has a higher quantity than Ruby Ore.
Possibly related, the gem sorting recipe (when unsorted ore is enabled) has the same issue, producing more Sapphire than Ruby.

Not sure where the source of this would be, since I couldn't find anything that would mess with those values.
Doesn't seem to be mod related, either, as starting a game with nothing but ores does the same thing.

Re: Gem ore ratios

Posted: Tue May 30, 2017 8:02 am
by ukezi
seams like the options for ruby and Sapphire are switched. The other ones are fitting if you go from diamond to 0.1~7.1k.

Re: Gem ore ratios

Posted: Tue May 30, 2017 8:27 am
by bobingabout
Am I applying the multiplier of ruby to sapphire and sapphire to ruby?

Re: Gem ore ratios

Posted: Tue May 30, 2017 4:14 pm
by LightningDragon10065
See, that's what had me confused:
I looked in the files, and it looks (to my untrained eye) like everything is referencing the correct values.

I really haven't the foggiest what might be going on here...

Though, if it really is just a case of swapped values somewhere, I wonder if swapping the ratios in the settings menu would be a feasible workaround. I'll have to try it later.

Re: Gem ore ratios

Posted: Tue May 30, 2017 5:36 pm
by bobingabout

Code: Select all

bobmods.gems.RubyRatio = settings.startup["bobmods-gems-sapphireratio"].value
bobmods.gems.SapphireRatio = settings.startup["bobmods-gems-rubyratio"].value
As you can see, I am indeed setting the Ruby ratio to the Sapphire ratio setting, and vica verca.
whoops. Will fix.

Re: Gem ore ratios

Posted: Tue May 30, 2017 10:30 pm
by LightningDragon10065
Well then.

Glad to know I wasn't going crazy, and there was actually an issue, at least.
Anyway, your mods are awesome! Now if only I could teach my bro how they work... He's trying to get into them on his own but I get the feeling he's just not enjoying the experience. :|