reporust_rebootcancel

126,678 Commits over 4,109 Days - 1.28cph!

6 Months Ago
Updated steam_api for server which is in a different path for some reason
6 Months Ago
Subtract 110734, needs more investigation
6 Months Ago
Orientation fuckaroo & fx offsets
6 Months Ago
Add a Model component to all siege weapons, should now generate the required strings to stop StringPool warnings
6 Months Ago
▇▊█▉▆▅ ▊▅▊▌▌▅ █▉▊█▋▉ ▌▇▍▆▋▊▇ ▍▇▄ ▄▌▌▅█▊ ▋▊▉▋▍▇▋▌ █▇ ▆▊▉█▆▌▆ ▆▍ ▊▆▅▌▋ ▆▆▋▉▅▌▍▊▊ ▋▌▄▍▍ ▉█▉▄▋▇ ▇▊█▌▌▆▉▊▆▌ █▊▋ ▋▉▊▉▆▋▊
6 Months Ago
Various high explosive stuff
6 Months Ago
Fixed battering ram door server gib missing material
6 Months Ago
Battering ram can now damage the Vehicle and Deployed layers When hitting a vehicle, add some forces and show the vehicle collision effect Did a bit of refactoring to have a generic method that returns a BaseVehicle collision effect
6 Months Ago
▆▌▆▆▉▌▍▅ ▍▊██▆█
6 Months Ago
Anim + scene backups
6 Months Ago
Fixed spears getting offset in hands when attacking while holding a shield
6 Months Ago
Parent merge
6 Months Ago
Script tweak
6 Months Ago
FX Orientator prefab for debug. Explosive ammo stuff.
6 Months Ago
Parent merge
6 Months Ago
Parent merge
6 Months Ago
▉▆▍▇█▄▍▊▌▆▋▇▅▋▅▄█▆█▉▍▉▆▇▌ ▆█▌▍▋▇ - ▆█▆█▍▄▉▇ ▌▆▋▌▊▇ ██▆▋▌▉█▄▊ ▆▍▄▉ ▉▅/▉▅▋▄▍▉▍▌▆ ▆▍▌▌▉▆▆▊
6 Months Ago
Added ballistagun.reload command, can also take arguments: "ballistagun.reload 1" will load a hammerhead bolt, 2 an incendiary bolt, etc
6 Months Ago
Cherrypick 110576 + 110648 (4K textures)
6 Months Ago
Knight armour world model fixes
6 Months Ago
Fixed knight armour viewmodel not showing
6 Months Ago
Merge from lunar_new_year_2025
6 Months Ago
Can now mount and open the catapult basket even when the catapult is not reloaded
6 Months Ago
Merge from main
6 Months Ago
primitive -> Aux2
6 Months Ago
primitive -> 4ShotMiniCrossbow
6 Months Ago
compile error again
6 Months Ago
merge from primitive -> aux2
6 Months Ago
merge from primitive_gm -> primitive
6 Months Ago
Ensure on the server that items can't be crafted in the wrong era
6 Months Ago
Make pistol ammo loot only as well
6 Months Ago
merge from main -> primitive_gm
6 Months Ago
merge from fix_amplify_import_times -> main
6 Months Ago
Make chainsaw and jackhammer only available from loot in primitive era
6 Months Ago
Change era restriction so it's a whitelist of sources you can get it from instead of blacklist of where it's blocked - unless unassigned then it means nothing
6 Months Ago
Add support to only block items from certain sources inside an era - example: making jackhammers available in loot but not available from vending machines
6 Months Ago
▉█▌ █▄▍▊▅ ▍▌▌█ ▆▋ ▄▋▋▍▌▊▌ ▍▇▇▉█▊▉▉▆▌▅ ▆▋█ ▍▄▌█▋▉▇▋▄ ▆▅ ▉▌▉ ▋▌▄▇▍▊▉ ▅▉▌ ▉▆▄▉▋▍▊▆▉ ▇▅▊▌▉▄▄ ▉▆▆▅ █ ▌▋▄▋▇▋▌ ▆▅▌▌▉▄▌ ▉▉▋▍ ▅▉ ▍▄▉▇▅▍▉ ▆▌▄▇▌▇ █▊█▄▋▇▅ ▌▍██ ▆▅ ▌▊█▉▋▆ ▅▊█
6 Months Ago
catapult.reload command can now take arguments: "catapult.reload 1" will automatically load a boulder, 2 a firebomb and 3 a propane bomb
6 Months Ago
fixed lumberjack hoodie skinning issue - rebuilt prefab
6 Months Ago
Backup shelve
6 Months Ago
Added per-ammo firing effects to the ballista Added global hit effect to the battering ram
6 Months Ago
Burst cloth setup on ropes for snake mask
6 Months Ago
Codegen
6 Months Ago
Added per-ammo firing effects to the catapult Added catapult.reload command to instant reload nearby catapults
6 Months Ago
Merge from steamworks_161
6 Months Ago
Increase workbench tax in primitive gamemode T1 0% -> 10% T2 10% -> 20% T3 20% -> 40%
6 Months Ago
Update Facepunch.Steamworks to use Steamworks SDK 1.6.1
6 Months Ago
Balance changes
6 Months Ago
4ShotMiniCrossbow -> primitive
6 Months Ago
Update: DemoServer - implement fixed step playback - Should keep demo stream consumption stable Right now we're streaming too much data(at 30hz with ~200hz editor sim), which trips up a number of violation checks. Going to try tweaking the number to see if it helps with reproducable results. Tests: played the demo twice - the step count was the same, but the result numbers were different.