Hey.
I was trying to add a custom background to the client, but it seems things have changed by years.
I found the sprite in the cache, but it is not loaded from there.
Code:
titleStreamLoader = streamLoaderForName(1, "title screen", "title", expectedCRCs[1], 25);
aBackground_966 = new Background(titleStreamLoader, "titlebox", 0);
aBackground_967 = new Background(titleStreamLoader, "titlebutton", 0);
titleBox = new Background(titleStreamLoader, "titlebox", 0);
boxHover = new Sprite(titleStreamLoader, "titlebox", 1);
titleButton = new Background(titleStreamLoader, "titlebutton", 0);
loginHover = new Sprite(titleStreamLoader, "titlebutton", 1);
I guess that is loaded from cache. Anyhow my Cache Suite does not work with the cache I have. Any other way to load it from there?
Spike112