Tank Handling Tweaks


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

Tweaks
1 year, 3 months ago
2.0
363
Transportation

b non-recoverable error

1 year, 3 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>

1 year, 3 months ago

Uploading a fixed version now.

1 year, 2 months ago
(updated 1 year, 2 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.

1 year, 1 month 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>

1 year, 1 month ago
(updated 1 year, 1 month 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