What's new

Welcome to RetroTools.XYZ - We Make It Easier To Manage Your Habbo Retro By Yourself!

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Free Nitro Websocket Proxy

Tired of paying to avoid random disconnections and want better protection on your Habbo Retro? Please click the icon on the top right.

Answer

Answer Questions and Become an Expert on Your Topic

Contact Staff

Our Experts are Ready to Answer your Questions

[Arcturus] Latest Nitro Imager [Krews.org]

RetroPlug

Member
Staff member
Management Team
Joined
Nov 12, 2020
Messages
37
Reaction score
13
Points
8

Download Link:
Please, Log in or Register to view URLs content!


This tool serves as a server-side habbo-imager using the same avatar generator from nitro-renderer. It will download & cache in memory .nitro assets. Rendered figures will also save to a local folder to prevent re-renders. You will use the same process as your nitro-client to update assets for the imager.

Configuration​

You must configure your URLs in config.json

Your figuredata, figuremap, effectmap, & HabboAvatarActions can safely point to a remote URL without worrying about performance.

You should set all download URLs to local absolute paths on your system, this will allow for faster downloading of figures. However, you may point to remote URLs as well.

You must also set an absolute path to a location where rendered figures can save to. This can be a private folder that is not accessible from the web.

Running the server​

Make sure you run npm i before the first use.

You must compile the server by running npm run build

To start the server you must run npm start

The server will run on the desired host & port as set in the config. You must set up a reverse proxy on your server to make the imager publicly accessible.

NGINX Example

Code:
Please, Log in or Register to view codes content!

URL parameters​

There are a few different options you may pass as URL parameters to generate figures with different actions. All parameters are optional.

keydefaultdescription
figurenullThe figure string to be rendered
actionnullThe actions to render, see the actions below
gesturestdThe gesture to render, see the gestures below
direction2The direction to render, from 0-7
head_direction2The head direction to render, from 0-7
headonly0A value of 0 or 1
dance0A dance id of 0-4 to render
effect0An effect is to render
sizenThe size to render, see sizes below
frame_num0The frame number to render
img_formatpngA value of png or gif. Gif will render all frames of the figure

Actions​

You may render multiple actions with a comma separator

Example: &action=wlk,wav,drk=1

Posture​

keydescription
stdRenders the standing posture
wlk,mvRenders the walking posture
sitRenders the sitting posture
layRenders the laying posture

Expression​

keydescription
wav,waveRenders the waving expression
blowRenders the kissing expression
laughRenders the laughing expression
respectRenders the respectful expression

Carry / Drink​

To hold a certain drink, use an equal separator with the hand item id. You can only render one of these options at a time

keydescription
crr,criRenders the carry action
drk,useiRenders the drink action

Gestures​

keydescription
stdRenders the standard gesture
agrRenders the aggravated gesture
sadRenders the sad gesture
smlRenders the smile gesture
srpRenders the surprising gesture

Sizes​

keydescription
sRenders the small size (0.5)
nRenders the normal size (1)
lRenders the large size (2)

Known Issues​

  • GIFs are only able to render 1-bit alpha channels, therefore most effects will not correctly render due to using many different alpha values.
  • The rendered canvas size may not match Habbos imager exactly, we will hopefully have this addressed soon.
 
shape1
shape2
shape3
shape4
shape7
shape8
Top