Jump to content

Featured Replies

Posted
comment_15815

hey guys, i am currently working on a custom server, im having an issue, certain model ids are very high in my cache, and in the client anything over around 75000 makes my client crash and cant login till i change the id, anyway to make it so it doesnt do that?

  • 9 months later...
  • 10 months later...
comment_34905

Change the amount of models the cache loads also i would recommend also changing the amount of poly that is loaded 

Within your client go to models.java and replace these values:

public static int anIntArrayArray1674[][] = new int[12][65535];//maxPolygons1

     public static int anIntArray1675[] = new int[65535];//maxPolygons2

     public static int anIntArray1676[] = new int[65535];//maxPolygons3

Edited by omg fd up

Create an account or sign in to comment