Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Releases
[REL] Furnitool - For PlusEmu R2 (SWF/Icon Downloader & SQL Writer)
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="AlexVolc" data-source="post: 435887" data-attributes="member: 80585"><p><strong>Hello there!</strong> community of Devbest! I have recently taken the time to create a tool that reads furnidata, parses it, downloads swfs and icons and writes necessary SQLs to make it easy to add new furnis!</p><p>First of all you will need to have 'furnidata.xml' I have provided one in the download, and you will need to open it and find the specific furniline you want to download. For example I will use Easter 2018</p><p><img src="https://i.imgur.com/KkP4rmK.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>Next you want to highlight all of the furnidata that is related to your furniline and copy it (ctr+v). Next navigate to the furnidata.txt and paste it in there. Make sure you copy up to the closing </furnitype> tag and start on an opening <furnitype> tag.</p><p><img src="https://i.imgur.com/A96Pt5o.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p><img src="https://i.imgur.com/09NoJ7t.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p><img src="https://i.imgur.com/u0DFcVt.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>After you have pasted the furnidata into furnidata.txt make sure to save it, then go to run the actual program.</p><p><img src="https://i.imgur.com/a0LwQP0.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>It will look like this once you have opened it:</p><p><img src="https://i.imgur.com/tNfV8bA.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>Here it will ask you for the page_id you will use from catalog_pages. This is so that it can write the SQLs that put it into the catalog for you. After you have done that it will proceed to download all the SWFs and Icons in regards to those furnis.</p><p><img src="https://i.imgur.com/phW5Hib.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>The outputs will be found in the underlined items.</p><p><img src="https://i.imgur.com/yXsXVZ8.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p><strong>What does this actually do?</strong></p><ul> <li data-xf-list-type="ul">It downloads all of the relevant swfs from the following link -> <a href="http://habboo-a.akamaihd.net/dcr/hof_furni/" target="_blank">http://images.habbo.com/dcr/hof_furni/</a></li> <li data-xf-list-type="ul">It downloads all of the relevant icons from the following link -> <a href="https://images.habbo.com/dcr/hof_furni/" target="_blank">https://images.habbo.com/dcr/hof_furni/</a></li> <li data-xf-list-type="ul">It automatically detects if the furni is a bed and adjusts SQL accordingly.</li> <li data-xf-list-type="ul">If the furni is a clothing item it will also write the catalog_clothing SQLs and adjust the furniture SQLs accordingly.</li> </ul><p><strong>What this does not do</strong></p><ul> <li data-xf-list-type="ul">Stackheights and interaction types will mostly be incorrect unless it is a bed or clothing item as this data is not found in furnidata.</li> <li data-xf-list-type="ul">This is not designed to download everything in furnidata.xml but is technically capable of it, it would just leave you with 1000s of furnis to fix because not all of the SQLs are fully correct.</li> </ul><p>I hope that this will be of use to you! If you have any questions about how this works or have any support issues I will be happy to help in this thread.</p><p></p><p><strong>Update - 28 JUN 18</strong></p><ul> <li data-xf-list-type="ul">All links now originate from <a href="https://images.habbo.com/dcr/hof_furni/" target="_blank">https://images.habbo.com/dcr/hof_furni/</a> (Everything is now 100% direct from habbo)</li> <li data-xf-list-type="ul">It now continues on error and logs it in a file called errorLog.txt found in the furnidata folder.</li> <li data-xf-list-type="ul">Writes all clothing SQLs properly now.</li> </ul><p><strong>Download link - </strong><a href="http://www.mediafire.com/file/w3rxm27x5x40d3h/Furnitool.zip/file" target="_blank">http://www.mediafire.com/file/w3rxm27x5x40d3h/Furnitool.zip/file</a></p></blockquote><p></p>
[QUOTE="AlexVolc, post: 435887, member: 80585"] [B]Hello there![/B] community of Devbest! I have recently taken the time to create a tool that reads furnidata, parses it, downloads swfs and icons and writes necessary SQLs to make it easy to add new furnis! First of all you will need to have 'furnidata.xml' I have provided one in the download, and you will need to open it and find the specific furniline you want to download. For example I will use Easter 2018 [IMG]https://i.imgur.com/KkP4rmK.png[/IMG] Next you want to highlight all of the furnidata that is related to your furniline and copy it (ctr+v). Next navigate to the furnidata.txt and paste it in there. Make sure you copy up to the closing </furnitype> tag and start on an opening <furnitype> tag. [IMG]https://i.imgur.com/A96Pt5o.png[/IMG] [IMG]https://i.imgur.com/09NoJ7t.png[/IMG] [IMG]https://i.imgur.com/u0DFcVt.png[/IMG] After you have pasted the furnidata into furnidata.txt make sure to save it, then go to run the actual program. [IMG]https://i.imgur.com/a0LwQP0.png[/IMG] It will look like this once you have opened it: [IMG]https://i.imgur.com/tNfV8bA.png[/IMG] Here it will ask you for the page_id you will use from catalog_pages. This is so that it can write the SQLs that put it into the catalog for you. After you have done that it will proceed to download all the SWFs and Icons in regards to those furnis. [IMG]https://i.imgur.com/phW5Hib.png[/IMG] The outputs will be found in the underlined items. [IMG]https://i.imgur.com/yXsXVZ8.png[/IMG] [B]What does this actually do?[/B] [LIST] [*]It downloads all of the relevant swfs from the following link -> [URL='http://habboo-a.akamaihd.net/dcr/hof_furni/']http://images.habbo.com/dcr/hof_furni/[/URL] [*]It downloads all of the relevant icons from the following link -> [URL]https://images.habbo.com/dcr/hof_furni/[/URL] [*]It automatically detects if the furni is a bed and adjusts SQL accordingly. [*]If the furni is a clothing item it will also write the catalog_clothing SQLs and adjust the furniture SQLs accordingly. [/LIST] [B]What this does not do[/B] [LIST] [*]Stackheights and interaction types will mostly be incorrect unless it is a bed or clothing item as this data is not found in furnidata. [*]This is not designed to download everything in furnidata.xml but is technically capable of it, it would just leave you with 1000s of furnis to fix because not all of the SQLs are fully correct. [/LIST] I hope that this will be of use to you! If you have any questions about how this works or have any support issues I will be happy to help in this thread. [B]Update - 28 JUN 18[/B] [LIST] [*]All links now originate from [URL]https://images.habbo.com/dcr/hof_furni/[/URL] (Everything is now 100% direct from habbo) [*]It now continues on error and logs it in a file called errorLog.txt found in the furnidata folder. [*]Writes all clothing SQLs properly now. [/LIST] [B]Download link - [/B][URL]http://www.mediafire.com/file/w3rxm27x5x40d3h/Furnitool.zip/file[/URL] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
[REL] Furnitool - For PlusEmu R2 (SWF/Icon Downloader & SQL Writer)
Top