I've been banging my head against a wall trying to get past hoverVehicle scripts working in current T3D MIT.
The part I'm stuck on is mounting via collision and the controls (haven't made it to that point yet).
I tried adding the "HoverVehicleData" classname to "scripts/server/player.cs" and even created a "vehicleHover.cs" to mimic the "vehicleWheeled.cs".
The hover vehicle drops in the game fine and I can even bump it around with my player.
Sadly, he can't drive it. I'm trying to use the hoverVehicle as boat (since the watercraft resource hasn't been updated).
Any resources out there? Thanks in advance.