userIan Hendersoncancel
reporust_rebootcancel

5,036 Commits over 792 Days - 0.26cph!

12 Days Ago
- Prevent player corpse errors in demos - Prevent BasePlayer errors in demos - Prevent Culling Volume errors in demos - Prevent ai brain disable errors in demos
12 Days Ago
First loot pass on AI PTBoat and RHIB. Still ass but its way more organised than before
12 Days Ago
Remove icons that generated in the main folder
12 Days Ago
Compile fixes - moved FOV stuff from SERVER to CLIENT
12 Days Ago
naval_update -> mountedturrets_fixes
12 Days Ago
Show a toast when trying to reload a turret without any 5.56 in your inventory
12 Days Ago
Search range changes: Pt boat -> 300 RHIB -> 200
12 Days Ago
Wrap is invisible check in a server block
12 Days Ago
Add extra targetting system to mounted weapon AI: - Allows turet AI to target the same target as the boat provided they dont have one - Same distance checks as standard target pickup
12 Days Ago
ai_boats_fixes -> naval_update
12 Days Ago
Compile fixes (2)
12 Days Ago
Compile fixes
12 Days Ago
Fix turret aiming freeze: server rotation loop never executed in client-authority mode Server movement logic was incorrectly disabled when _clientAuthority = true, preventing _worldYaw/_worldPitch lerp, clamping, pivot rotation, and snapshot updates. Fixed by: - Making server apply rotation unconditionally in Update() - Corrected HasServerAuthority to always true for rotation authority - Clamping turret-space yaw/pitch at SetTargetAngles - Ensuring server snapshot updates execute consistently - Client authority now only supplies target angles — server still owns movement Eliminates turret freezing, desync, and clamping bypass issues.
13 Days Ago
Missing proto file
13 Days Ago
Fix ClientOnPlayerDismount NRE
13 Days Ago
Compile fix
13 Days Ago
- PT Boat turret now load in ammo instead of respawning with ammo each time - Dont try and load turrets at all (just nuke em and recreate them at the other side) - Put load data into a cache so it can be loaded afterwards
13 Days Ago
- Fixed broken mountpoint reference (turret seats had been renamed and it bricked all loading of the ptboat)
13 Days Ago
- Add PT Boat to F1 Menu - Add Prefab information - Generate image
17 Days Ago
- Re-setup, will need wes to fix the rest
17 Days Ago
naval_update -> Cannon_Animation
17 Days Ago
Add reset trigger support
17 Days Ago
pt_boat_polish_pass_2 -> naval_update
17 Days Ago
- Dont dismount straight into the water - Add water mask to the bottom of the front turret
17 Days Ago
merge from naval_update/deep_sea
17 Days Ago
merge from deepsea_generation_tweaks
17 Days Ago
- Setup new attack effect on front + rear turret - Added and wired up lights to pt boat (ai wil auto do this) - Added and wired up lights to turret
17 Days Ago
Tweaked deep sea generation, entities are more clustered
17 Days Ago
merge from naval_update
17 Days Ago
naval_update -> pt_boat_polish_pass_2
18 Days Ago
Admin killing the PT Boat turrets will now also destroy the bpat itself
18 Days Ago
50cal_animations -> naval_update
18 Days Ago
50cal -> naval
18 Days Ago
50cal_Animations -> naval_update
18 Days Ago
50cal_animation -> naval_update
18 Days Ago
Reduce the wave impact on the pt boat so easier to predict + less nausea
18 Days Ago
- Add a replicated var to turn on/off client authority so we dont get stuck in a build without the ability to change - Codegen
18 Days Ago
Try authority with higher yield state acceptance
18 Days Ago
50cal_animations -> naval_update
18 Days Ago
50cal_animations -> naval_update
18 Days Ago
Up the updaterate since we are using serverside movement
18 Days Ago
Set both turrets to be serverside only. Won't be as smooth but its release-able
18 Days Ago
50cal_animations -> naval_update
18 Days Ago
Fixed merge conflicts: - Rewired up turret screenshake effects - Fixed broken values/references
18 Days Ago
naval_update -> 50cal_animations (2)
18 Days Ago
naval_update -> 50cal_animations (merge issues)
18 Days Ago
turret_fixes -> naval_update
18 Days Ago
- FIx a bug causing the seat eye centre to go to Vector3.zero, putting your eyes inside the players body
18 Days Ago
Resort 50 cal left after the merge
18 Days Ago
naval_update -> turret_fixes