branchrust_reboot/main/snowmobilecancel

460 Commits over 334 Days - 0.06cph!

2 Years Ago
Fixed Tomaha rear light not lighting up when braking. Removed unused VehicleLights script.
2 Years Ago
Fixed modular car camper module rear lights being always on, and fixed some modular car taillights not lighting up when braking.
2 Years Ago
Subtracted 69268 (accidentally deleted bone setup), and brought back the separate SMLights model. Updated VehicleLight settings.
2 Years Ago
Added support for VehicleLight to have a different renderer material index per renderer - needed for generic snowmobile. Updated all existing VehicleLights to the new serialized fields.
2 Years Ago
Get snowmobile vehicle light scripts automatically
2 Years Ago
snowmobile update separated front and rear lights into their own materials (not textures) so they can be lit independently merged the lights to the main mesh so it's only 1 prefab instead of multiple. hopefully not broken anything
2 Years Ago
VehicleLight script now support multiple renderers per script. Updated all VehicleLight users. Set up the generic snowmobile's new lights.
2 Years Ago
Consolidate LODs
2 Years Ago
Merge GMLights -> Snowmobile
2 Years Ago
Merge Main -> Snowmobile
2 Years Ago
Fixed some car seats being incorrectly marked as first person with arms (prefab variants) Fixed a bone position issue on legs mesh when not mounted
2 Years Ago
More bone improvements to try and reduce warping on the legs mesh, still not quite perfect
2 Years Ago
Don't show the arms mesh for 0.25s after mounting, gives time for mesh to get into the pose without obscuring the camera Enabled arms view on workcart driver seat
2 Years Ago
Fix head mesh appearing incorrectly when looking straight down
2 Years Ago
Shrink the neck bone to achieve the arms effect, less warping than shrinking the top of the spine
2 Years Ago
Merge from snowmobile/vm
2 Years Ago
Merge Main -> Snowmobile
2 Years Ago
Merge Main -> Snowmobile
2 Years Ago
Minor edit
2 Years Ago
Bump anims triggered more often, especially at low speeds
2 Years Ago
Removed debug print
2 Years Ago
Higher threshold for bumping
2 Years Ago
At minimum strength, still weight the animation at at least 30%
2 Years Ago
Changed snowmobile bump animation to use layer opacity
2 Years Ago
Disable debug print
2 Years Ago
Average the bump anim velocity values a little - compare the two most recent with the previous two
2 Years Ago
Allow bumps to play a little more often
2 Years Ago
Fixed double bumps
2 Years Ago
New (better?) bump anim trigger code
2 Years Ago
Bug fixing
2 Years Ago
Scrap the recent velocity array, use a single value instead
2 Years Ago
Only bump on velocity reductions
2 Years Ago
Improved PlayReactionAnim parameter code
2 Years Ago
0 forwardReaction value by default
2 Years Ago
Start a new bump reaction if we're not already reacting, else just modify the parameters as it plays
2 Years Ago
New bump reaction animation code. Also changed sitReaction from a bool to a trigger.
2 Years Ago
added new params (forwardReaction and rightReaction) for driving, hooked up to reaction anim blendtree, removed reaction state and transition from sitting state
2 Years Ago
Disabled the bump anim code again until the new system is set up.
2 Years Ago
Re-enabled bump animation, no improvements to the code yet.
2 Years Ago
Fixed snowmobile water sloshing sound when initially spawned outside of player range
2 Years Ago
Snowmobile engine audio now correctly takes the spin slip calculation into account. Enables more "Petur-style" RPM when attempting to climb hills etc.
2 Years Ago
Merge Main -> Snowmobile
2 Years Ago
Updated RigidbodyInfo to work in the idiosyncratic PrefabAttribute way
2 Years Ago
Cleaned up ski suspension code duplication
2 Years Ago
Extra null check on GetIdealMountPoint
2 Years Ago
Fixed the snowy edges of ice lakes also being considered ice by modular cars and snowmobiles. On the other hand, icebergs (which are quite snowy on top) which were considered ice are now considered snow.
2 Years Ago
Minor tidy up
2 Years Ago
SnowmobileDriverSeat, set mounted animation speed back to 1
2 Years Ago
Merge animationtime_swapseat_fix -> Snowmobile
2 Years Ago
Merge Main -> Snowmobile