You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generating underwater builds is likely going to be issues now that spears may be used on land.
We only save two weapon sets in the build code, and no indication on weather or not it is supposed to be terrestrial or underwater. Before this change we could just look at the weapons and determine if it should be underwater or terrestrial.
this branch has modifications to the IsAquatic function to account for the change, but this issue is not solved by that function change.
Addressing this is low priority for now, as I don't know of anyone the would be using underwater builds. Let me know in case you are the one using it and i will figure something out.
The text was updated successfully, but these errors were encountered:
Generating underwater builds is likely going to be issues now that spears may be used on land.
We only save two weapon sets in the build code, and no indication on weather or not it is supposed to be terrestrial or underwater. Before this change we could just look at the weapons and determine if it should be underwater or terrestrial.
this branch has modifications to the IsAquatic function to account for the change, but this issue is not solved by that function change.
Addressing this is low priority for now, as I don't know of anyone the would be using underwater builds. Let me know in case you are the one using it and i will figure something out.
The text was updated successfully, but these errors were encountered: