Devlogs
Truss 1.0.1 (minor update)
TrussA downloadable game for Windows
Posted December 28, 2022 by ompuco
A few minor updates were made to Truss:
Bug fixes:
- Camera Shake: Camera turbulance is now properly deltatimed to be consistent across refresh rates (previously shook too rapidly from the intended look on higher refresh rates)
- Footstep Timing: Footstep position calculation for sound is now correctly deltatimed & should operate correctly on higher & lower refresh rates (previously used fixedDeltaTime outside of a fixed update when recalculating footstep positions)
Other changes:
- Footstep Variation: Footstep audio is slightly quieter when walking compared to running, to provide better feedback for the limited running ability
- Mouse Look Sensitivity: Mouse look sensitivity has been reduced slightly
NOTE: Unfortunately, I haven't been able to test with a high refresh rate display myself yet, but if you experience any inconsistencies between the project at 60Hz & 120+Hz, feel free to let me know in the comments.