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

Jailbreak MOD v2.7.0 (API SUPPORT) STABLE


Post New Thread Reply   
 
Thread Tools Display Modes
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 03-02-2022 , 14:02   Re: Jailbreak MOD v2.6.6 (API SUPPORT) Stable.
Reply With Quote #341

Quote:
Originally Posted by Natsheh View Post
Its sounds like youve a problem with the 512 precache limit i really can't do anything about it.
Actually there's a lot you can do about it if you use your precache methods efficiently. What I mean by this is, you should precache client-side files with precache_generic() because this method does not add towards the 512 limit.

From a quick glance, I saw about ~40 lines where you can save up resources by updating this (those lines may include multiple files), which includes:
- player models (since they are always set client-side)
- sounds that are played using client_cmd()

PS - I would recommend simply using an external link to download the mod instead of the current frustrating process that not many understand and will simply give up rather than try to figure it out.
It's literally the same thing, but with only 1 click.
__________________

Last edited by OciXCrom; 03-02-2022 at 14:05.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Natsheh
Veteran Member
Join Date: Sep 2012
Old 03-03-2022 , 06:41   Re: Jailbreak MOD v2.6.6 (API SUPPORT) Stable.
Reply With Quote #342

You cant use precache_generic to precache models such as player models andor view models or player models or any model that has a pointer to the precache models array, i have already tested it and it will result in a crash, the best way to avoid such a problem is by unprecaching useless resources and submerging all the models into one file.

About the download process ill release the mod on GitHub.

In addition i won't recommend using the current mod since it has alot of bugs that will result in a crash such as index out of bounds and some other problem that has to do with unhooking some hooks inconsistently.
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !


Last edited by Natsheh; 03-03-2022 at 06:46.
Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 03-03-2022 , 15:04   Re: Jailbreak MOD v2.6.6 (API SUPPORT) Stable.
Reply With Quote #343

Quote:
Originally Posted by Natsheh View Post
You cant use precache_generic to precache models such as player models andor view models or player models or any model that has a pointer to the precache models array, i have already tested it and it will result in a crash, the best way to avoid such a problem is by unprecaching useless resources and submerging all the models into one file.

About the download process ill release the mod on GitHub.

In addition i won't recommend using the current mod since it has alot of bugs that will result in a crash such as index out of bounds and some other problem that has to do with unhooking some hooks inconsistently.
I've literally been precaching player models with precache_generic() for years and tested it with 1000 player models at once just to make sure I'm right. The servers where I have done this are still alive today and working without any issues.

So unless you're doing something special with said models, using precache_generic() works just fine if you're applying them with cs_set_user_model() or set_user_info() or a similar method.
__________________

Last edited by OciXCrom; 03-03-2022 at 15:04.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Shadows Adi
AlliedModders Donor
Join Date: Aug 2019
Location: Romania
Old 03-03-2022 , 16:34   Re: Jailbreak MOD v2.6.6 (API SUPPORT) Stable.
Reply With Quote #344

You can use the unprecacher delivered with this: https://github.com/ShadowsAdi/PrecacheList .
I will make soon an orpehu alternative for precache list too.
__________________


Accepting Paid Requests, contact PM.

MVP Of The Round View project on GITHUB / AlliedModders
CSGO REMAKE ~ CSGO MOD [STABLE + SOURCE CODE]
Shadows Adi is offline
Natsheh
Veteran Member
Join Date: Sep 2012
Old 03-03-2022 , 20:35   Re: Jailbreak MOD v2.6.6 (API SUPPORT) Stable.
Reply With Quote #345

Quote:
Originally Posted by Shadows Adi View Post
You can use the unprecacher delivered with this: https://github.com/ShadowsAdi/PrecacheList .
I will make soon an orpehu alternative for precache list too.
I am already using https://forums.alliedmods.net/showthread.php?t=259880 Precache kit by Jhob with a small modification its the same as yours, i don't know what are you trying to do but it will be also to just merge most of the models into 1 file.
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !


Last edited by Natsheh; 03-03-2022 at 20:35.
Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
Powerlovent
New Member
Join Date: May 2022
Old 05-25-2022 , 15:20   Re: Jailbreak MOD v2.6.6 (API SUPPORT) Stable.
Reply With Quote #346

Quote:
Originally Posted by Natsheh View Post
I am already using https://forums.alliedmods.net/showthread.php?t=259880 Precache kit by Jhob with a small modification its the same as yours, i don't know what are you trying to do but it will be also to just merge most of the models into 1 file.

download link?
Powerlovent is offline
Mader_
New Member
Join Date: Jun 2022
Old 06-05-2022 , 21:12   Re: Jailbreak MOD v2.6.6 (API SUPPORT) Stable.
Reply With Quote #347

fix link!!
Mader_ is offline
NarutoAzores
Junior Member
Join Date: Sep 2018
Old 06-09-2022 , 05:58   Re: Jailbreak MOD v2.6.6 (API SUPPORT) Stable.
Reply With Quote #348

link?
NarutoAzores is offline
Soheyb
Junior Member
Join Date: Feb 2022
Old 07-06-2022 , 17:56   Re: Jailbreak MOD v2.6.6 (API SUPPORT) Stable.
Reply With Quote #349

Quote:
Originally Posted by Natsheh View Post
I am already using https://forums.alliedmods.net/showthread.php?t=259880 Precache kit by Jhob with a small modification its the same as yours, i don't know what are you trying to do but it will be also to just merge most of the models into 1 file.
We need Link Download Bro
Soheyb is offline
FARZAD_BLACK
Junior Member
Join Date: Dec 2020
Location: Iran is Always Eternal
Old 11-17-2022 , 02:17   Re: Jailbreak MOD v2.6.6 (API SUPPORT) Stable.
Reply With Quote #350

hi.
Sorry, I can't find the download link.
Can someone please put the download link again?
__________________
I am FARZAD_BLACK.
Founder of FG Studio
My website
FARZAD_BLACK is offline
Reply


Thread Tools
Display Modes

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 03:02.


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