Page 1 of 1
Problems...
Posted: Sat Jan 17, 2009 6:25 pm
by vegati
My friend is making a map and he wants to know what the problem is. Here is the error:
Re: Problems...
Posted: Sat Jan 17, 2009 6:39 pm
by YaNkFaN
there isn't a problem that will crash your map but just change this line in your .lua to a higher number
SetMemoryPoolSize ("ClothData",20)
Re: Problems...
Posted: Sun Jan 18, 2009 3:12 pm
by vegati
Here is the entire thing he sent to me
Re: Problems...
Posted: Sun Jan 18, 2009 3:14 pm
by DarthD.U.C.K.
so - whats the problem?
Re: Problems...
Posted: Sun Jan 18, 2009 3:47 pm
by YaNkFaN
do you want to knwo how to fix those errors?
Re: Problems...
Posted: Sun Jan 18, 2009 4:18 pm
by vegati
yes please
Re: Problems...
Posted: Sun Jan 18, 2009 4:20 pm
by YaNkFaN
for the soldier animation errors add this to your .lua
SetMemoryPoolSize("SoldierAnimation", ###)
check the error log for the right number
everything else i believe can't be fixed and will not impact your map at all
Re: Problems...
Posted: Sun Jan 18, 2009 5:04 pm
by vegati
which .lua, tell me the name of it. Is it the addme or what?
Re: Problems...
Posted: Sun Jan 18, 2009 5:05 pm
by YaNkFaN
abcc_con.lua or abcg_con.lua
add it below this line
SetMaxPlayerFlyHeight (30)
Re: Problems...
Posted: Sun Jan 18, 2009 5:42 pm
by vegati
okay, thanks