-
Member
ID limitation reached in ItemInfo.shn - Uint16
Hello , I have created only a few items and im already at physical limitation of type Uint16 (65535 values)
It is possible to convert or parse the type of ID into Uint 32 ?
because ItemInfoServer.sh ID's are in Uint32
I use 2016 files.
Last edited by fido67; 05-05-22 at 11:25 PM.
-
-
Enthusiast
Re: ID limitation reached in ItemInfo.shn - Uint16
as easy as using smaller values
example
12591 -> 13000
13079 -> 13493
13591 -> 14000
you have many unused numbers...
-
Member
Re: ID limitation reached in ItemInfo.shn - Uint16
ok ty , i will use this in waiting , when ill have more time i will try to modify headers of sh files