userLukestercancel
reporust_rebootcancel

70 Commits over 516 Days - 0.01cph!

11 Months Ago
Added missing SFX when opening/closing the fuel engine and ore pile on Giant Excavator
11 Months Ago
Adjusted the single shelf pick up volume so it can be picked up when deployed above TC's, WB's etc...
12 Months Ago
Code refactor: - Changed to using string interpolation instead of concatenation. - Use StreamWriter instead of File.appendAllText. - Moved string creation process from LateUpdate to StopLogging to reduce GC. - Call StopLogging in OnDestory().
12 Months Ago
Made it easier to pick up rugs
12 Months Ago
Added Ping to the performance logging
12 Months Ago
Tracking more client performance data: - Draw Calls, Cull Jobs, Scripts, Update, Late Update, Fixed Update, Physics, Precull, Render
1 Year Ago
- Added logging for the Heap, Stack and GC (more to come) - Data is no longer written to the file every frame inside update(). Instead its being saved into a list and written into the file when stoplogging() is called.
1 Year Ago
Adjusted the pickup volumes for all the shelves. - Should now be able to pick up shelves if deployables like the TC is placed as close as possible.
1 Year Ago
Added a 5 second countdown so the logging doesnt start straight away. Changed the file directory path the CSV file is saved too. It should now be saved in "Steam\steamapps\common\Rust\Diagnostics".
1 Year Ago
Can now log client FPS to a file using fps.startlogging. Use fps.stoplogging to stop the logging, it will logged into a file.
1 Year Ago
Added a unique description token to the Lead armor insert. It was sharing the same token as the Asbestos armor insert from the looks of it.
1 Year Ago
Refactored code slightly. Character limit only needs to be changed in one place now.
1 Year Ago
Now using a Substring to cut off any characters after 25 have been entered. No longer reverts the field back to "Name"
1 Year Ago
Electrical branch name is now clamped on the server side. Entering more then 25 characters will now default to "Name".
1 Year Ago
Added a "Branch Name" description to the Config UI along with a new token so it can be translated
1 Year Ago
Can now name electrical branches.
1 Year Ago
Grammar fixes
1 Year Ago
Medieval barricade now has its own unique description
1 Year Ago
Updated muzzle boost description
1 Year Ago
Updated legacy shelter description