i've done this tutorial : rune - server.org/runescape-development/rs2-client/tutorials/403814-custom-login-screen.html
when i start my client it looks like :
[IMG]http://i.imgur.com/iw25uzs.png[/IMG]
i am using simplicity v2's client
i've noticed he is using a sprite to replace his background so he removed almost everything in the method logo drawlogo
[CODE]private void drawLogo() {
byte abyte0[] = titleStreamLoader.getDataForName("title.dat");
new Sprite(abyte0, this);
System.gc();
}[/CODE]
how he loaded the sprites :
[QUOTE]
1. backgroundWorld1 = new Sprite("world1");
2. backgroundWorld1.drawSprite(0, 0);
3. backgroundWorld1 = null;
4. private Sprite backgroundWorld1;
[/QUOTE]
idk what to do:(
everything worked fine except for the background:(:(:(:(:(:(:(:(
i've done this tutorial : rune - server.org/runescape-development/rs2-client/tutorials/403814-custom-login-screen.html
when i start my client it looks like :
[IMG]http://i.imgur.com/iw25uzs.png[/IMG]
i am using simplicity v2's client
i've noticed he is using a sprite to replace his background so he removed almost everything in the method logo drawlogo
[CODE]private void drawLogo() {
byte abyte0[] = titleStreamLoader.getDataForName("title.dat");
new Sprite(abyte0, this);
System.gc();
}[/CODE]
how he loaded the sprites :
[QUOTE]
1. backgroundWorld1 = new Sprite("world1");
2. backgroundWorld1.drawSprite(0, 0);
3. backgroundWorld1 = null;
4. private Sprite backgroundWorld1;
[/QUOTE]
idk what to do:(
everything worked fine except for the background:(:(:(:(:(:(:(:(
Share this post
Link to post
Share on other sites