4,747 Commits over 762 Days - 0.26cph!
Add null protection to all exposed methods referencing the playable controller
naval_update -> pt_boat_2
Fix rear turret clipping on the ptboat
Compass reference is broken here too for some reason
Fix lost compass reference
pt_boat_2 -> naval_update
naval_update -> pt_boat_2
Run anims on place/block change
Added Player and Entity to the Network extensions as well (so the source generator chills)
Added so source generator as well
Can now use BaseEntity and BasePlayer as arguments in RPCs.
Automatically evaulated at the other side when read
This gives us the base to use these as SyncVar types later, (gives us a route out of the OnChildAdded then checking for references loop)
scientist_boat_fixes_3 -> naval_update
Drop rhib group spawn count from 12 to 7:
15 less scientist rhibs will spawn as a result.
scientist_boat_fixes_3 -> naval_update
Add support for different crosshair modes on projectile weapons. Always show, or only show under conditions:
- Standard
- ^ + when aiming
- ^ + when reloading
- Always
scientist_boat_fixes_3 -> naval_update
Retain group id between saves
Allow crate to be saved. Prevent NRE by delaying loot fill a few seconds, this ensures the
scientist_boat_fixes_3 -> naval_update
Dont save the ghost ship hackable crate. Stops save nre
scientist_boat_fixes_3 -> naval_update
scientist_boat_fixes_3 -> naval_update
Fix margin check in wander state
Support boat debug ddraw convars on server
Give a whole second before spawning scientists
Dont try and set navigator, we dont have one
Disable AI brains on the boats provided we dont have a target. Will reduce NPCPlayer::ServerThink_Internal calls
naval_update -> scientist_boat_fixes_3
Massive changes and rewrites to player model:
- Rewrite all animator calls as _animationControllerPlayable where needed
- Seems to work
- Finally stopped the warnings and the errors
More predictable behaviour. Attempt to prevent it from breaking 20% of the time
Fix menu player being borked - dont need playables there
playables_fixes -> naval_update
playables_fixes -> naval_update
Fix hold poses being screwed
Dont setup the playable graph for ragdolls. Stops an NRE when getting near a ragdolled player or killing one
scientist_boats_gameplay_2 -> naval_update
Dont turn the leg animators on for NPCs - its glitchy right now
Do RHIB/PT Boat loot spawning from static spawn methods instead
scientist_boats_gameplay_2 -> naval_update
Fixed somne bugs with scientist boat oil rig manager
A group of scientist boats will now spawn at large oil rig:
- On puzzle reset we will check how many are at oil rig and ensure we are <= 3
- If not captured these boats will be deleted on save/load
- Will stay around oil rig in a 100 meter radius
When you hack the ghost ship crate:
- A group of scientist boats will spawn nearby
- Drive to the ghost ship and mark it as a protected area
- Will attempt to engage the players who just hacked the crate
Add in methods to find free positions (for boat spawning) in radius's around centre point
Fix more mounted weapon set NREs