This will allow you to display what you see below in your client.
Purpose: To show the new RS logo that changes cords once loaded.
Difficulty: 2/10
Files Used: Client.java, Sprite.java
Base Used: Webbers renamed client
While loading
Once loaded
Part 1 "Client.java" renamed Only
Find the method "drawLogo()" and apply these 2 integers to it.
Code:
private void drawLogo(int cordX,int cordY)
Still in that same method find "logo" and replace it with.
Code:
sprite = new Sprite("logo.png");
Just below that you will see some thing like "aRSImageProducer_1107.initDrawingArea();" and right under that replace the next line with this.
Now find "EntityDef.clientInstance = this;" and below that replace the method call with this
Code:
drawLogo(208,5);
Now find this "TextDrawingArea aTextDrawingArea_1273 = new TextDrawingArea(true, "q8_full", titleStreamLoader);" and below that replace the method call with this.
Code:
drawLogo(214,23);
Now find "if(titleStreamLoader != null)" and just below that replace the method call with this
If you want the new Rs background then find "public Sprite(byte abyte0[], Component component)" and in that method replace "Toolkit.getDefaultToolkit().createImage(abyte 0);" with
I think that's all of it post if it doesn't work then I will know If I have missed any thing I don't think I have but just in case. Now all you need is the sprite.
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]
Enjoy
I am working on the new Scroll bar if you can help post [Only registered and activated users can see links. ]. You will get a copy of the script.
I didn't know that the new rs moved.. interesting.
That's pretty cool, but why not just keep the logo at the top anyways? Its not really that much different.
Tell that to Jagex I'm just remaking what they have made. Yea it is different because while loading there's a massive space from the logo to the loading bar that looks really strange