114,295 Commits over 3,959 Days - 1.20cph!
merge from global_networked_bases
merge from HomingMissileLauncher
Fixed parachutes incorrectly awarding the sunglasses at night voice props dlc achievement
exported view model homing missile anims again so the upper left arm does not show when clothing is equipped and admire animation is played
Merge Main -> Experimental
Refactored my InSafeZone method so that it can work with neither CLIENT nor SERVER defined
Updated textures for the microwave model
edited ads idle so it doesnt glitch and admire anim so the left arm mesh doesnt come into view on homing missile launcher anims
Parachute/ParachuteBag cinematic textures
▇▉▉▋▆ ▆▇▄▅ ▉▅▊▌▆▅▊_▌▄▅_▇▉▊ - ▍▍
merge from HomingMissileLauncher
Recache viewmodel renderers for all homing missile launcher renderers, seems to fix the distorted missile issue in editor
Added a homing missile world model (used a box collider due to lack of collision mesh)
Added a gametip to the heli gunner UI to explain the controls (the distortion makes it a little hard to read, but better than nothing)
Show an icon on the crosshair while a homing missile is active
Increase reload time
Don't allow reloading while the launcher is Busy - the launcher is considered busy if it has a rocket in mid-air
Fixed some compile issues. WIP on not allowing reloading launcher if there is a missile already in the air
▉▋█'▍ █▍█▉▉ ▋▉▉ ▌█▄▉█▄▌▆ ▌█ ▋▇ ▉▉▌▇▋▄ ▄▋▄ ▌▋ ▆ ▊▅▄▋▍▍ ▇▍▄ ▉▉▉▌▋'▅ ▄▅▆▆ ▅▍▄ █▌ ▄▅▋█
Apply the parachute collider animations to the server side colliders
If a player dismounts from a vehicle while holding Jump, that key has to be released before they can deploy the parachute, fixes parachute deploying immediately after dismounting any flying vehicle
Cherrypick
87094 (createprefab debug revert)
Undo "CreatePrefab" debug changes accidently commited
Update global_networked_bases/2021
merge from main -> global_networked_bases
Can no longer lock on to targets if target isn't visible
Cherrypick
87085 &
87088 (preprocess ignore monuments & tugboat door placeholder)
Added a comment to BaseEntity.RPC explaining the unusual line-of-sight check
Fixed door placeholder being shown when leaving network range of door attached to tugboat / parented entity
Fixed canopy appearing twice in debug camera
Updated parachute to use continuous collision detection
The parachute will now adjust itself to sit above the object it collided with before dismounting players
Fixed instancing preprocess trying to convert monuments, throwing errors when monument prefabs are spawned
Can't lock on homing launcher when target is in a safe zone. Refactored SeekerTarget to use an ISeekerTargetOwner interface, and moved the InSafeZone methods into BaseEntity.Triggers.
#SERVER compile area for SeekerTarget
Parachute item uses cloth sounds when moving item
Fixed locker UI using old backpack icon
Moved homing rocket FX so they're covered by the HideUntilMobile rule
Fixed HideUntilMobile NRE on homing rocket
Disabled ADS on homing missile launcher for this release