+ Can break if on fire for too long, explodes, stuns, etc
+ Can take oxygenite tanks in, but won't refill
+ Fixes the bug where oxygen tanks would explode indefinitely
(Most stuff taken from BTE)
Adds a rack capable of holding 3 Railgun shells,
so players / sub makers won't have to store shells on the floor anymore. Also helps the crew keep track of how many Railgun shells they sub have.
Because the racks take up space, it also would help with balancing subs for PvP and so on.
texture located in "content/items/weapons/railgunetc2.png", which it shares with the new loaders and rear facing controller.
https://imgur.com/muAIF9P
This feature has been requested a lot lol, so I hope this will make a lot of people really happy
Tested code for new Railgun items
* "Rear Railgun Controller" - Rearward facing Railgun controller
* "Railgun Single Loader" - Vertical loader with 1 shell capacity
* "Forward Railgun Loader" - Forward facing loader with 1 shell capacity
* "Rear Railgun Loader" - Rearward facing loader with 1 shell capacity
Gives sub makers more variety and different ways to arm subs. Can also be used to make a challenging balance with the weapons that requires more teamwork to operate. Also useful for simulating torpedo's tubes
Sprite example:
https://imgur.com/muAIF9P
All items tested and implemented.
Both the diving suit and mask can use both the oxygenite shard and tank.
The shard is a bit less effective than the tank though.
I'm unable to get the plasma cutter to work though. :(
+ Oxygenite tank added (taken from BTE)
+ Ancient Weapon
Now can use both the oxygenite shard and tank
+Diving Suit/Mask
Can no longer use the oxygenite shard (replaced with the tank)
+ Welding Tool / Plasma Cutter
Oxygenite can be placed in but can't actually be used
+ Fabricator
Oxygenite tank craftable
- Rendering the shadows instead of light volumes to avoid the expensive raycasts needed to calculate the light volume.
- The LOS shadows are now rendered in two passes (fully obscured + penumbra) instead of each convex hull taking up 2 passes.
TODO: fix linux