Hi how Do I remove the Item Cap On these New Ascent Revisions.
I Tried searching for the Same method used in 3.8 but Its like they Removed storage.h or something
Can someone Tell me how to Change The Item Cap for 4300+ Revisions
Hi how Do I remove the Item Cap On these New Ascent Revisions.
I Tried searching for the Same method used in 3.8 but Its like they Removed storage.h or something
Can someone Tell me how to Change The Item Cap for 4300+ Revisions
Item cap???
Go into your source code, into the SRC folder, from there go to ascent-shared.
Open up storage.h
and go tochange that toCode:#define STORAGE_ARRAY_MAX 200000
Remember only 8 nines or it will **** ascent up.Code:#define STORAGE_ARRAY_MAX 99999999
They did not remove storage.h. I compiled ascent last night with 4379.
Your source is faulty.
Yea I found this while searching for it.
I had thought storage was Located Else where.