Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

SWF Styling

Status
Not open for further replies.
Make a wish
Joined
Jan 21, 2012
Messages
470
Reaction score
130
The styling there is sort of messy, I think the landing view has designed with the rest of the Ilumini interface in mind, and i'm having troubles trying to force the client to display that interface.

I can get the twitter feed running aswell, looking into everything else

Mithex - SWF Styling - RaGEZONE Forums

We can not get from the real habbo.swf?
Only think of that, add some extras you occasional external variables .. ready?
 
Initiate Mage
Joined
Mar 11, 2012
Messages
4
Reaction score
1
Nevermind fixed it.
Anyways, I love how this tutorial just keeps getting added on to. It's extremely helpful to those of us that have no idea what we are doing with SWFs.
 
Newbie Spellweaver
Joined
Aug 7, 2011
Messages
82
Reaction score
26
I don't know if this has already been posted or not...

If you want this:

Mithex - SWF Styling - RaGEZONE Forums


edit your habbo-123 to this:

<?xml version="1.0" encoding="UTF-8"?>
<layout name="chatinput_window" width="550" height="38" version="0.1" uid="E90C85D2-57C1-5DC9-E8AD-57D1C77D91B2">
<window>
<container x="18" y="273" width="550" height="45" params="1025" style="0" name="bubblecont" tags="chat_bubble" width_min="90">
<filters>
<DropShadowFilter distance="4" alpha="0.6"/>
</filters>
<children>
<border x="0" y="0" width="450" height="38" params="16" style="8" name="input_border">
<children>
<input x="10" y="13" width="360" height="31" params="1" style="0" name="chat_input" caption="%24%7Bwidgets.chatinput.default%7D" clipping="false" color="0x6f6f6f">
<variables>
<var key="always_show_selection" value="true" type="Boolean"/>
<var key="antialias_type" value="advanced" type="String"/>
<var key="font_face" value="Volter" type="String"/>
<var key="font_size" value="9" type="uint"/>
<var key="text_color" value="0x6f6f6f" type="hex"/>
<var key="mouse_wheel_enabled" value="false" type="Boolean"/>
<var key="max_chars" value="100" type="int"/>
<var key="italic" value="false" type="Boolean"/>
<var key="focus_capturer" value="true" type="Boolean"/>
</variables>
</input>
<text x="10" y="11" width="300" height="34" params="16" style="0" name="block_text" caption="%24%7Bchat.input.alert.flood%7D" visible="false">
<variables>
<var key="antialias_type" value="advanced" type="String"/>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="font_size" value="12" type="uint"/>
<var key="grid_fit_type" value="subpixel" type="String"/>
<var key="text_color" value="0xff0000" type="hex"/>
<var key="mouse_wheel_enabled" value="false" type="Boolean"/>
<var key="bold" value="true" type="Boolean"/>
</variables>
</text>
</children>
</border>
<container_button x="366" y="4" width="180" height="30" params="12582929" style="2" name="send_button">
<children>
<text x="25" y="6" width="150" height="20" params="12582928" style="0" name="send_button_text" caption="widgets.chatinput.say">
<variables>
<var key="antialias_type" value="advanced" type="String"/>
<var key="auto_size" value="left" type="String"/>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="font_size" value="12" type="uint"/>
<var key="mouse_wheel_enabled" value="false" type="Boolean"/>
<var key="bold" value="true" type="Boolean"/>
</variables>
</text>
</children>
</container_button>
</children>
</container>
</window>
</layout>

Credit to original maker (forgot who it is)
 
Joined
Aug 14, 2010
Messages
808
Reaction score
421
I don't know if this has already been posted or not...

If you want this:

Mithex - SWF Styling - RaGEZONE Forums


edit your habbo-123 to this:

<?xml version="1.0" encoding="UTF-8"?>
<layout name="chatinput_window" width="550" height="38" version="0.1" uid="E90C85D2-57C1-5DC9-E8AD-57D1C77D91B2">
<window>
<container x="18" y="273" width="550" height="45" params="1025" style="0" name="bubblecont" tags="chat_bubble" width_min="90">
<filters>
<DropShadowFilter distance="4" alpha="0.6"/>
</filters>
<children>
<border x="0" y="0" width="450" height="38" params="16" style="8" name="input_border">
<children>
<input x="10" y="13" width="360" height="31" params="1" style="0" name="chat_input" caption="%24%7Bwidgets.chatinput.default%7D" clipping="false" color="0x6f6f6f">
<variables>
<var key="always_show_selection" value="true" type="Boolean"/>
<var key="antialias_type" value="advanced" type="String"/>
<var key="font_face" value="Volter" type="String"/>
<var key="font_size" value="9" type="uint"/>
<var key="text_color" value="0x6f6f6f" type="hex"/>
<var key="mouse_wheel_enabled" value="false" type="Boolean"/>
<var key="max_chars" value="100" type="int"/>
<var key="italic" value="false" type="Boolean"/>
<var key="focus_capturer" value="true" type="Boolean"/>
</variables>
</input>
<text x="10" y="11" width="300" height="34" params="16" style="0" name="block_text" caption="%24%7Bchat.input.alert.flood%7D" visible="false">
<variables>
<var key="antialias_type" value="advanced" type="String"/>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="font_size" value="12" type="uint"/>
<var key="grid_fit_type" value="subpixel" type="String"/>
<var key="text_color" value="0xff0000" type="hex"/>
<var key="mouse_wheel_enabled" value="false" type="Boolean"/>
<var key="bold" value="true" type="Boolean"/>
</variables>
</text>
</children>
</border>
<container_button x="366" y="4" width="180" height="30" params="12582929" style="2" name="send_button">
<children>
<text x="25" y="6" width="150" height="20" params="12582928" style="0" name="send_button_text" caption="widgets.chatinput.say">
<variables>
<var key="antialias_type" value="advanced" type="String"/>
<var key="auto_size" value="left" type="String"/>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="font_size" value="12" type="uint"/>
<var key="mouse_wheel_enabled" value="false" type="Boolean"/>
<var key="bold" value="true" type="Boolean"/>
</variables>
</text>
</children>
</container_button>
</children>
</container>
</window>
</layout>

Credit to original maker (forgot who it is)


It cuts off?
 
Junior Spellweaver
Joined
Aug 15, 2011
Messages
167
Reaction score
15
I don't know if this has already been posted or not...

If you want this:

Mithex - SWF Styling - RaGEZONE Forums


edit your habbo-123 to this:

<?xml version="1.0" encoding="UTF-8"?>
<layout name="chatinput_window" width="550" height="38" version="0.1" uid="E90C85D2-57C1-5DC9-E8AD-57D1C77D91B2">
<window>
<container x="18" y="273" width="550" height="45" params="1025" style="0" name="bubblecont" tags="chat_bubble" width_min="90">
<filters>
<DropShadowFilter distance="4" alpha="0.6"/>
</filters>
<children>
<border x="0" y="0" width="450" height="38" params="16" style="8" name="input_border">
<children>
<input x="10" y="13" width="360" height="31" params="1" style="0" name="chat_input" caption="%24%7Bwidgets.chatinput.default%7D" clipping="false" color="0x6f6f6f">
<variables>
<var key="always_show_selection" value="true" type="Boolean"/>
<var key="antialias_type" value="advanced" type="String"/>
<var key="font_face" value="Volter" type="String"/>
<var key="font_size" value="9" type="uint"/>
<var key="text_color" value="0x6f6f6f" type="hex"/>
<var key="mouse_wheel_enabled" value="false" type="Boolean"/>
<var key="max_chars" value="100" type="int"/>
<var key="italic" value="false" type="Boolean"/>
<var key="focus_capturer" value="true" type="Boolean"/>
</variables>
</input>
<text x="10" y="11" width="300" height="34" params="16" style="0" name="block_text" caption="%24%7Bchat.input.alert.flood%7D" visible="false">
<variables>
<var key="antialias_type" value="advanced" type="String"/>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="font_size" value="12" type="uint"/>
<var key="grid_fit_type" value="subpixel" type="String"/>
<var key="text_color" value="0xff0000" type="hex"/>
<var key="mouse_wheel_enabled" value="false" type="Boolean"/>
<var key="bold" value="true" type="Boolean"/>
</variables>
</text>
</children>
</border>
<container_button x="366" y="4" width="180" height="30" params="12582929" style="2" name="send_button">
<children>
<text x="25" y="6" width="150" height="20" params="12582928" style="0" name="send_button_text" caption="widgets.chatinput.say">
<variables>
<var key="antialias_type" value="advanced" type="String"/>
<var key="auto_size" value="left" type="String"/>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="font_size" value="12" type="uint"/>
<var key="mouse_wheel_enabled" value="false" type="Boolean"/>
<var key="bold" value="true" type="Boolean"/>
</variables>
</text>
</children>
</container_button>
</children>
</container>
</window>
</layout>

Credit to original maker (forgot who it is)

Works fine. Thanks. But how can i change the text people are saying to volter font?
 
Newbie Spellweaver
Joined
Aug 7, 2011
Messages
82
Reaction score
26
Gonna bump this for a request, also would be nice to see if anyone has any new updates on this!

Any idea where this is in UI editor?

Mithex - SWF Styling - RaGEZONE Forums


I want to remove the pixel part :)
 
Newbie Spellweaver
Joined
Jun 15, 2012
Messages
6
Reaction score
0
Well not useful to me since I already knew but besides its a great TuT.
By the way there is another method to doing this.
 
Banned
Banned
Joined
May 6, 2009
Messages
531
Reaction score
165
I loved this tutorial... Great Job Mithex :)

I'm curious, have more updates? ;x

Since, great job man ;)
 
The real deal.
Joined
Jun 1, 2011
Messages
592
Reaction score
247
Now that I aren't worried about bumping the thread I can tell you how grateful I am for this tutorial!
Thank you so much this helped me a lot.
 
Status
Not open for further replies.
Back
Top