Hello!
Recently, I attempted to inspect an assets folder from a server and came across some interesting points. First, there are certain sprites with firstspriteid and lastspriteid parameters containing decimal values:
"type": "sprite",
"file": "sprites-00b4af5b2473d9011012d2898b0c6432d13dfdaa22a211d5c696d2ff0056cc.bmp.lzma",
"spritetype": 0,
"firstspriteid": 26102.1,
"lastspriteid": 26105.6,
"area": 0
}
I managed to modify the assets editor to cast these values to integers.
However, after addressing this issue, I encountered a new error. It seems there is a missing flag or configuration in the assets that still needs to be addressed.

Anyone have a suggestion how investigate what is this flag or another problem?
Hello!
Recently, I attempted to inspect an assets folder from a server and came across some interesting points. First, there are certain sprites with firstspriteid and lastspriteid parameters containing decimal values:
I managed to modify the assets editor to cast these values to integers.
However, after addressing this issue, I encountered a new error. It seems there is a missing flag or configuration in the assets that still needs to be addressed.
Anyone have a suggestion how investigate what is this flag or another problem?