HAS BEEN RESOLVED
Crash on Death by O2 loss with no tanks in inventory
Was running some tests on the mod for a playthrough that myself and another were planning to do an ran into an immediate issue on testing deaths.
Started a new Game and I removed all O2 tanks from inventory to start dying. Upon death I get this error which then reverts user to main menu.
Error while running event Oxygen::on_tick (ID 0)
Oxygen/control.lua:91: attempt to get length of local 'inv' (a nil value)
This section of the Oxygen mod is doing a check for the O2 tanks in players inventory but since there are none the game crashes as there is no Else statement or exception in the code for if the player has no O2 tanks in inventory.
This is not solely caused by the Mod pack but the Oxygen mod itself so I will also test by itself and get back to this.