SWFs - Furniture items, what are all these folders?
Hey guys, I'm a little bit curious, why are all the furniture items in a folder with numbers allocated to it? Is there a way I can just make all the furni SWFs in one file? Is there anything in the database the reflects this? How does it all work, why are there all these folders with numbers?
http://prntscr.com/4nbdpf
Re: SWFs - Furniture items, what are all these folders?
Yes. In furniture and furniture_xml.xml or w.e you use, set flat_id to the same number and place all items in there. Set it to null to allow you to just place them inside /dcr/hof_furni/
Re: SWFs - Furniture items, what are all these folders?
The number are the revision of the furnis. If you want use the revision the revision must be the same in your furnidata.xml between <revision></revision> and remember to put %revision% before the item in the exterval variables like:
Code:
flash.dynamic.download.name.template=%typeid%.swf
becomes
Code:
flash.dynamic.download.name.template=%revision%/%typeid%.swf
Hope you understand :)
Re: SWFs - Furniture items, what are all these folders?
Quote:
Originally Posted by
Bjork
The number are the revision of the furnis. If you want use the revision the revision must be the same in your furnidata.xml between <revision></revision> and remember to put %revision% before the item in the exterval variables like:
Code:
flash.dynamic.download.name.template=%typeid%.swf
becomes
Code:
flash.dynamic.download.name.template=%revision%/%typeid%.swf
Hope you understand :)
Awesome, thanks for the help. :)