branchrust_reboot/main/general_qolcancel

225 Commits over 273 Days - 0.03cph!

1 Year Ago
Fixed footstep sounds always being barefoot sounds after changing to other footwear in inventory (broke in 65844). Cause: - uiPlayerPreview called RebuildWorldModel with a custom playerModel - RebuildWorldModel called SetDefaultFootstepEffects on the main player model, but then called OnDressModel on the inventory preview model Player model was now reset to default footstep sounds, while the preview model got assigned the boot sounds.
1 Year Ago
Merge Main -> General QOL
2 Years Ago
Fixed Rust's graphics Quality setting defaulting to 0/6 ("Super Potato") on first install. Set the default to 4/6 ("Good").
2 Years Ago
Fixed autoturret idle animation moving more slowly at higher server framerates
2 Years Ago
Move scope overlay layer from 44 to 2 to have it play nice with the helmet slit overlay
2 Years Ago
Changed GameUI.Hud.HelmetSlitOverlay sort order override from 11 to 3. Fixes status information (wet, cold, straving etc) being hidden by the helmet. Will need to keep an eye on whether anything else ends up showing over the top of it that shouldn't be.
2 Years Ago
Merge Main -> General QOL
2 Years Ago
Revert most of 69231 - was only working on listen server
2 Years Ago
Merge Main -> General QOL
2 Years Ago
Input while riding a horse now takes the player's auto-sprint setting into account
2 Years Ago
Fixed IsMounted actually returning HasDriver for vehicles (i.e. would return false if there was a passenger and no driver). Introduced in 25915.
2 Years Ago
Merge Main -> General QOL
2 Years Ago
Tweaked ore/wood gather tea bonus calculation to give a consistent amount of resources for each node This will give 1-5 less resources per node (eg. Jackhammering a stone ore node with pure ore tea active will now give 1500 stone per node instead of 1501-1505)
2 Years Ago
Modular cars take 4x as long to decay by default (ModularCar.outsidedecayminutes 216->864)
2 Years Ago
If a belt item is equipped when opening the inventory that item will be automatically selected
2 Years Ago
Removed slot 8 input bind (can't equip anything in slot 8) Renamed slot 7 bind to "Holster item", deselects whatever you have equipped (bound to the 7 key by default) Update options menu with updated binds
2 Years Ago
Merge from main
2 Years Ago
- Fixed missing world model script on cooked_fish_steak and on raw_fish_steak - Fixed Prefab ID on UnderwaterLab_Dwelling_600_Corridor_A and UnderwaterLab_Dwelling_600_Corridor_B - Fixed missing spawnable script on Scarecrow (it's used in Scarecrow.Population) - Fixed NREs in BaseNavigator HasPath
2 Years Ago
Merge Main -> General QOL
2 Years Ago
Added box collider support to TriggerTemperature - fixed heat_volume throwing errors.
2 Years Ago
Removed double-up model scripts on crossbox.entity and speargun.entity
2 Years Ago
Assigned rootBone on Model scripts on mlrs.entity, modular_car_camper_storage, and SantaSleigh (prevent Manifest rebuilds complaining).
2 Years Ago
Merge Main -> General QOL
2 Years Ago
Change vehicleDismountHoldTime default to 0 (dismount behaviour should be unchanged by default from last month) Exposed hold time as a slider in the options menu under the Controls section
2 Years Ago
Merge from main
2 Years Ago
Fixed being able to report the same player too often
2 Years Ago
Save T2 and T3 tech trees to generate input and output data, fixes branch cost display not working on those workbenches Fix incorrect cost calculation
2 Years Ago
Change default vehicle hold dismount time to 0.25 (was 0.5) This is saved so any existing staging players will stay at 0.5
2 Years Ago
Fix error when exiting tech tree while holding mouse to unlock tech
2 Years Ago
Better text sizing on repair cost indicator
2 Years Ago
Fixed total required scrap displaying incorrectly when first opening the tech tree
2 Years Ago
Tech tree panel layout tweak
2 Years Ago
Fixed missing arrow icon on tool cupboard storage Can right click construction items will to insert them into the tool cupboard
2 Years Ago
Fixed typo on "ent who"
2 Years Ago
Hide repair indicator if the hammer is unequipped while the UI is open
2 Years Ago
Better list name when transferring player loot
2 Years Ago
Protocol++
2 Years Ago
Fixed vehicleDismountHoldTime rename from earlier
2 Years Ago
Fixed missing source item field on sam sites, fixes name appearing incorrectly when holding a wire tool
2 Years Ago
Unsaved
2 Years Ago
Rename global.dismountHoldTime to global.vehicleDismountHoldTime Remove global.quickDismount convar, just set global.vehicleDismountHoldTime to 0 to achieve the same thing
2 Years Ago
Fixed research bench panel preventing researching an item once it's been researched
2 Years Ago
Merge from main
2 Years Ago
Cleanup
2 Years Ago
Pattern boomer shells will no longer display user made patterns when censor signs is set to true (shows a random burst instead)
2 Years Ago
Merge from main
2 Years Ago
Fixed map icons flickering at the wrong size for a frame when opening the map
2 Years Ago
Unsaved
2 Years Ago
Fixed missing player id on report screen Can no longer report a specific player more than once every three minutes
2 Years Ago
Added a keybind to trigger the focus map button on the map screen (unset by default)