"seaglideForwardMaxSpeed": 25.0" Can you explain what the 25 value is? I do not think it is meters per sec, considering how slow the default seaglide is in game.
Hi, that number is correct but it will go through a lot of calculation later: oxygen tank, modifiers and drag (which Unity processes it, I have no idea how it works, probably a common physical property). I can't keep track with all the code.
If any modder is interested, the variable is used by `UnderWaterMotor.UpdateMove`.
Ok, I changed the maxspeed from 25 to 33 and I flew across the map ; so I changed it to 30 and will give that a try for awhile. Finally the seaglide is useful in belowzero.
15 comments
sad that there will be no fix :(
~G~
If any modder is interested, the variable is used by `UnderWaterMotor.UpdateMove`.