Update carts from boost_cart
Better pathfinder algorithm, allows tuning the lag spike compensation. Smoother movement (when it's laggy). Set the player animation to stand on attach. Remove driver when they leave. Only update velocity when it's necessary.
This commit is contained in:
parent
59dbeebc2f
commit
ecea5364f1
3 changed files with 74 additions and 30 deletions
|
@ -7,6 +7,8 @@ carts.railparams = {}
|
|||
carts.speed_max = 7
|
||||
-- Set to -1 to disable punching the cart from inside (min = -1)
|
||||
carts.punch_speed_max = 5
|
||||
-- Maximal distance for the path correction (for dtime peaks)
|
||||
carts.path_distance_max = 3
|
||||
|
||||
|
||||
dofile(carts.modpath.."/functions.lua")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue