If you set mutation cost multiplier too high, you can't ever afford a nucleus

The title pretty much just explains the whole thing. If you set the mutation cost multiplier too high, you can’t afford some cell parts, one of which being the nucleus which is actually needed to progress in the game. In the editor, if the mutation cost multiplier is too high, it can make some parts cost more than 100, but it won’t tell you they cost more than 100. It’ll say they cost just 100, but when you try to place an expensive part down, it won’t let you, because if you did place it then your mutation points would be in the negatives.

Accidentally soft locked myself earlier by doing this

5 Likes

perchance this could be fixed by setting a maximum cost for cell parts (like 90 points)?

6 Likes

Or having the mutation cost slider have a limit exactly where the nucleus hits 100 MPs

2 Likes

The nucleus costs 70MP in base settings so this would make the slider max out at 1.4x, which is pretty small compared to the current limit of 2x

6 Likes

I think 100MP should be the upper boundary for organelle costs if we are going the route of preserving the base mp cost slider

5 Likes

Could the devs also increase the amount of mutation points to 140 to make the nucleus still affordable at 2x mutation cost?

1 Like

I don’t think this would be so simple to code in

1 Like

I actually do agree that this should be fixed in some way, either by capping the setting or capping the maximum total cost at 100 MP. Though the latter might play weird with any MP discount systems we add. (Maybe a weird system where the setting adds an MP cost that is a percentage of 100 - the default organelle cost?)

Having players unintentionally hard-lock their game is not a good situation.

2 Likes

This is actually a new problem from the new MP calculation system, because now any discounts / price increases are applied only after the calculation, meaning that it is no longer easy to cap the cost of individual changes to 100 MP. I’ll try to come up with some change today that would allow restoring the old behaviour of each change being at most able to cost 100 MP even with increased prices.

6 Likes

Should it be clarified to the player when they set the mp cost slider too far to the right that this will cause some organelles to cap out at 100 mp?

As long as their is a cap, I think that’s an unnecessary warning.

3 Likes

Made a fix that should then make it possible to make at least one edit of any kind with no matter how high the MP costs are:

Also I think there were a few places in the tooltips where the costs weren’t properly capped to 100 and could display higher.

4 Likes