Anyone?....
|
|

Well I Cache packed 508 maps and objects, and fixed most of the errors. Now someone said i need to update my model header? Idk how todo that. Im loading 474 data except 508 maps and objects. what classes should be edited. Could someone edit my model.java? Or is their more needed?
Here is my model.java
[Only registered and activated users can see links. ]
I now get an error about the outofbounds
Anyone?

Anyone?....

Ok so after tampering with objectdef.java. now i just get this.
I changed buffer.currentOffset = streamIndices[i + 50000];//what
} catch(Exception e) {
e.printStackTrace();
}
and
public static void unpackConfig(StreamLoader streamLoader)
{
buffer = new Stream(streamLoader.getDataForName("loc.dat"));
Stream buffer = new Stream(streamLoader.getDataForName("loc.idx"));
int totalObjects = buffer.readUnsignedWord();
System.out.println("508 Object Amount: " + totalObjects);
streamIndices = new int[totalObjects + 50000]; //what
now i just get blank maps with no objects?
[Only registered and activated users can see links. ]
| « Join a clan chat everytime u log in. | Whats the Problem? » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |