SolvedSeraph Dominion UI Coloring

Posts 1–14 of 14 · Page 1 of 1
Seraph Dominion UI Coloring
Hey guys,

So recently I have been working on developing the seraph dominion source, and I was wondering if anyone could explain how to change the colors of the user interface from red to other colors.

Any help is greatly appreciated.

Thanks
Get a color picker, get the hex of the color on the client. CTRL + SHIT + F then put that hex. Change the values you find.
hm... I tried what you said. so i went and got the color of the background of the client (#500C00), opened the client in intellij idea, but when i did ctrl + shift + f and entered that in, it said no instances were found. Any ideas?
Quote Originally Posted by WizzySoPro View Post
hm... I tried what you said. so i went and got the color of the background of the client (#500C00), opened the client in intellij idea, but when i did ctrl + shift + f and entered that in, it said no instances were found. Any ideas?
Decompile it using the rabcdasm kierze, use a color picker like paint.net and then convert it to hexadecimal and search using astrogrep inside the folder where it decompiled for it.
Quote Originally Posted by WizzySoPro View Post
hm... I tried what you said. so i went and got the color of the background of the client (#500C00), opened the client in intellij idea, but when i did ctrl + shift + f and entered that in, it said no instances were found. Any ideas?
Try to search without the #
Quote Originally Posted by cxydsaewq View Post


Try to search without the #
Yeah, if that doesn't work add 0x as a prefix.
Quote Originally Posted by Lxys View Post
Yeah, if that doesn't work add 0x as a prefix.
Some colors are in decimal.
Quote Originally Posted by BlackRayquaza View Post
Some colors are in decimal.
ok, so I tried seraching using hexadecimal, 0x, with and without the #, and astrogrep still found nothing. however, I think it may be a problem with the rabcdasm. When I decompressed the client, instead of putting it all into client-1 as it normally does, it made 1208 client.abc files. will that cause an issue? I'm sorry if its a very dumb question but I've never had this error before.
ok. I'll try it right away. Thanks!

- - - Updated - - -

AstroGrep didnt find anything. I don't know what i'm doing wrong
Quote Originally Posted by WizzySoPro View Post
ok. I'll try it right away. Thanks!

- - - Updated - - -

AstroGrep didnt find anything. I don't know what i'm doing wrong
Did you convert the number to hexadecimal?
What are you talking about @Luis xd he's using SD, why decompile the .swf using rabcdasm when the SD client source is provided..

Anyways, @ OP take a screenshot of the color you want to change, open the screenshot in paint.net or something, find the hex color, ctrl+shift+f (search) in intellij for that hex color, and it will take you all places that hex color is found, if you want to change the red side bar (in SD client, since that is what you're using) there will be a lot of occurrences found, change them all, only because that red on the side bar is used for multiple things, the side bar, the login panel, register panel, all panels basically, etc. but changing something like the color of name on the side bar it will only be in one place, sometimes the same color can be used for different things in client, look around each file it brings you to to find out what it's used for to make sure you're on the right file with the hex color in it. like if you see something like playerName.text = player.username; for example and then above it is a hex code in the parameters of the simpletext line, that is obviously the hex color code for the players name on side bar in-game.
Quote Originally Posted by Riigged View Post
What are you talking about @Luis xd he's using SD, why decompile the .swf using rabcdasm when the SD client source is provided..

Anyways, @ OP take a screenshot of the color you want to change, open the screenshot in paint.net or something, find the hex color, ctrl+shift+f (search) in intellij for that hex color, and it will take you all places that hex color is found, if you want to change the red side bar (in SD client, since that is what you're using) there will be a lot of occurrences found, change them all, only because that red on the side bar is used for multiple things, the side bar, the login panel, register panel, all panels basically, etc. but changing something like the color of name on the side bar it will only be in one place, sometimes the same color can be used for different things in client, look around each file it brings you to to find out what it's used for to make sure you're on the right file with the hex color in it. like if you see something like playerName.text = player.username; for example and then above it is a hex code in the parameters of the simpletext line, that is obviously the hex color code for the players name on side bar in-game.
Meh, it works anyway, he said it looked inside it. Maybe I'm thinking of fabs.
Quote Originally Posted by Luis View Post
Meh, it works anyway, he said it looked inside it. Maybe I'm thinking of fabs.
Of course it works, but it's way more complicated then just using the as3 client source
One week since this thread has been replied to, this has been closed.

If you would like this thread re-opened, PM a staff member.
Posts 1–14 of 14 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?