243,803 Commits over 3,898 Days - 2.61cph!
Removed annoying sprint footsteps, use regular footsteps but more range
Merge from monument_scenes -> aux2
Fix Serialization.AddPrefab() getting accidently deleted in previous commit
Merge from main -> monument_scenes
Subtract audio import changes (some audio clips had preload disabled)
Renamed graphics.collapseRendererLOD to graphics.collapseRenderer and made it true by default
Disable dynamic pricing on the travelling vendor, it already has a price randomisation system
Another compile fix
Typo fix
Scale lod switch distances by scene object largest component scale so that lods work properly when things are scaled
Merge from dynamic_vendor_pricing
Player dies in serious bike crashes
Fixed motorbike dirt FX playing on show
Set up exhaust FX to only run while throttle input in active
ModelDoc: Report errors for missing prefab target files
Delete midi bindings folder on branch to restore local setups
Fixed MeshLOD renderers showing a shadow when they are culled by a HLOD master mesh
Mounted players now take some damage if the bike takes a big hit
Exhaust prefab.
Added to Motorbike.
Merge from audio_import_june_2024 -> aux2
Update settings of all music clips
Change audio clip updater to handle music clips
- vorbis, 80% quality (like other vorbis clips)
- preload off
Removed debug print in physics.cs
Refactor HLOD system to include MeshLOD components in it's baking process
Fixes several LOD inconsistencies when looking at monuments from a distance, will need a lot of testing and a HLOD generation/S2P of all monuments
Was a surprisingly large refactor
Remove remains of CSoundEvent
Fixed sidecar impacts not damaging the bike
Add bikes to the All Vehicles group on my test map
Don't transform rigidbody physics on interp transform change (why are we calling this?) we only want to directly set physics body transform if someone directly changed the game object transform !!
Move collider keyframe body move to fixed update
Remove sidecar model from playground scene. Looks like added by mistake in
99319