Lakatrazz / BONELAB-Fusion

A multiplayer mod for BONELAB.
MIT License
121 stars 47 forks source link

Patch 4 fixes #68

Closed KitchenBoy08 closed 2 months ago

KitchenBoy08 commented 2 months ago

Had to open a new PR cause I renamed the branch :P

KitchenBoy08 commented 2 months ago

Alright, I think this is ready to merge

KitchenBoy08 commented 2 months ago

Just discovered issue with reading data, don't merge 0.0

KitchenBoy08 commented 2 months ago

Alright, fixed

KitchenBoy08 commented 2 months ago

Alright this is probably good, but just so you know Quest performance is awfully poor for no particularly clear reason :P

Lakatrazz commented 2 months ago

Am a little confused why LabFusionUpdater was modified since it doesn't work on quest in the first place, but looks good. There are a few added null checks I'm going to remove since they should never be null anyways unless something is seriously wrong with the game or mod, in which they should probably be throwing an error anyways

KitchenBoy08 commented 2 months ago

Likely just me debugging and forgetting to remove it lol

KitchenBoy08 commented 2 months ago

Oh and the reason the Updater was updated was cause I believe it needs to be updated to Net 6 for it to work on Melon 0.6, I just did that so it would compile properly