branchrust_reboot/main/snowmobilecancel

441 Commits over 120 Days - 0.15cph!

5 Years Ago
Snowmobile WIP terrain data and FX. Update modular car terrain system to allow sharing code etc. New ScriptableObject VehiclePhysicMatList holds the physic (sic) material data.
5 Years Ago
Merge Main -> Snowmobile
5 Years Ago
Fix snowmobile seat prefab ID, adjust wheelcollider suspension, other WIP
5 Years Ago
I investigated why snowmobiles constantly jitter but modular cars don't. Swapped parts around until I eventually determined that tall vehicles don't jitter, but short ones do. For instance, a modular car with only a flatbed would jitter, but a car with only a cockpit wouldn't, even if it used the flatbed entity script. Swapping the world colliders around made the difference. There are no bounds-based checks for vehicle physics in our code, so I looked at what Unity might set internally based on the collider setup. Rigidbody centre of mass was being set correctly, but we didn't set inertiaTensor. I've set an inertiaTensor here manually based on the one Unity calculated from a taller snowmobile, and it successfully removes the jitter. Ideally, we should do a similar solution for modular cars in case we ever add something like a low open cockpit, but I'll need to come up with a way of getting good inertia tensor values manually.
5 Years Ago
Fix wheel calc on snowmobile too
5 Years Ago
Fixed modular car wheel method issues
5 Years Ago
Secret front wheels. Realmed remove setup.
5 Years Ago
Working on snowmobile physics
5 Years Ago
More snowmobile setup, MountMenuVisible code in BaseMountable, other bits and pieces
5 Years Ago
Remove debug lines
5 Years Ago
BillBTestMap edit
5 Years Ago
Merge Main -> Snowmobile
5 Years Ago
Minor edits
5 Years Ago
Fix project settings
5 Years Ago
Set up snowmobile fuel and storage. Added a basic CanBeLooted check to BaseVehicle for vehicles to share. Other snowmobile setup. Set all seats to needsVehicleTick = false.
5 Years Ago
DoPrepare run
5 Years Ago
Fuel and storage sub-ents
5 Years Ago
More wheel stuff
5 Years Ago
Wheel stuff
5 Years Ago
More snowmobile WIP. Compiling now
5 Years Ago
More WIP snowmobile code
5 Years Ago
WIP converting CarPhysics to be more generic, so snowmobiles can use it too. + some snowmobile code.
5 Years Ago
- Changed some more GetWorldVelocity calls into GetLoalVelocity, so they'll work if parented. - Moved GetLocalVelocityServer and GetAngularVelocityServer rigidbody-based overrides into BaseVehicle, so we don't have to override with the same method for every new vehicle.
5 Years Ago
Merge Main -> Snowmobile
5 Years Ago
Rename ModularCarPhysics to CarPhysics
5 Years Ago
Snowmobile WIP code, protobuf setup etc
5 Years Ago
Merge Main -> Snowmobile
5 Years Ago
Manifest build, and prefab ID fix
5 Years Ago
Merge misc_improvements -> snowmobile
5 Years Ago
Merge MLRSUpdates and IntegrateVehicleSubEnts -> Snowmobile
5 Years Ago
Merge Main -> Snowmobile
5 Years Ago
More snowmobile setup
5 Years Ago
Snowmobile collider edit
5 Years Ago
Snowmobile detail colliders
5 Years Ago
Snowmobile wheel setup, and fix model direction
5 Years Ago
Some snowmobile initial setup
5 Years Ago
Test map changes
5 Years Ago
Merge Main -> Snowmobile
5 Years Ago
Merge Main -> snowmobile
5 Years Ago
Merge RetroSnowmobile -> snowmobile
5 Years Ago
Merge Main -> snowmobile