So I'm reworking the Madnox skin and trying to move it forward etc etc. As I read more about different areas of skinning one thing that has raised an alarm is the range provision of string localization range of 31000-31999....... I have found that my skin usage is already up to 31969 leaving me 30 left to do whatever before hitting the "limit".
I'm sure there may be threads about this, but since this is a focus directly on a direct issue of resolution, my question is what do I do about it and what happens if I overflow the value to 32000? I assume that will conflict with some other string as a race condition with something elsewhere in the system.
How do I resolve this problem? I can't really be limited to only 30 more possible strings can I?
Looking for the correct way to handle this as I plan on expansion and I need room to grow.
Thank you,
Chris
I'm sure there may be threads about this, but since this is a focus directly on a direct issue of resolution, my question is what do I do about it and what happens if I overflow the value to 32000? I assume that will conflict with some other string as a race condition with something elsewhere in the system.
How do I resolve this problem? I can't really be limited to only 30 more possible strings can I?
Looking for the correct way to handle this as I plan on expansion and I need room to grow.
Thank you,
Chris