HelpEditing client connection message - how is it done?

Posts 1–8 of 8 · Page 1 of 1
Editing client connection message - how is it done?
Hey I am planning on making a few new releases I was wondering if there was a thread explaining how to edit the name of the client found in the bottom left corner EG, "CrazyClient 123.2" or (12.3)

i searched and searched but could not find a thread if anyone can link me or tell me what file to look in i would really appreciate it thanks XD
In the latest release AssembleeGameClient1369861973.swf its found in _-x-/_-00K

trait const QName(PrivateNamespace("*", "_-x-:_-00K/instance"), "_-Bf") type QName(PackageNamespace("", "#0"), "String") value Utf8("RotMG #{VERSION}.{MINOR}") end

"RotMG #{VERSION}.{MINOR}" <<== this is the part you want to change

And to add colour (check online for other colours) use: <font color='#00FFFF'> YOUR TEXT HERE </font>
e.g.

"<font color='#00FFFF'>MAC OSX </font>#{VERSION}.{MINOR}" <<== this will make it MAC OSX

You can also use multiple instances of the colour:
e.g.

"<font color='#00ffff'>M</font><font color='#00ff00'>A</font><font color='#ff00ff'>C</font>#{VERSION}.{MINOR}"

This will make it: MAC

You can remove the version and the minor if you dont want the version number to show.
Quote Originally Posted by Cyeclops View Post
In the latest release AssembleeGameClient1369861973.swf its found in _-x-/_-00K

trait const QName(PrivateNamespace("*", "_-x-:_-00K/instance"), "_-Bf") type QName(PackageNamespace("", "#0"), "String") value Utf8("RotMG #{VERSION}.{MINOR}") end

"RotMG #{VERSION}.{MINOR}" <<== this is the part you want to change

And to add colour (check online for other colours) use: <font color='#00FFFF'> YOUR TEXT HERE </font>
e.g.

"<font color='#00FFFF'>MAC OSX </font>#{VERSION}.{MINOR}" <<== this will make it MAC OSX

You can also use multiple instances of the colour:
e.g.

"<font color='#00ffff'>M</font><font color='#00ff00'>A</font><font color='#ff00ff'>C</font>#{VERSION}.{MINOR}"

This will make it: MAC

You can remove the version and the minor if you dont want the version number to show.
Thank you so much for you time
....but....and i hate to be a burden, i have been looking for the past 20 mins or so using, sothink decompiler and rabcdasm in so many place... I am doing it wrong arnt I?? what should i be using?
RABCDasm is right, when you decompile the .swf it will create a client-1 folder << this folder contains all sub directories with all the files needed for you to edit.

Directly inside the client-1 folder you should see another folder named _-x- (towards the bottom) and inside that folder will be a file named _-00K.class.asasm

Open that file using a text/code editor, look for the line(s) i posted first, change, compile, test....

Another tool that might be handy if you are using Windows, might be 'Astrogrep'
I do it with yogda, just search what it originally says down there and edit that string to say what you want. Cyeclops' tip for colors is also good to make it look cool.
Quote Originally Posted by CrazyJani View Post
I do it with yogda, just search what it originally says down there and edit that string to say what you want. Cyeclops' tip for colors is also good to make it look cool.
I'v never used yogda before, i downloaded it and loaded the client but when i searched what it says down there nothing came up, do you mean for example on your own client "CrazyClient", I would simple search "CrazyClient" in the main search bar at the top left of the default screen layout??
Yes, but make sure you get the capitol's right, if you search for crazyjani you won't find anything on a client with the connection message CrazyJani.
@drsandman
Not really, I used the technique to color all the letters with diffirent colors, but other that that it should work
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?