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 Tutorials
How to add Furni into NitroV2
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="nateforever96" data-source="post: 480155" data-attributes="member: 100733"><p>First i didn't make any of these programs and i found over this forum so if you don't trust my download just search for Arcturus generator and look for furnidata generator .</p><p></p><p>One thing i will not cover is how to install the nitro converter and the download link will also cover that .</p><p></p><p><a href="https://github.com/billsonnn/nitro-converter" target="_blank">Nitro Convertor</a></p><p></p><p><a href="https://drive.google.com/file/d/1VXRsBCweTHFSELuiIZgehVkMq2HFBlTf/view?usp=drive_link" target="_blank">Furnidata/arcturus generator</a></p><p></p><p>Ill be using the steller furni pack release this year as a example in video .</p><p></p><p>First: To start in the furni pack there should be icons that have came with it you wanna place them into the</p><p><strong>C:\inetpub\wwwroot\atomcms\public\client\flash\dcr\hof_furni\icons</strong> folder if you setup like the tut on this forum's.</p><p></p><p>Second; save the habbo zip with the furnidata and Arcturus generator's on your home pc not vps. You will need to install python for the Arcturus generator get it from here latest version!</p><p><a href="https://www.python.org/ftp/python/3.12.1/python-3.12.1-amd64.exe" target="_blank">Python Download</a> Windows!</p><p></p><p>Third: make sure you have the furnis zip on both your pc and the vps so you have the .swf files on both.</p><p></p><p>Fourth: Now here we start the process you want to open the arctrusu generator folder and place the swf's into swfs folder i say to do this process first so we dont have to copy and paste everywhere youll see what i mean in a second. Now run the furniturecreator.exe and open the folder "output" delete the furnidata.txt that dont work for any of this.</p><p></p><p>Fifth: Goto you database editor goto catalog_pages Search for staff items and make sure parent id is correct for this insert i supplie:</p><p></p><p>Keep in note what you make the "PAGE ID" Mine is 428428 now go back to the .txt files you generated and open them and edit them to your page id like this >></p><p>[ATTACH=full]15217[/ATTACH][ATTACH=full]15218[/ATTACH]</p><p>Now copy the whole catalog_items.txt and also items_base.txt and paste them as a entry into your database like so>></p><p>[ATTACH=full]15219[/ATTACH]</p><p></p><p>If no errors your ready to make the .nitro files on the vps with nitro convertor after one more step of making the furnidata.</p><p></p><p>KEEP IN MIND THE ID OF THE FIRST ITEM IN THE ITEM_BASE.TXT</p><p></p><p>Sixth: Open the furni generator place swfs in the furni folder and run the file paste the first items id in the items_base.txt press "enter" type "1" then "enter" goto the generated folder open </p><p></p><p><strong>Change the -1 for each of the offer_ids to the corresponding ID/item_ID that its with. Makes things easier in my opinion and also make sure to use the same ID for offer_ID in the furnidata. What this allows is the ability for users to search for that furniture in the catalog and purchase the items without having to manually look for it. Much easier to do this step before running the queries so its all done at once.</strong></p><p></p><p></p><p> copy all but the</p><p>{</p><p> "roomitemtypes": {</p><p> "furnitype": [ at the top and also stop before the</p><p></p><p></p><p> ]</p><p> }</p><p>} At the bottom.</p><p></p><p>Goto your vps's <strong> C:\inetpub\wwwroot\atomcms\public\client\nitro\nitro-assets\gamedata Folder and edit the furnidata</strong></p><p><strong></strong></p><p><strong>Search for "wallitemtypes": { obove it you should see [ATTACH=full]15220[/ATTACH]</strong></p><p><strong></strong></p><p><strong>Add a , press enter then paste your new furnidata make sure all is same as was before you pasted the new one so nothing goes wrong!</strong></p><p><strong></strong></p><p><strong>Seventh: As long as you did what i said with the first id in items id and pasted it in the furnidata generator you should be all set now paste all the swf into the converters folder assets\swf\furniture</strong></p><p><strong></strong></p><p><strong>Open CMD</strong></p><p> <strong>if on desktop run</strong></p><p><strong>cd C:\Users\Administrator\Desktop\nitro-converter-main</strong></p><p><strong></strong></p><p><strong>then </strong></p><p><strong>yarn start:convert-swf </strong></p><p><strong></strong></p><p><strong>Finally open assets\bundled\furniture and paste into </strong></p><p><strong>C:\inetpub\wwwroot\atomcms\public\client\nitro\nitro-assets\bundled\furniture</strong></p><p><strong>on your vps and clear all cache's you should be set !</strong></p></blockquote><p></p>
[QUOTE="nateforever96, post: 480155, member: 100733"] First i didn't make any of these programs and i found over this forum so if you don't trust my download just search for Arcturus generator and look for furnidata generator . One thing i will not cover is how to install the nitro converter and the download link will also cover that . [URL='https://github.com/billsonnn/nitro-converter']Nitro Convertor[/URL] [URL='https://drive.google.com/file/d/1VXRsBCweTHFSELuiIZgehVkMq2HFBlTf/view?usp=drive_link']Furnidata/arcturus generator[/URL] Ill be using the steller furni pack release this year as a example in video . First: To start in the furni pack there should be icons that have came with it you wanna place them into the [B]C:\inetpub\wwwroot\atomcms\public\client\flash\dcr\hof_furni\icons[/B] folder if you setup like the tut on this forum's. Second; save the habbo zip with the furnidata and Arcturus generator's on your home pc not vps. You will need to install python for the Arcturus generator get it from here latest version! [URL='https://www.python.org/ftp/python/3.12.1/python-3.12.1-amd64.exe']Python Download[/URL] Windows! Third: make sure you have the furnis zip on both your pc and the vps so you have the .swf files on both. Fourth: Now here we start the process you want to open the arctrusu generator folder and place the swf's into swfs folder i say to do this process first so we dont have to copy and paste everywhere youll see what i mean in a second. Now run the furniturecreator.exe and open the folder "output" delete the furnidata.txt that dont work for any of this. Fifth: Goto you database editor goto catalog_pages Search for staff items and make sure parent id is correct for this insert i supplie: Keep in note what you make the "PAGE ID" Mine is 428428 now go back to the .txt files you generated and open them and edit them to your page id like this >> [ATTACH type="full" alt="1704060573786.png"]15217[/ATTACH][ATTACH type="full" alt="1704060619306.png"]15218[/ATTACH] Now copy the whole catalog_items.txt and also items_base.txt and paste them as a entry into your database like so>> [ATTACH type="full" alt="1704060746682.png"]15219[/ATTACH] If no errors your ready to make the .nitro files on the vps with nitro convertor after one more step of making the furnidata. KEEP IN MIND THE ID OF THE FIRST ITEM IN THE ITEM_BASE.TXT Sixth: Open the furni generator place swfs in the furni folder and run the file paste the first items id in the items_base.txt press "enter" type "1" then "enter" goto the generated folder open [B]Change the -1 for each of the offer_ids to the corresponding ID/item_ID that its with. Makes things easier in my opinion and also make sure to use the same ID for offer_ID in the furnidata. What this allows is the ability for users to search for that furniture in the catalog and purchase the items without having to manually look for it. Much easier to do this step before running the queries so its all done at once.[/B] copy all but the { "roomitemtypes": { "furnitype": [ at the top and also stop before the ] } } At the bottom. Goto your vps's [B] C:\inetpub\wwwroot\atomcms\public\client\nitro\nitro-assets\gamedata Folder and edit the furnidata Search for "wallitemtypes": { obove it you should see [ATTACH type="full" alt="1704061385224.png"]15220[/ATTACH] Add a , press enter then paste your new furnidata make sure all is same as was before you pasted the new one so nothing goes wrong! Seventh: As long as you did what i said with the first id in items id and pasted it in the furnidata generator you should be all set now paste all the swf into the converters folder assets\swf\furniture Open CMD[/B] [B]if on desktop run cd C:\Users\Administrator\Desktop\nitro-converter-main then yarn start:convert-swf Finally open assets\bundled\furniture and paste into C:\inetpub\wwwroot\atomcms\public\client\nitro\nitro-assets\bundled\furniture on your vps and clear all cache's you should be set ![/B] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
How to add Furni into NitroV2
Top