userBill Bcancel

13,122 Commits over 2,800 Days - 0.20cph!

1 Year Ago
Added a note to TriggerBase that it doesn't correctly handle GameObjects with multiple colliders (looked into fixing it properly but it wouldn't be simple)
1 Year Ago
Fixed fuel tank collider detection issue. Our triggers get confused by multiple colliders on multiple gameobjects.
1 Year Ago
Updated locomotive monitor to the new screen size and aspect ratio. Removed widescreen support from the train monitor code.
1 Year Ago
Trainyard S2P. Properly fixes the error on server load in GetPercentFull.
1 Year Ago
Full manifest rebuild, committing all changes apart from generated materials to clean up all the mess. Should hopefully fix Aux2 builds as well.
1 Year Ago
Modified the GetPercentFull fix from 72,345
1 Year Ago
Merge Main - Trainyard Update
1 Year Ago
Minor edit
1 Year Ago
Fixed locomotive light material errors after the model update
1 Year Ago
Fixed fuel wagon gibs. Manifest update.
1 Year Ago
Finished setup - fuel wagon now fully functional. Output goes into the red tank.
1 Year Ago
Fixed layer issues
1 Year Ago
Some variation in the hatch anim
1 Year Ago
Hatch animation is bouncy instead of linear. Refactoring.
1 Year Ago
Basic automatic hatch animation for the fuel wagon
1 Year Ago
Unloadable fuel wagon WIP. New prefab, script, updated colliders.
1 Year Ago
Merge Main -> Trainyard Update
1 Year Ago
Manifest build for wagon changes
1 Year Ago
Set up the updated loot wagon, removed my temporary content
1 Year Ago
Set loot wagon loot to use the train wagon info message as their title. Wagon crates DoPrepare + manifest.
1 Year Ago
Fixed genericsmall loot panel not looking at the requested loot title. Got missed as it's not in the loot panels scene
1 Year Ago
Lock the loot wagon loot until the ore is removed
1 Year Ago
Don't show open interaction for the loot wagon
1 Year Ago
Destroy the ore when removing it from loot wagons, instead of sending it to the output
1 Year Ago
Loot wagon WIP, fills and unloads.
1 Year Ago
Loot wagon WIP. Made a placeholder dirt pile.
1 Year Ago
Fixed satchel charges sticking to the storage unloading area
1 Year Ago
Ore plane positioning
1 Year Ago
Catch a couple of NREs that would come up in RustText and fonts when building manifest
1 Year Ago
- Loot wagon WIP. - New loot crate prefabs for the loot wagon.
1 Year Ago
Wagon ore amount is now variable, not always full. Fixed 'fixcars' not always filling wagons correctly.
1 Year Ago
Replaced the tower wheels with non-interactive ones
1 Year Ago
Text edit
1 Year Ago
The Generic and Generic_Resizable loot panels now automatically resize to support title text that goes beyond one line
1 Year Ago
Added UI info for the unloadable wagons
1 Year Ago
Merge Main -> Trainyard Update
1 Year Ago
S2P trainyard, fixes output hopper interaction working only on my test map
1 Year Ago
Fixcars refills ore wagons
1 Year Ago
Improved animation system for the output hopper
1 Year Ago
Update the hopper visuals when item amounts change (not just item count)
1 Year Ago
Force a network sync when output hopper content changes, so the client gets the visual update for the ore mesh (and its collider) right away
1 Year Ago
Fixed GetPercentFull() not handling fractions correctly (float cast)
1 Year Ago
Merge Main -> Trainyard Update
1 Year Ago
Updated the Visual Studio Editor package from 2.0.11 to 2.0.14 (won't affect Rust itself)
1 Year Ago
Fixed RustText showing "SendMessage cannot be called" warnings after every compile
1 Year Ago
Balanced the spawn population values for the new system
1 Year Ago
Missed one file
1 Year Ago
At dense spawn populations, engines could fill the sidings before wagons got a chance to spawn. Instead, I've combined all train cars into one population spawner and handled the wagons_per_engine convar via spawn weighting.
1 Year Ago
Increased the spawn ratio of the unloadable wagons to the other wagon types, and increased wagons per engine from 2 to 3
1 Year Ago
Added unloadable wagons to the spawn population list