-
Illuminated SWF Style - Development Thread (Updated 14-10 21:13)
Hello, I am busy with my own R63 illumina-styled SWF (R63 Post-Shuffle ofcourse) and I decided to share the remade MOD tools with you. It isn't perfect but it's better than nothing. I will also give you a small tutorial and a few tips. This thread will be updated with more Illumina styled thingies (sorry xd).
Developers are me and Galago. Thanks to him a lot!
List of Items (use control+f and search the number)
#1 - Old buggy MOD tools with big title
#2 - New MOD tools with small title (less buggy)
How to do it:
1. Open your SWF with HabboUI Editor (thank you leenster for making this awesome program)
2. Search for some parts of the edited codes
3. Open the file that match with the edited code
4. Change it with my code (the edited code)
#1
What it will look like:
http://i.imgur.com/XHZaq.png
PHP Code:
<?xml version="1.0" encoding="UTF-8"?>
<layout name="start_panel" width="20" height="20" version="0.0">
<window>
<frame x="120" y="4" width="160" height="185" params="32769" style="101" name="mod_start_panel" caption="%24%7Bmod.tool.title%7D">
<children>
<button x="0" y="0" width_min="147" width="147" height="21" params="131089" style="101" name="room_tool_but" caption="%24%7Bmod.tool.roomtool%7D" width_max="147"/>
<button x="0" y="25" width_min="147" width="147" height="21" params="131089" style="101" name="chatlog_but" caption="%24%7Bmod.tool.roomchatlogs%7D" width_max="147"/>
<button x="0" y="50" width_min="147" width="147" height="21" params="131089" style="101" name="userinfo_but" caption="%24%7Bmod.tool.userinfo%7D:" width_max="147"/>
<button x="0" y="75" width_min="147" width="147" height="21" params="131089" style="101" name="ticket_queue_but" caption="%24%7Bmod.tool.tickets%7D" width_max="147"/>
</children>
</frame>
</window>
</layout>
#2
What it will look like:
http://i.imgur.com/Gg7wX.png
Code:
PHP Code:
<?xml version="1.0" encoding="UTF-8"?>
<layout name="start_panel" width="20" height="20" version="0.0">
<window>
<frame x="120" y="4" width="160" height="158" params="32769" style="100" name="mod_start_panel" caption="%24%7Bmod.tool.title%7D">
<children>
<button x="0" y="0" width_min="147" width="147" height="21" params="131089" style="101" name="room_tool_but" caption="%24%7Bmod.tool.roomtool%7D" width_max="147"/>
<button x="0" y="25" width_min="147" width="147" height="21" params="131089" style="101" name="chatlog_but" caption="%24%7Bmod.tool.roomchatlogs%7D" width_max="147"/>
<button x="0" y="50" width_min="147" width="147" height="21" params="131089" style="101" name="userinfo_but" caption="%24%7Bmod.tool.userinfo%7D:" width_max="147"/>
<button x="0" y="75" width_min="147" width="147" height="21" params="131089" style="101" name="ticket_queue_but" caption="%24%7Bmod.tool.tickets%7D" width_max="147"/>
</children>
</frame>
</window>
</layout>
If you have requests, you can post them here. If you like it, please really like it and maybe give me some reputation, I would really appreciate it.
A few tips:
- Everywhere there is style="..." (... = a number), you can change it into 100/101 (i suggest 101 as it's not transparent)
- Always test after 1/2 updates, if it's not working and you made too much changes, you don't know what's wrong
- Always back-up if something goes wrong
Have a nice day/night.
Waves :-)
-
Re: Illuminated MOD Tools [First step into our R63 Illumina UI!]
Nice MOD Tools ^^
I hope your ilumina .swf stays cool and you release it one day :D
-
Re: Illuminated MOD Tools [First step into our R63 Illumina UI!]
Looks okay. I personally don't like the black glow as well as the text above saying MOD TOOLS.
-
Re: Illuminated MOD Tools [First step into our R63 Illumina UI!]
cheese, it thought that this was r63a :(
-
-
Re: Illuminated MOD Tools [First step into our R63 Illumina UI!]
Nice as Mod Tools.
Thank you.
-
Re: Illuminated MOD Tools [First step into our R63 Illumina UI!]
Nice, Josh. Ill help you with your small bugs when your online on msn.
-
Re: Illuminated MOD Tools [First step into our R63 Illumina UI!]
Don't really like it, on Modtools (I think that's because you got the open part at top) I also never understood why the freaking X was there, you aren't able to click those tools away xD.
I do like the signout confirm message though, goodluck with your project :-)
-
Re: Illuminated MOD Tools [First step into our R63 Illumina UI!]
Yes yes yes! Exactly what i want, thank you so much, i love you <3 /nogay. (already have a girlfriend)
Ill get to work straight away on my swf and see how far i can get using this. This is one of the best.
-
Re: Illuminated MOD Tools [First step into our R63 Illumina UI!]
I will make a new version that's smaller (one I made before) when I'm on my laptop and will publish it for those who want it. Thanks for all reactions! :)
-
Re: Illuminated MOD Tools [First step into our R63 Illumina UI!]
What emulator and swf? tried on Phoenix, dont work.
-
Re: Illuminated MOD Tools [First step into our R63 Illumina UI!]
Like what is sad,
cheese, it thought that this was r63a :(
-
Re: Illuminated MOD Tools [First step into our R63 Illumina UI!]
Quote:
Originally Posted by
JohnHearfield
What emulator and swf? tried on Phoenix, dont work.
Works only on the last swfs.
-
Re: Illuminated MOD Tools [First step into our R63 Illumina UI!]
DJtroy?
Do you have a own retro?
I like your screenshots, do you have a job?
Ik spreek ook nederlands. :)
-
Re: Illuminated MOD Tools [First step into our R63 Illumina UI!]
Quote:
Originally Posted by
HabMoon
Don't really like it, on Modtools (I think that's because you got the open part at top) I also never understood why the freaking X was there, you aren't able to click those tools away xD.
I do like the signout confirm message though, goodluck with your project :-)
Well, to give your answer about the X, I think it was already in the style, so the style added it automatically, and habbo was cba to remove it, else, I don't really know.
-
Re: Illuminated MOD Tools [First step into our R63 Illumina UI!]
Use style 100 :] 101 has a shadow of like 10...
-
Re: Illuminated MOD Tools [First step into our R63 Illumina UI!]
Quote:
Originally Posted by
Divide
Use style 100 :] 101 has a shadow of like 10...
I know 100 exists. But a lot of times 100 is transparent (for me) and 101 isn't. But I will make this MOD tools in style 100 when i'm on my laptop (project isn't on my pc)
-
Re: Illuminated MOD Tools [First step into our R63 Illumina UI!]
I like it, but @Divide, is there an style 100 in the latest cracked habbo.swf on dcp.re ?
Quote:
Originally Posted by
djtroy39
I know 100 exists. But a lot of times 100 is transparent (for me) and 101 isn't. But I will make this MOD tools in style 100 when i'm on my laptop (project isn't on my pc)
Do you speak dutch?
-Butler
-
Re: Illuminated MOD Tools [First step into our R63 Illumina UI!]
Quote:
Originally Posted by
Butler
I like it, but @Divide, is there an style 100 in the latest cracked habbo.swf on dcp.re ?
Yes there is :}
-
Re: Illuminated MOD Tools [First step into our R63 Illumina UI!]
Quote:
Originally Posted by
Divide
Yes there is :}
Mhhh.. I don't like the colors of the Illumina very much,
I'll think I will make my own style.
At least I will try.
-Butler
-
Re: Illuminated MOD Tools [First step into our R63 Illumina UI!]
Quote:
Originally Posted by
Butler
Mhhh.. I don't like the colors of the Illumina very much,
I'll think I will make my own style.
At least I will try.
-Butler
If I'm honest, I think it's not that hard.
@Your other comment: Yes I speak Dutch.
-
Re: Illuminated MOD Tools [First step into our R63 Illumina UI!]
Quote:
Originally Posted by
djtroy39
If I'm honest, I think it's not that hard.
@Your other comment: Yes I speak Dutch.
What is your retro link?
-
Re: Illuminated MOD Tools [First step into our R63 Illumina UI!]
Quote:
Originally Posted by
FlyHotel
What is your retro link?
I dont have, I am creating an own emulator from scratch and until it's done: no hotel.
-
Re: Illuminated MOD Tools [First step into our R63 Illumina UI!]
Quote:
Originally Posted by
djtroy39
I dont have, I am creating an own emulator from scratch and until it's done: no hotel.
R63B emu?
-
Re: Illuminated MOD Tools [First step into our R63 Illumina UI!]
Quote:
Originally Posted by
FlyHotel
R63B emu?
Yes..:P