Author Message

RedCarDriver

us
Posts: 1211

Location: United States Arizona
Occupation: it's complicated... more complicated than my relationships
Age: 30
V$: 86310
#86427   2015-11-25 00:45          
Yes. I think you're confusing the two separate things that you have to do, with just being one thing, though.

You have to do two steps.

First, edit the RPK, and make a copy of one of those things you quoted. Change the typeid ("typeid 0x00000016") in your copy to something else, and remember that ID.

Then, go into your MainMenu.java file and make a copy of this line (which I'm making up, but somewhere in the code there has to be something that looks like this):
	final static int RID_GENERALBG = frontend:0x00C0r;
...except with GENERALBG changed for whatever name you want, and "0x00C0r;" changed for "[YOUR NEW TEXTURE TYPEID]r;". This should go at the top of the Java file with the rest of the lines that say "final static int".