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 a Custom Badge to your Habbo Retro!
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="ironinsanity" data-source="post: 360103" data-attributes="member: 63432"><p>Today's tutorial will be on how to add a custom badge to your own Habbo Retro. All you need to do is copy what I do and your badge will be added to your Habbo Retro.</p><p>So first of all, you get the badge you want, if it's a staff badge you get that, don't change the size of the badge if you've used a template!</p><p>So first of all, you want to rename the badge to the id you want it to be, mine is going to be myb (my badge) make sure the image is a .gif and the background is transparent.</p><p><img src="http://prntscr.com/9c80dr" alt="" class="fr-fic fr-dii fr-draggable " style="" /> </p><p>Okay, so once you have done that, you will now want to go to your wwwroot or htdocs and go to your r63 file, c_images and then album1584. Album1584 is the folder where all the badges are, Add your image to that folder and then go back to the r63 file and search for external_flash_texts<img src="http://prntscr.com/9c81h9" alt="" class="fr-fic fr-dii fr-draggable " style="" /> </p><p>Open this text open with Notepad ++ and go down to where it will have badge name and descriptions<img src="http://prntscr.com/9c81wu" alt="" class="fr-fic fr-dii fr-draggable " style="" /> </p><p>Once done that, now create a new line under a badge_desc and put this code in:</p><p>[CODE]badge_name_ = <THE BADGE NAME></p><p>badge_desc_ = <THE BADGE DESCRIPTION>[/CODE]</p><p><img src="http://prntscr.com/9c82wd" alt="" class="fr-fic fr-dii fr-draggable " style="" /> </p><p>After the _ before the = sign, put your badge name ( mine is myb)</p><p>Save that file and it's added,</p><p>go into your client say :givebadge (your username) then the id ( mine is myb )</p><p>Then, once you gave it to yourself, reload the client and open your inventory, go to badges and it's there!</p><p><img src="http://prntscr.com/9c845o" alt="" class="fr-fic fr-dii fr-draggable " style="" /> </p><p>I hope this helped you all and I hope you enjoy!</p></blockquote><p></p>
[QUOTE="ironinsanity, post: 360103, member: 63432"] Today's tutorial will be on how to add a custom badge to your own Habbo Retro. All you need to do is copy what I do and your badge will be added to your Habbo Retro. So first of all, you get the badge you want, if it's a staff badge you get that, don't change the size of the badge if you've used a template! So first of all, you want to rename the badge to the id you want it to be, mine is going to be myb (my badge) make sure the image is a .gif and the background is transparent. [IMG]http://prntscr.com/9c80dr[/IMG] Okay, so once you have done that, you will now want to go to your wwwroot or htdocs and go to your r63 file, c_images and then album1584. Album1584 is the folder where all the badges are, Add your image to that folder and then go back to the r63 file and search for external_flash_texts[IMG]http://prntscr.com/9c81h9[/IMG] Open this text open with Notepad ++ and go down to where it will have badge name and descriptions[IMG]http://prntscr.com/9c81wu[/IMG] Once done that, now create a new line under a badge_desc and put this code in: [CODE]badge_name_ = <THE BADGE NAME> badge_desc_ = <THE BADGE DESCRIPTION>[/CODE] [IMG]http://prntscr.com/9c82wd[/IMG] After the _ before the = sign, put your badge name ( mine is myb) Save that file and it's added, go into your client say :givebadge (your username) then the id ( mine is myb ) Then, once you gave it to yourself, reload the client and open your inventory, go to badges and it's there! [IMG]http://prntscr.com/9c845o[/IMG] I hope this helped you all and I hope you enjoy! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
How to add a Custom Badge to your Habbo Retro!
Top