branchrust_reboot/main/Submarine/Torpedoescancel

26 Commits over 0 Days - ∞cph!

3 Years Ago
Client compile fix
3 Years Ago
Speed up torpedoes, easier to aim. Adjust min depths.
3 Years Ago
Adjusting rising torpedo type's behaviour
3 Years Ago
Made torpedo levelling out smoother
3 Years Ago
- Allow projectiles to not blow up when hitting the water by setting new goesUnderwater bool to true. - Have torpedoes level out if they reach the water's surface.
3 Years Ago
Merge save215->Torpedoes
3 Years Ago
Move free editor supplied stuff to only when not loading save
3 Years Ago
Editor load rising torpedo type
3 Years Ago
Rising torpedoes rise in a more buoyant-like way. Added torpedoes to my testing loadout.
3 Years Ago
Fixed TorpedoRising not being loadable anymore
3 Years Ago
Torpedoes inherit the sub's velocity. Changed torpedo gravity.
3 Years Ago
Torpedo script, minor edits, enforcing a delay between torpedos fired. Now allowing holding down fire to keep firing at max rate.
3 Years Ago
Submarines can fire torpedoes, which are just rockets that look like torpedoes at the moment
3 Years Ago
Added local space option to the RotateObject script for the torpedo propellers to use
3 Years Ago
Minor edit
3 Years Ago
Finished torpedo object setup
3 Years Ago
Merge save215->Torpedoes
3 Years Ago
Torpedo setup WIP
3 Years Ago
Torpedo setup WIP
3 Years Ago
Set up torpedo world models + extras
3 Years Ago
Move torpedo content to the Ammo prefabs section
3 Years Ago
Torpedo item icons
3 Years Ago
Merge the latest underwater content->Torpedoes
3 Years Ago
Added torpedo storage interaction to the solo sub
3 Years Ago
Added torpedo storage and interaction to duo sub
3 Years Ago
- ItemContainer can now have a list of any amount of exclusively allowed items, instead of 0 or 1. StorageContainer can now have 0-2 allowed items vs. previous 0-1 (could be upgraded to allow any number, but I didn't want to break all existing assignments to allowedItem by making it an array). - Protocol++. - Added submarine torpedo storage container.