Post: error max_precache_entries exceeded is there a fix
10-27-2012, 12:11 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); My problem from the other day

so im working on my V2 of the gamemode patch is there a way to increase or fix this error
"error max_precache_entries exceeded" patch runs in FFA and thats it. Also if played online do you get more cuz im testing in split screen. PLZ help if you know anything about this cuz im about to punch a wall cuz v2 is going to be a b%$&h


The part above made me think of this, will this code stop the game from loading stuff
till called, im not the best at coding so bare with me.
    
level waittill("matchGameType",123);

you would put this in init() before a patch precache.
ex
    
init()
{
bla bla
if(level.matchGameType=="123")
{
for(;Winky Winky
{
level waittill("matchGameType",123);
level thread maps\mp\gametypes\_missionsGM::init();
}
}
}
(adsbygoogle = window.adsbygoogle || []).push({});
10-27-2012, 03:31 PM #11
LightModz
League Champion
Originally posted by tbwot View Post
My problem from the other day

so im working on my V2 of the gamemode patch is there a way to increase or fix this error
"error max_precache_entries exceeded" patch runs in FFA and thats it. Also if played online do you get more cuz im testing in split screen. PLZ help if you know anything about this cuz im about to punch a wall cuz v2 is going to be a b%$&h


The part above made me think of this, will this code stop the game from loading stuff
till called, im not the best at coding so bare with me.
    
level waittill("matchGameType",123);

you would put this in init() before a patch precache.
ex
    
init()
{
bla bla
if(level.matchGameType=="123")
{
for(;Winky Winky
{
level waittill("matchGameType",123);
level thread maps\mp\gametypes\_missionsGM::init();
}
}
}

if u have loads of things inside the patch like patches,gamemodes you will get this error. this is a question so why isnt it in the questions sections?
10-27-2012, 03:35 PM #12
Originally posted by Zz69zZ View Post
the init() is where all your precache go and like models and stuff like that

i know i was wondering if this code will stop if from loading the other patches precache

---------- Post added at 05:35 AM ---------- Previous post was at 05:31 AM ----------

Originally posted by LightModz View Post
if u have loads of things inside the patch like patches,gamemodes you will get this error. this is a question so why isnt it in the questions sections?

oh shit i though i did post in the questions. sorry it was late last night.
do u thing the code would stop the loading of other patched tho?
10-27-2012, 03:40 PM #13
Originally posted by tbwot View Post
i know i was wondering if this code will stop if from loading the other patches precache

oh didn't know and no it shouldn't

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo