* implemented wherearen.data and Player.WhereAreN.Poki * Make wherearen savedata presence optional
Each player and main.dat is ~11MB of allocation to read; old would read & decrypt into separate array = 22MB * (1 + playerCount). Cutting this in half reduces the amount of allocation and keeps stuff off gen2 LOH
bloat--