Tank Handling Tweaks


This mod makes the tank accelerate and come to a stop more quickly.

Tweaks
11 months ago
2.0
327
Transportation

b non-recoverable error

11 months ago

The mod Tank Handling Tweaks (0.1.0) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event tank-handling-tweaks::on_tick (ID 0)
tank-handling-tweaks/control.lua:14: attempt to index field 'vehicle' (a nil value)
stack traceback:
tank-handling-tweaks/control.lua:14: in function <tank-handling-tweaks/control.lua:9>

11 months ago

Uploading a fixed version now.

11 months ago
(updated 11 months ago)

Much better tank handling. Thanks.

Btw. the error is still there, happens when you travel to space platform. Apparently the player.driving is true, but player.vehicle is nil.

Fixed it by changing the condition on line 13 to player.driving==true and player.vehicle.

10 months ago

Same exact error again.

The mod Tank Handling Tweaks (1.0.1) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event tank-handling-tweaks::on_tick (ID 0)
tank-handling-tweaks/control.lua:14: attempt to index field 'vehicle' (a nil value)
stack traceback:
tank-handling-tweaks/control.lua:14: in function <tank-handling-tweaks/control.lua:9>

9 months ago
(updated 9 months ago)

Much better tank handling. Thanks.

Btw. the error is still there, happens when you travel to space platform. Apparently the player.driving is true, but player.vehicle is nil.

Fixed it by changing the condition on line 13 to player.driving==true and player.vehicle.

Confirmed this corrected the error for cargo pods

New response