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 setup nitro imager for your CMS (IIS)
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="14mokash" data-source="post: 476213" data-attributes="member: 111108"><p>heyy best tutorial ever!!! I really like how you've done it step by step and very clean easy to understand. Noobie in this kinda of stuff. Im stuck on the nitro converter part. I was able to get thru npm i yarn -g and yarn install && yarn build. But when I write yarn start in CMD i get this message listed below. Also when i git cloned nitro-converter the example file would not change into .json until i manually converted it thru a website.</p><p></p><p>Error: ENOENT: no such file or directory, open 'C:\Users\Administrator\OneDrive\Desktop\nitro-converter\configuration.json'] {</p><p> errno: -4058,</p><p> code: 'ENOENT',</p><p> syscall: 'open',</p><p> path: etc...</p><p></p><p>Can you please help? if this helps i have this in my configuration.json</p><p></p><p>{</p><p> "flash.client.url": "<a href="http://localhost/client/flash" target="_blank">http://localhost/client/flash</a>",</p><p> "gamedata.url": "${flash.client.url}/gamedata",</p><p> "furnidata.load.url": "${gamedata.url}/furnidata.xml",</p><p> "productdata.load.url": "${gamedata.url}/productdata.txt",</p><p> "figuredata.load.url": "${gamedata.url}/figuredata.xml",</p><p> "figuremap.load.url": "${gamedata.url}/figuremap.xml",</p><p> "effectmap.load.url": "${gamedata.url}/effectmap.xml",</p><p> "dynamic.download.pet.url": "${flash.client.url}/gordon/PRODUCTION/%className%.swf",</p><p> "dynamic.download.figure.url": "${flash.client.url}/gordon/PRODUCTION/%className%.swf",</p><p> "dynamic.download.effect.url": "${flash.client.url}/gordon/PRODUCTION/%className%.swf",</p><p> "flash.dynamic.download.url": "${flash.client.url}/dcr/hof_furni",</p><p> "dynamic.download.furniture.url": "${flash.dynamic.download.url}/%className%.swf",</p><p> "external.variables.url": "${gamedata.url}/external_variables.txt",</p><p> "external.texts.url": "${gamedata.url}/external_flash_texts.txt",</p><p> "convert.figure": "1",</p><p> "convert.effect": "1",</p><p> "convert.furniture": "1",</p><p> "convert.furniture.floor.only": "0",</p><p> "convert.furniture.wall.only": "0",</p><p> "convert.pet": "1"</p><p>}</p></blockquote><p></p>
[QUOTE="14mokash, post: 476213, member: 111108"] heyy best tutorial ever!!! I really like how you've done it step by step and very clean easy to understand. Noobie in this kinda of stuff. Im stuck on the nitro converter part. I was able to get thru npm i yarn -g and yarn install && yarn build. But when I write yarn start in CMD i get this message listed below. Also when i git cloned nitro-converter the example file would not change into .json until i manually converted it thru a website. Error: ENOENT: no such file or directory, open 'C:\Users\Administrator\OneDrive\Desktop\nitro-converter\configuration.json'] { errno: -4058, code: 'ENOENT', syscall: 'open', path: etc... Can you please help? if this helps i have this in my configuration.json { "flash.client.url": "[URL]http://localhost/client/flash[/URL]", "gamedata.url": "${flash.client.url}/gamedata", "furnidata.load.url": "${gamedata.url}/furnidata.xml", "productdata.load.url": "${gamedata.url}/productdata.txt", "figuredata.load.url": "${gamedata.url}/figuredata.xml", "figuremap.load.url": "${gamedata.url}/figuremap.xml", "effectmap.load.url": "${gamedata.url}/effectmap.xml", "dynamic.download.pet.url": "${flash.client.url}/gordon/PRODUCTION/%className%.swf", "dynamic.download.figure.url": "${flash.client.url}/gordon/PRODUCTION/%className%.swf", "dynamic.download.effect.url": "${flash.client.url}/gordon/PRODUCTION/%className%.swf", "flash.dynamic.download.url": "${flash.client.url}/dcr/hof_furni", "dynamic.download.furniture.url": "${flash.dynamic.download.url}/%className%.swf", "external.variables.url": "${gamedata.url}/external_variables.txt", "external.texts.url": "${gamedata.url}/external_flash_texts.txt", "convert.figure": "1", "convert.effect": "1", "convert.furniture": "1", "convert.furniture.floor.only": "0", "convert.furniture.wall.only": "0", "convert.pet": "1" } [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
How to setup nitro imager for your CMS (IIS)
Top