Change Hotel View Text Color

Status
Not open for further replies.

Siract

Classic Habbo
Sep 4, 2011
148
27
Hi all,

Just wanted to query something.

How would I change our Hotel View Text Color? For example, below is a screenshot of Habbo Hotel

You must be registered for see images attach


As you can see the color of the text is white, for Bonus Bag and News etc...

Our hotels text color is black:

You must be registered for see images attach


Is this just simple HTML? Or is there a super secret setting somewhere within the External Texts/Variables?

Thanks guys!
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
actually he is wrong lmao it’s literally a setting in external variables.. dunno what it is but it is in external variables, just look in habbos

I was wrong @Laynester provided the correct solution below. There is a way to change the text in the external variables, but I did not have those lines in any of my resources, but those external variables is easy and it works.
 
Last edited:

Laynester

a bad bitch
Nov 7, 2018
304
422
If you're going to reply saying other people are wrong, provide some better feedback then just saying 'dunno what it is' cause you're full of shit.

here is a reference tutorial on how to setup the landings

The only options you have for landing changes are the layout, widget, conf which setup positions and images.

In your external texts you can change the text of the items using landing.view.{promo}=

This is what the dynamic slot loading looks like:
Code:
landing.view.dynamic.slot.1.widget=bonusrare
landing.view.dynamic.slot.2.conf=
landing.view.dynamic.slot.2.layout=
landing.view.dynamic.slot.2.widget=
landing.view.dynamic.slot.3.conf=
landing.view.dynamic.slot.3.layout=
landing.view.dynamic.slot.3.widget=
landing.view.dynamic.slot.4.conf=
landing.view.dynamic.slot.4.layout=
landing.view.dynamic.slot.4.widget=
landing.view.dynamic.slot.5.conf=
landing.view.dynamic.slot.5.layout=
landing.view.dynamic.slot.5.widget=
landing.view.dynamic.slot.6.conf=
landing.view.dynamic.slot.6.widget=

So I will repeat my above statement since you're so full of yourself calling other people out "actually he's wrong lmao"

IN ORDER TO CHANGE THE FONT COLOR OF THE TEXT, YOU HAVE TO FIND THE VALUE IN THE SWF USING A DECOMPILER. YOU ARE LOOKING FOR SOMETHING ALONG THE LINES OF:

COLOR="#FFF" VALUE="%PROMO_TEXT_SOMETHING%"

Change the value of COLOR
landing.view.common.etchingcolor=000000
landing.view.common.etchingposition=top
landing.view.common.textcolor=ffffff


*coughs*

its literally not that hard to look
 

Attachments

  • 1571855752182.png
    1571855752182.png
    163.1 KB · Views: 40

JayC

Always Learning
Aug 8, 2013
5,493
1,398
landing.view.common.etchingcolor=000000
landing.view.common.etchingposition=top
landing.view.common.textcolor=ffffff


*coughs*

its literally not that hard to look
Thanks for providing the resources this time. I updated my answer, I did look in both my external variables and didn't have those entries, but after adding them and trying it, it did change the text color. I have always changed the value directly in the SWF, but this is way better.
 

Blackburn

Member
Apr 6, 2019
57
30
Thanks for providing the resources this time. I updated my answer, I did look in both my external variables and didn't have those entries, but after adding them and trying it, it did change the text color. I have always changed the value directly in the SWF, but this is way better.
People learn every day. ;)
 
Status
Not open for further replies.

Users who are viewing this thread

Top