assembly speed is wrong
The "Productivity" multiplier is not multiplied by the world assembly speed multiplier setting.
The expected formula:
MySession.Static.AssemblerSpeedMultiplier*(((MyAssemblerDefinition) this.BlockDefinition).AssemblySpeed + this.UpgradeValues[" Productivity"]))
Now the formula in the game:
MySession.Static.AssemblerSpeedMultiplier*((MyAssemblerDefinition) this.BlockDefinition).AssemblySpeed + this.UpgradeValues[" Productivity"])
In short, it should have been A*(B+C) but now it's A*B+C.
After testing, only the assembler has this problem, and the refinery's calculations are correct.
Test method: try to set 100x assembly machine speed boost for the game, then load an assembly speed upgrade block and you'll see that the speed is almost unchanged!
Translated with DeepL.com (free version)
Hello, swqxdba!
Thank you for writing to us.
Could you kindly provide additional information regarding the issue you have experienced?
Specifically, did this issue occur in a modded (with active MODs) or vanilla (without active MODs) world/server?
If the issue happened in a modded world/server, please check if it persists in a vanilla world as well.
If it does, kindly send us a screen recording/video showing the issue, along with the world save file and log from the time the issue occurred on your side.
Kind Regards,
Keen Software House: QA Department
Hello, swqxdba!
Thank you for writing to us.
Could you kindly provide additional information regarding the issue you have experienced?
Specifically, did this issue occur in a modded (with active MODs) or vanilla (without active MODs) world/server?
If the issue happened in a modded world/server, please check if it persists in a vanilla world as well.
If it does, kindly send us a screen recording/video showing the issue, along with the world save file and log from the time the issue occurred on your side.
Kind Regards,
Keen Software House: QA Department
Hello Engineer,
as there has been no reply to this thread in some time, we will close it. If you're experiencing this issue, please create a new thread.
Kind regards,
Keen Software House: QA Department
Hello Engineer,
as there has been no reply to this thread in some time, we will close it. If you're experiencing this issue, please create a new thread.
Kind regards,
Keen Software House: QA Department
Replies have been locked on this page!