Tank Handling Tweaks


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

Tweaks
1 year, 1 month ago
2.0
340
Transportation

b non-recoverable error

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

1 year, 1 month ago

Uploading a fixed version now.

1 year, 24 days ago
(updated 1 year, 24 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.

11 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>

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.

Confirmed this corrected the error for cargo pods

New response