Solybum / PSOBBMod-Addons

GNU General Public License v3.0
29 stars 29 forks source link

Update reading of _EntityArray to allow for clients that patched refe… #63

Closed Elixir70 closed 1 year ago

Elixir70 commented 1 year ago

…rences to the array. The _EntityArray is a global in the client with a max size of 652 elements. This is really small in some areas such as Subterranean Desert 2 where objects in the d.dat create hundreds of extra entities. This small array causes crashes when the 50 item floor limit from the vanilla game isn't enforced properly (such as individual drop style or shared drops but the host is on a different floor).