Well it's been ages since I last worked on RSPS as much as now.. and a lot things changed.. now. my first problem is probably simpliest one ever.. but..
I was trying to add Deemed's Welcome screen, i added his methods(the ones needed) and replaced the ones I already had.. BUT!
Code:
.\RSInterface.java:240: addSprite(int,int,java.lang.String) in RSInterface canno
t be applied to (int,java.lang.String)
addSprite(19001, "WelcomeB");
^
.\RSInterface.java:244: addSprite(int,int,java.lang.String) in RSInterface canno
t be applied to (int,java.lang.String)
addSprite(19005, "LargeO");
^
.\RSInterface.java:245: addSprite(int,int,java.lang.String) in RSInterface canno
t be applied to (int,java.lang.String)
addSprite(19006, "MediumO");
^
.\RSInterface.java:246: addSprite(int,int,java.lang.String) in RSInterface canno
t be applied to (int,java.lang.String)
addSprite(19007, "SmallO");
^
.\RSInterface.java:347: imageLoader(int,java.lang.String) in RSInterface cannot
be applied to (java.lang.String)
tab.sprite1 = imageLoader(imageName);
^
.\RSInterface.java:348: imageLoader(int,java.lang.String) in RSInterface cannot
be applied to (java.lang.String)
tab.sprite2 = imageLoader(imageName);
^
.\RSInterface.java:382: imageLoader(int,java.lang.String) in RSInterface cannot
be applied to (java.lang.String)
tab.sprite1 = imageLoader(name);
^
.\RSInterface.java:383: imageLoader(int,java.lang.String) in RSInterface cannot
be applied to (java.lang.String)
tab.sprite2 = imageLoader(name);
^
.\RSInterface.java:427: imageLoader(int,java.lang.String) in RSInterface cannot
be applied to (java.lang.String)
tab.sprite1 = imageLoader(spriteName);
^
.\RSInterface.java:428: imageLoader(int,java.lang.String) in RSInterface cannot
be applied to (java.lang.String)
tab.sprite2 = imageLoader(spriteName);
^
10 errors
Jatka painamalla mitä tahansa näppäintä . . .
I've got absolutely no idea what that means. I've never seen such error.
OK, my second error is that I tried to add fucking huge bundle of models BUT somewhy the female models WONT load. like, i changed my char to male to test if they worked, and like 80% of them worked with male.
^ I'm going to have a look into that myself as well as converting some other ints.
ok.. and the last thing. where could I get HUGE bundle of methods for interfaces (addText and such) like all the ones that are useful.