Raised This Month: $51 Target: $400
 12% 

Solved EXCEED That 512 Precache Limit


Post New Thread Reply   
 
Thread Tools Display Modes
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 07-14-2017 , 03:10   Re: EXCEED That 512 Precache Limit
Reply With Quote #11

Quote:
Originally Posted by NITRO_GOD View Post
Yep that does not work its not possible to exceed the 512 limit unless you replace the engine itself
Not even then, it's hardcoded in client too, if I'm not wrong.
__________________
HamletEagle is offline
D3XT3R
AlliedModders Donor
Join Date: Nov 2016
Location: Lithuania, Bomb A (Kauna
Old 07-14-2017 , 08:41   Re: EXCEED That 512 Precache Limit
Reply With Quote #12

unprechase sounds whitch already in client side will give more space.
__________________
D3XT3R is offline
Send a message via Skype™ to D3XT3R
NITRO_GOD
Member
Join Date: Mar 2017
Location: De_dust2
Old 07-14-2017 , 09:20   Re: EXCEED That 512 Precache Limit
Reply With Quote #13

Quote:
Originally Posted by D3XT3R View Post
unprechase sounds whitch already in client side will give more space.
Umm explain please? Which sounds
__________________
My Work in zppv [RaDNoX] http://zppv.boards.net/thread/2562/m...tems-zp-radnox

Join zppv for help in Zombie Plague!
NITRO_GOD is offline
Send a message via Skype™ to NITRO_GOD
Ayman Khaled
Senior Member
Join Date: Mar 2017
Location: Palestine
Old 07-14-2017 , 11:00   Re: EXCEED That 512 Precache Limit
Reply With Quote #14

you can unprecache models and sprites you don't use, then you will get some space to add more models , sprites.
example :
PHP Code:
new const UnPrecache_ModelList[50][] =
{
    
"models/w_battery.mdl",
    
"models/shield/p_shield_deagle.mdl",
    
"models/shield/p_shield_fiveseven.mdl",
    
"models/shield/p_shield_flashbang.mdl",
    
"models/shield/p_shield_glock18.mdl",
    
"models/shield/p_shield_hegrenade.mdl",
    
"models/shield/p_shield_knife.mdl",
    
"models/shield/p_shield_p228.mdl",
    
"models/shield/p_shield_smokegrenade.mdl",
    
"models/shield/p_shield_usp.mdl",
    
"models/shield/v_shield_deagle.mdl",
    
"models/shield/v_shield_fiveseven.mdl",
    
"models/shield/v_shield_flashbang.mdl",
    
"models/shield/v_shield_glock18.mdl",
    
"models/shield/v_shield_hegrenade.mdl",
    
"models/shield/v_shield_knife.mdl",
    
"models/shield/v_shield_p228.mdl",
    
"models/shield/v_shield_smokegrenade.mdl",
    
"models/shield/v_shield_usp.mdl",
    
"models/w_antidote.mdl",
    
"models/w_security.mdl",
    
"models/w_longjump.mdl",
    
"sprites/zerogxplode.spr",
    
"sprites/WXplo1.spr",
    
"sprites/steam1.spr",
    
"sprites/bubble.spr",
    
"sprites/bloodspray.spr",
    
"sprites/blood.spr",
    
"sprites/smokepuff.spr",
    
"sprites/eexplo.spr",
    
"sprites/fexplo.spr",
    
"sprites/fexplo1.spr",
    
"sprites/b-tele1.spr",
    
"sprites/c-tele1.spr",
    
"sprites/ledglow.spr",
    
"sprites/laserdot.spr",
    
"sprites/explode1.spr"
}

new const 
UnPrecache_SoundList[27][] =
{
    
"items/suitcharge1.wav",
    
"items/suitchargeno1.wav",
    
"items/suitchargeok1.wav",
    
"common/wpn_hudoff.wav",
    
"common/wpn_hudon.wav",
    
"common/wpn_moveselect.wav",
    
"player/geiger6.wav",
    
"player/geiger5.wav",
    
"player/geiger4.wav",
    
"player/geiger3.wav",
    
"player/geiger2.wav",
    
"player/geiger1.wav  ",
    
"weapons/bullet_hit1.wav",
    
"weapons/bullet_hit2.wav",
    
"items/weapondrop1.wav",
    
"weapons/generic_reload.wav",
    
"buttons/bell1.wav",
    
"buttons/blip1.wav",
    
"buttons/blip2.wav",
    
"buttons/button11.wav",
    
"buttons/latchunlocked2.wav",
    
"buttons/lightswitch2.wav",
    
"ambience/quail1.wav",
    
"events/tutor_msg.wav",
    
"events/enemy_died.wav",
    
"events/friend_died.wav",
    
"events/task_complete.wav"

__________________

Last edited by Ayman Khaled; 07-14-2017 at 11:06.
Ayman Khaled is offline
DjSoftero
Veteran Member
Join Date: Nov 2014
Location: Lithuania
Old 07-14-2017 , 14:44   Re: EXCEED That 512 Precache Limit
Reply With Quote #15

use this to partialy solve your problem.
http://gamebanana.com/gamefiles/4165

it the thing Ayman Khaled suggests
__________________
retired chump

Last edited by DjSoftero; 07-14-2017 at 14:45.
DjSoftero is offline
blanko
Senior Member
Join Date: Aug 2008
Old 07-14-2017 , 21:58   Re: EXCEED That 512 Precache Limit
Reply With Quote #16

Quote:
Originally Posted by DjSoftero View Post
use this to partialy solve your problem.
http://gamebanana.com/gamefiles/4165

it the thing Ayman Khaled suggests
AGAIN THIS CRAP? IT DOESN'T WORK!!! And hacks are forbidden here!
__________________
blanko is offline
Old 07-15-2017, 04:09
Ayman Khaled
This message has been deleted by Ayman Khaled. Reason: nevermind
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 07-15-2017 , 05:11   Re: EXCEED That 512 Precache Limit
Reply With Quote #17

Quote:
Originally Posted by blanko View Post
AGAIN THIS CRAP? IT DOESN'T WORK!!! And hacks are forbidden here!
There's no hack, lol. It unprecache some files, so it should give you a bit more space.
__________________
HamletEagle is offline
baneado
Veteran Member
Join Date: Dec 2012
Location: amxmodx-es.com
Old 07-15-2017 , 08:53   Re: EXCEED That 512 Precache Limit
Reply With Quote #18

Quote:
Originally Posted by blanko View Post
AGAIN THIS CRAP? IT DOESN'T WORK!!! And hacks are forbidden here!
It works.
The plugin gives more precache space for your server unprecaching other files.
But limit is still there and you can't bypass it
baneado is offline
NITRO_GOD
Member
Join Date: Mar 2017
Location: De_dust2
Old 07-15-2017 , 11:30   Re: EXCEED That 512 Precache Limit
Reply With Quote #19

Quote:
Originally Posted by baneado View Post
It works.
The plugin gives more precache space for your server unprecaching other files.
But limit is still there and you can't bypass it
Yes that plugin hardly makes any difference anyways thank you all Really appreciate it
__________________
My Work in zppv [RaDNoX] http://zppv.boards.net/thread/2562/m...tems-zp-radnox

Join zppv for help in Zombie Plague!
NITRO_GOD is offline
Send a message via Skype™ to NITRO_GOD
D3XT3R
AlliedModders Donor
Join Date: Nov 2016
Location: Lithuania, Bomb A (Kauna
Old 07-15-2017 , 17:13   Re: EXCEED That 512 Precache Limit
Reply With Quote #20

Quote:
Originally Posted by HamletEagle View Post
There's no hack, lol. It unprecache some files, so it should give you a bit more space.
You are right Sir! that what i was want explain it from first post in this thread!!!
__________________
D3XT3R is offline
Send a message via Skype™ to D3XT3R
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:49.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode