2,774 Commits over 548 Days - 0.21cph!
Save current scene before gen takes place
Map generation now ensures client + server
Editor starts playing when map generation button is pressed
Map tools now inject appropriate sizing and seed values into WorldSetup
Correct WorldSetup reference grabbed
Sanity check to ensure we are in the correct scene
Button link up
Initial update loop
Initial commits - just some commenting
Advance Path NRE Fix -> Main
Added convar 'global.disable_clouds' to disable clouds
Exploring the parenting of bikes to the back of scrappy to see if its even feasable
Reset stock back to 10
Removed excess logs
Attempted travelling vendor 'Advance Path NRE' patch
Vendor Restock Changes -> Main
Upped starting stock to 20
Elevator Vehicle Parent -> Main
Stop the bouncy floor again
Re-enable clipping checks
Allow bikes to bypass them the same as horses
Lift up elevator collider to prevent clipping - which in turn is unparenting bikes on the elevator
Sike
Buy sound now invoked on the vendor game object as a whole rather than the machine inside
Adjusted to a tiny sound
Increased sound radius
Parking changes for now
Added missing audio source
▅▄▄▋▍ ▋▆▌▇█▍ ▋▊▅▍▍▅ ▉▄▇ -> ▆▍▍▉
▊▋▇▉█▍ ▌▇▆ ▄▆▍▍▊▆▇ ▊▍▄▍▅▊▋ ▅▉▍▇▊▍▄▆ ▌▉ ▆▋▇ ▆▇ █▆▋ ██▅▄▄▋ ▉▍ ▉▊▋▉▉█▍▄▅
Replicated Bush Fx -> Main
Swap template to small sound for crunchy, grassy and twiggy leaf rustle sound definitions
Should reduce the audible distance of bushes
Elevator vehicle merge -> main
Increased elevator floor colliders
Hopefully prevent clipping off elevators
Check if refill container move is unsuccessful. Delete to avoid memory leaking
Ensure static office lift and player lift have same whitelist
More debugging
Added motorbike, side car, bicycle, drone and snowmobile to white list of parented vehicles
Created whitelist system to allow only certain vehicles to be accepted in an elevator
Allow vehicles to be parented to static elevators. Primarily affecting bikes, snowmobiles etc
Bike Cargoship Parent -> Main
Seperated parenting volumes for above and below
Lowered vehicle parenting volume
Bike Cargoship Parent -> Main
Only bother getting the trigger parent component should the bike have a driver
Ensured bikes still perform clipping checks parenting to any other volume that isnt enclosed. Eg, cargoship, swing bridge etc
Merge Cargoship Log Spam Fix -> Main
Wrap a bunch of loose logs in HarborCrane and CargoShip with editor checks. This will prevent log spam
Bike Cargoship Parent -> Main