• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 1.X+ Where items from houses are saved?

roriscrave

Advanced OT User
Joined
Dec 7, 2011
Messages
1,210
Solutions
35
Reaction score
206
How table items inside houses are save?
I need do delet all house items.
 
Solution
when a table is binary i cant check what items is inside it?

It saves a blob which not readable by us simple humans, it follows a strucuture of bits that TFS knows how to deserialize.

You can check the structure here:
when a table is binary i cant check what items is inside it?

It saves a blob which not readable by us simple humans, it follows a strucuture of bits that TFS knows how to deserialize.

You can check the structure here:
 
Last edited:
Solution
Back
Top