126,876 Commits over 4,109 Days - 1.29cph!
Suspension visual settings (Tomaha)
▍▉█'▄ ▋▉▋▋ ▋▍▍▋ ▆▉▆▄ ▍▆▉▍▇▊ ▆▅█▌ █▇ ▊▄▉▋▍ ▌▌▄█▍▇ ▇▄ ▅▅▋█▋▇ ▆▄▆▄▅ ▌▇ ▄▆ (▇▇▊▍ ▅█▄ ▊█▅▌▇ ▋▅▉▄▌ ▅▌▅▉▉▊)
In
67852 I hoped that Continuous Speculative collision would create incorrect behaviour in a good way (it tends to make things more "floaty", which could be good for a snowmobile). Sadly it created incorrect behaviour in a bad way (e.g. driving off the edge of the downward slope would push the snowmobile upward). Switching to Discrete, but we'll need to be wary of high speed collisions.
Wheelcollider position adjustments
Bring
67872 back in this branch
Revert
67872 as well. Let's move it to a branch
▋▆▌▇▅ ▉▆▋▋▍ ▄▉▋█▊ ▄▊▆▆ ▌▆▊▌▇▊▊ ▉█ █▊▉▊ ▋▊▄▋▌█▄ ▌▍ ▍▉▋▆▋▊▄▆▆▅▉▍
▊▊█▍▆▋ ▇▋▉▆▉▍ ▇▇▆▋▋▄▆▄▄ ▆▉▊/█▇▌▅▌▍
Adjusted Tomaha wheel colliders again to match the subtracted commit
Subtracting
67867 as Tomaha rigging and animations were accidentally deleted
Fixed snowmobile temp wheel visual scaling (broken in 67865)
Tomaha ski wheel pos update
Fix error when exiting tech tree while holding mouse to unlock tech
Better text sizing on repair cost indicator
Improved snowmobile handling
Added arctic_base_module_b to the scene
Lighting fixes / tweaked light radius settings to reduce bleeding
Deleted redundant door
Scene2Prefab
▌▊▉▇▉ ▍▊▅ █▍ ▄▊▊▉▇▅ ▊█▋█▋▄▊
▆▇▌▄▅▄▆▊▆▊▆▍▍▄▊▉▆▌▋▅▊▋ █▇ ▊▌▇▄▍▉▅▇▊ ▅▄ ▌ ▆▌▉█
Updated arctic_base_module_a
Added arctic_base_module_b variant
Starting to smell the end of this desert madness
snowmobile driver leaning anim tests
▊▍▇▄ ▌▊▄ ▅▊▋▊▍▉█: ▅▇▅▋▊ ▅▍▉▊▉▆▉▄ ▍▉█▇▄ ▊▄▆▊▅█▋ ▊▋▄ ▆▍▄▋▅▊▌ ▍▆▆▌▊█ ▅▆▋▌▇▊▄▊
▅▊▊▌█ ▌▉▊▉ ▇▌▆▌ ▌█▋ ▋▅▉▋▌▇█▆▅ ▍▅▆▆ ▊▍▌▆▄▍ ▉▆ ▋▉▄▍▋ ▊▌▉▌▌▊▋ ▋▅▌▄█▆▌▅ █▋█▊▆
arctic_base_module_a interior dressing and lightning work
Added damage mask for tomaha
updated materials accordingly
Combined rear seat storage with snowmobile
widened boots and skiis to 1m (i think this what billb asked for?)
updated prefab
update to rear storage seat model
elongated metal bar. Now it looks like the rear passenger wont fall off
Added fuel gauge to snowmobile
added fuel gauge LODS
Separated snowmobile track -> baked them down so the tracks can be animated properly via uv offset
Lods for the new track and appended to snowmobile
updated prefab
Updated ArcticBaseAI nested prefab with first pass of cover point data.
▌▅▆▆▄ ▇▅▊▄▍▄▌▊ ▊▄▆▊▋ ▆▅▆▇ █▄▍ ▆▌▌▍▄▉▊█ ▋▋▄▇ ▉▉▆▋█▋█▆ ▆▋█▉ ▅▋█ ▇▍▌▉, ▊▆▇▋█▇▋ ▄█▇█▍▌▍▍ ▄▅▍ ▇▌▉▍
First pass of AI movement data
▍▅█▊▇ █▉▅▍▋▉▉▍▌▅ ▊▉▅▌▉▍▆▉▅▆▆▆▇ ▆▇▆▅▊▆▌ ▇▆▄ ▉▊▋▊ ▄▉▆▇▍▆▍▍ ▋▋▄▉█▋▉▆▇
▌▇▆▇▊▆▌ ▅▆█▄▌ ▌▊▍▍ ▍█ ▊▆ ▅▋▉▄▊█▄▊▉█▄ ▉▅▅▋▄▇
▇▄▉▅▅ ▇█▊▄▅▇▅▅▅▆ ▆▉▌▊▌▄█ ▇▊▉▋▆▍▇▊ ▊▇ ▋▅▇▄█ ▆ (█▊▇)
Run NPC walk animation ground traces in a queue to ensure they run together and don't trigger physics syncs
Add new ScrollRectDisable component that disables ScrollRects when the cursor isn't visible (they take up some time in LateUpdate, even if the UI is alpha'd out)
Added the component to any ScrollRects that are active during gameplay
Remove allocations when adding to and running object work queues
When a snowmobile moves from a snowmobile-allowed surface to a not-snowmobile-allowed surface, increase the drag slowly instead of instantly. Helps with situations like driving on rocky snow (where the player is often switching to rock and back).
Use Continuous Speculative instead of Continuous Dynamic (or Discrete) on Snowmobiles. Hoping the floaty nature of Continuous Speculative will actually work to their advantage in this case.