Furnidata.txt layout meaning?

Cloby25

New Member
Jan 6, 2017
21
1
I'm trying to add custom furni to my retro however, when it comes to the furnidata.txt everything is different.

For example the code (for this xmas12 pillar) is:
[["s","45210","xmas12_pillar1","44433","0","1","1","","Beige Castle Arch","Make a grand entrance","","194171","7185","","1"]

When the "custom" one is much different. Does anyone know what all these different parts (numbers, names and blake spaces) mean?

[["s","45210","xmas12_pillar1","44433","0","1","1","","Beige Castle Arch","Make a grand entrance","","194171","7185","","1"]
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
So what you really need to know is this:
["s","CODE 2","SWF Name","CODE 3","0","1","1","","Furni Name","Furni Desc","","-1","-1"],

Code 2 connects to the Sprite Id column in the furni table.
Code 3 I am not sure where that goes - just another ID.

"s" / "i" = furniture type

You seperate your furnidata at each line with a comma
and at the end of the file there should not be a comma (however if you have one - it will not affect it)
 

Users who are viewing this thread

Top