[2.0.34] Roboport property "robot_vertical_acceleration" has no effect
Posted: Fri Feb 07, 2025 7:21 am
Hello! I apologize if this isn't the correct place to report this.
I am attempting to adjust the "robot_vertical_acceleration" property on roboports and roboport equipment, like this (I purposefully used high values here):
When loading the game up though, the roboport did not have this property adjusted. The roboport equipment did, however. I expected this to work because the roboport and roboport equipment both have this property listed as changeable in the API docs (https://lua-api.factorio.com/latest/pro ... celeration).
I have attached a small test mod that implements the code listed above, a screenshot of what I observed in the game, and the log file created when I tested this, in case that helps at all.
Thank you!
I am attempting to adjust the "robot_vertical_acceleration" property on roboports and roboport equipment, like this (I purposefully used high values here):
Code: Select all
data.raw["roboport"]["roboport"].robot_vertical_acceleration = 25
data.raw["roboport-equipment"]["personal-roboport-equipment"].robot_vertical_acceleration = 50
data.raw["roboport-equipment"]["personal-roboport-mk2-equipment"].robot_vertical_acceleration = 75
I have attached a small test mod that implements the code listed above, a screenshot of what I observed in the game, and the log file created when I tested this, in case that helps at all.
Thank you!