Tank Handling Tweaks


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

Tweaks
a month ago
2.0
145
Transportation

b non-recoverable error

a month 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>

a month ago

Uploading a fixed version now.

25 days ago
(updated 25 days 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.

New response