userJarryd Campicancel

13,105 Commits over 2,831 Days - 0.19cph!

1 Year Ago
Clear any existing cargo containers on a ship when docking process begins
1 Year Ago
Adjusted cargo ship docking position at harbor_1 so that the swing bridge can close Fixed the second static crane not swinging out of the way when the ship departs
1 Year Ago
Fixed spawn.cargoshipdockingtest not working if more than one harbor is in the world
1 Year Ago
Make cargo ship door LODs dynamic
1 Year Ago
Add a climbable net to the static cranes if the Reserved1 flag is set to true Enabled on the shore side crane S2P harbor_1
1 Year Ago
Merge from harbor_tweaks_4_cargoship
1 Year Ago
Merge from main
1 Year Ago
Moved a container spawn point to the other side of the road in harbor_2 so the move won't require the crane to clip through the cargo bridge (hopefully) Full S2P of both harbors with HLOD
1 Year Ago
Use the highest point out of all of the spawn points as the "ceiling" of a set of container moves - fixes containers clipping through other containers on the cargo ship during movement when being placed lower than the top layer of containers.
1 Year Ago
Fix containers getting spawned too high if a cargo ship docked at the same port multiple times while a server was up
1 Year Ago
Add a crush trigger to the bottom of the harbor containers when descending
1 Year Ago
Fixed a case where harbor cranes would spawn and have slightly different arm angles between client and server, leading to flyhack kicks due to differing collider positions
1 Year Ago
Adjusted container crane movement so that the ship mast doesn't clip with the hanging container
1 Year Ago
spawn.cargoshipdockingtest no longer needs a parameter if only one harbor is present on the map Fixed bridge spawn curves on both harbors by implementing a new UseToggleMode option on the proximity manager When this new mode is enabled you can use a constant curve mode and the entity will move over time to match the desired point, this allows the bridge to continue to move even when the cargo ship has come to a rest Fixed swing bridge not marked dynamic LOD Fixed new cranes missing metal bullet impact fx
1 Year Ago
Fixed misaligned harbor drop points
1 Year Ago
Fixed swing bridge not swinging on harbor_1 Fixed ramps on both sides of the swing bridge swinging with the bridge S2P both harbors
1 Year Ago
Added a collider to the arm piece that grabs containers on the crane Fix container dressing prop LODs not marked as dynamic
1 Year Ago
Merge from harbor_tweaks_4_cargoship
1 Year Ago
Merge from main
1 Year Ago
Disable log spam for proximity manager
1 Year Ago
Harbor_1 curve adjustments
1 Year Ago
Update harbor_2 docking points to better fit new cargo ship handling Update BasePath.GetPathProgress to work purely off the supplied position rather than an index, use dot checks to determine where in the path the position is
1 Year Ago
Fix cargo ship not restarting it's LeaveHarbor invoke on a load
1 Year Ago
Fix some parent colliders with negative scale
1 Year Ago
Hooked up three interior variants for the containers that get picked up and dropped on the cargo ship
1 Year Ago
Merge from harbor_tweaks_4_cargoship
1 Year Ago
Compile fixes
1 Year Ago
Update harbor_1 movement prefabs Add a debug visualisation to the harbor proximity manager
1 Year Ago
Subtract 94449, causes ships to get stuck when docking Hooked up the sunken crates animation on harbor_2 Angle the ship directly at the target in TriggeredEventSpawnDockingTest to reduce excessive turning
1 Year Ago
Adjusted parenting layers on swing bridge to support ragdolls, dropped items and other vehicles
1 Year Ago
Set up proximity manager for harbor 2 First pass swing bridge
1 Year Ago
Cranes reset to their starting angle after a move Cranes now adjust the height during the move if placing the container on a really high destination Setup harbor_2 cranes and container spawn points Applied new container spawn point decal art, removed placeholder white cube
1 Year Ago
Initial docking path for harbor_2
1 Year Ago
Item setup
1 Year Ago
Merge from main
1 Year Ago
Merge from harbor_tweaks_4_cargoship
1 Year Ago
Fix container doors getting deleted when moving onto cargo ship
1 Year Ago
Adjust docked cargo position for better container access
1 Year Ago
Big crane refactor Split out the existing crane into three separate classes - HarborCrane, HarborCraneContianerPickup, HarborCraneStatic Implement new variety of crane that can be preset to a specific extension/height and will eventually support parenting Add this re enabled static crane into the HarborProximityManager so it rotates out of the way when the boat passes Re-enabled the static crane on harbor_1 and converted it into this new crane type Added a 4th crane to harbor_1, this new crane can pickup and drop containers on the opposite side of the cargo ship
1 Year Ago
First pass on swing bridge functionality See Moves array on HarborProximitymanager, contains an entry for each entity to move which includes a start point, end point and a curve to control where the entity will rest between those two points based on the normalised path of the cargo ship through it's docking waypoints
1 Year Ago
Boilerplate harbor proximity manager to move objects as the cargo ship gets close
1 Year Ago
Fix container Ids Manifest
1 Year Ago
Compile fixes, player animator update
1 Year Ago
Merge from main (stomped animator changes, will need to be regenerated)
1 Year Ago
Compile fixes
1 Year Ago
Split the base off of the crane and rotate the entre entity rather than a child This allows us to parent the player to the crane platform while it rotates S2P harbor_1
1 Year Ago
Set up initial mesh colliders on the crane
1 Year Ago
Add a parent volume to the top of the container so players can stand on top of them while they move
1 Year Ago
WIP crane saving
1 Year Ago
Cargo ship crane gets started in dev scene via new dev trigger component