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="DRTomaa" data-source="post: 478337" data-attributes="member: 96674"><p>Hey,</p><p></p><p>Don't follow the "Nitro Imager Config" part of the tutorial, instead do this:</p><p></p><p>Go into nitro-imager folder with CMD like this:</p><p>[CODE]cd C:\Users\YOUR-VPS-USERNAME\Desktop\nitro-imager[/CODE]</p><p></p><p>Then type:</p><p>[CODE]copy .env.new .env && del .env.new[/CODE]</p><p></p><p>Open .env inside nitro-imager's folder and edit the links like this (should be the same if you have followed the same tutorials from Object):</p><p>[SPOILER="NEW Nitro-Imager Config"]</p><p>[CODE=".env"]</p><p>API_HOST=localhost</p><p>API_PORT=3030</p><p>AVATAR_SAVE_PATH=C:/inetpub/wwwroot/atomcms/public/client/nitro/nitro-assets/saved-figures</p><p>AVATAR_ACTIONS_URL=C:/inetpub/wwwroot/atomcms/public/client/nitro/nitro-assets/gamedata/HabboAvatarActions.json</p><p>AVATAR_FIGUREDATA_URL=C:/inetpub/wwwroot/atomcms/public/client/nitro/nitro-assets/gamedata/FigureData.json</p><p>AVATAR_FIGUREMAP_URL=C:/inetpub/wwwroot/atomcms/public/client/nitro/nitro-assets/gamedata/FigureMap.json</p><p>AVATAR_EFFECTMAP_URL=C:/inetpub/wwwroot/atomcms/public/client/nitro/nitro-assets/gamedata/EffectMap.json</p><p>AVATAR_ASSET_URL=C:/inetpub/wwwroot/atomcms/public/client/nitro/nitro-assets/bundled/figure/%libname%.nitro</p><p>AVATAR_ASSET_EFFECT_URL=C:/inetpub/wwwroot/atomcms/public/client/nitro/nitro-assets/bundled/effect/%libname%.nitro</p><p>[/CODE]</p><p>[/SPOILER]</p><p></p><p>Now you can go back to the original tutorial after the "Nitro Imager Config" part (with Volta installation and so on)</p><p></p><p>Hope it helps !!</p></blockquote><p></p>
[QUOTE="DRTomaa, post: 478337, member: 96674"] Hey, Don't follow the "Nitro Imager Config" part of the tutorial, instead do this: Go into nitro-imager folder with CMD like this: [CODE]cd C:\Users\YOUR-VPS-USERNAME\Desktop\nitro-imager[/CODE] Then type: [CODE]copy .env.new .env && del .env.new[/CODE] Open .env inside nitro-imager's folder and edit the links like this (should be the same if you have followed the same tutorials from Object): [SPOILER="NEW Nitro-Imager Config"] [CODE=".env"] API_HOST=localhost API_PORT=3030 AVATAR_SAVE_PATH=C:/inetpub/wwwroot/atomcms/public/client/nitro/nitro-assets/saved-figures AVATAR_ACTIONS_URL=C:/inetpub/wwwroot/atomcms/public/client/nitro/nitro-assets/gamedata/HabboAvatarActions.json AVATAR_FIGUREDATA_URL=C:/inetpub/wwwroot/atomcms/public/client/nitro/nitro-assets/gamedata/FigureData.json AVATAR_FIGUREMAP_URL=C:/inetpub/wwwroot/atomcms/public/client/nitro/nitro-assets/gamedata/FigureMap.json AVATAR_EFFECTMAP_URL=C:/inetpub/wwwroot/atomcms/public/client/nitro/nitro-assets/gamedata/EffectMap.json AVATAR_ASSET_URL=C:/inetpub/wwwroot/atomcms/public/client/nitro/nitro-assets/bundled/figure/%libname%.nitro AVATAR_ASSET_EFFECT_URL=C:/inetpub/wwwroot/atomcms/public/client/nitro/nitro-assets/bundled/effect/%libname%.nitro [/CODE] [/SPOILER] Now you can go back to the original tutorial after the "Nitro Imager Config" part (with Volta installation and so on) Hope it helps !! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
How to setup nitro imager for your CMS (IIS)
Top