userIan Hendersoncancel
branchrust_reboot/main/naval_update/gun_turretcancel

32 Commits over 30 Days - 0.04cph!

10 Months Ago
Manifest
10 Months Ago
naval_update -> gun_turret
10 Months Ago
Working rear turret. Aiming is still ugly Ensure roll values are removed by projecting our rotation onto fixed axes (not transform axes) Manifest
10 Months Ago
Add correct components to rear turret Standing mounted turret seat setup
10 Months Ago
Mounted Turret Seat now supports multiple turrets on the same vehicle Initial rear turret setup
10 Months Ago
Setup right entities Setup prefab variants
10 Months Ago
naval_update -> gun_turret (missed files)
10 Months Ago
naval_update -> gun_turret
10 Months Ago
Manifest Codegen
10 Months Ago
naval_update -> gun_turret
10 Months Ago
Apply changes to default prefab
10 Months Ago
Make turret entity invinsible Position changes
10 Months Ago
Rename internall turret seat Move aim position Manifest
10 Months Ago
Interpolate server states with IGenericLerpTarget, thanks Bill!
10 Months Ago
Swap yaw/pitch sync vars over to a single ServersideMountedWeaponSnapshot syncvar
10 Months Ago
Fix more rotation issues, offset the parent correctly
10 Months Ago
Point guns in the correct direction
10 Months Ago
Spawn 2 50cal guns for the dual version and point both slightly inwards to rotate towards the same forward Ensure you cant loot the front turret ammo (this will be used by NPCs for reloads)
10 Months Ago
New 50 cal bounds
10 Months Ago
Disable 50 cal colliders for now Was intersecting with the PT Boat
10 Months Ago
Fix bone name collisions with my crappy year old tool
10 Months Ago
Further pivot point and spawn point refinements
10 Months Ago
Make an actual item for the 50cal turret rather than using an m249
10 Months Ago
naval_update -> naval_update/gun_turret
10 Months Ago
Fix all of the weird rotation issues
10 Months Ago
Swap to quaternions - getting gimbal lock already
10 Months Ago
Stop the turret from flipping the equipped weapon
10 Months Ago
Using Syncvars - raw move the turret to be pointing the intended directin of the user
10 Months Ago
Fix the seat mount spawning us at weird angles (removed eye override)
10 Months Ago
- New turret setup - Can now mount turret - Server inputs passed as normal through the seat to the mounted weapon - Can setup the mounted weapon with any in game BaseProjectile weapon (m249 for now) - Backend like the attack helicopter gunner, echo out server movements to the client - String pool gen - Manifest
10 Months Ago
MountedWeaponSeat is now a generic style of seat that can be used with any attached turret Create ServersideMountedWeapon, borrowing a lot of code from the attack helicopter turret Setup interfaces to facilitate the generic seat Add Check.IsValidWeapon to check if an Item is a valid weapon
10 Months Ago
Mounted weapon seat and mounted weapon owner system