Raised This Month: $ Target: $400
 0% 

offload plugins?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
makavelli
Senior Member
Join Date: Nov 2006
Location: Belgium
Old 02-19-2012 , 18:08   offload plugins?
Reply With Quote #1

is it true that there are some sort of offload plugins?
these plugins should have the function to disable some content for maps,
for example:
you can disable sounds for a map for the client to download and precache and still be able to play that map.

I hope you guys understand what i mean,
__________________
makavelli is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 02-20-2012 , 01:28   Re: offload plugins?
Reply With Quote #2

Quote:
Originally Posted by makavelli View Post
disable sounds for a map for the client to download and precache and still be able to play that map.
What does that mean?
__________________
fysiks is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 02-20-2012 , 02:03   Re: offload plugins?
Reply With Quote #3

Something like this ? http://forums.alliedmods.net/showthread.php?p=92459
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
makavelli
Senior Member
Join Date: Nov 2006
Location: Belgium
Old 02-20-2012 , 04:08   Re: offload plugins?
Reply With Quote #4

for example I have a map for players to download when they join my server, but in that map there are some files like sounds that I want to skip for the download and also skip for usage in the map, is there a way to take these away?

connor--> I'mn ot sure I dont really know what it is myself,
this is what I asked to my serverhost in a ticket:
Quote:
Have you noticed any pattern to the crashes? (for example, the server crashes when a player is killed)
I had made some small changes to my jb script and thats about it but now when I change the map to jb_snow the server crashes, when I restart the server it it doesnt crash.

I also changed to another map and that worked fine, It might be just for jb_snow, idk I only changed to 2 diffrent maps
Quote:
The listed error often occurs when custom map's .res files are being too long. You can either use a custom plugin to offload some of the maps specific downloads. It can also be caused by other custom plugins maxing out the content download limits. The only way to correct it is by reducing the amount of custom content in use.
So now I wanna use that plugin to disable some of the sounds used in jb_snow becous there are alot of them
__________________
makavelli is offline
Osama888
Member
Join Date: Nov 2011
Old 02-20-2012 , 13:33   Re: offload plugins?
Reply With Quote #5

he actually means like there a map called eg de_dust_long that map has some sounds and some other things , he wants a plugin that he can disable that for the person who is downloading but still the person can play that map without the downloaded sound !
Osama888 is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 02-20-2012 , 13:51   Re: offload plugins?
Reply With Quote #6

Sounds entities can be disabled like this :

PHP Code:
public plugin_precache()
{
    
RegisterHam(Ham_Spawn"ambient_generic""CAmbientGeneric_Spawn")
}

public 
CAmbientGeneric_SpawniEnt )
{
    
set_pev(iEntpev_message0)

Sounds won't be precached and downloaded (and played)
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
makavelli
Senior Member
Join Date: Nov 2006
Location: Belgium
Old 02-20-2012 , 13:58   Re: offload plugins?
Reply With Quote #7

but all sounds of that map then?
I need a plugin that can disable specific sounds and maybe other stuff,
Will the plugin that you sended here do that?
__________________
makavelli is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 02-20-2012 , 15:31   Re: offload plugins?
Reply With Quote #8

yes
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
makavelli
Senior Member
Join Date: Nov 2006
Location: Belgium
Old 02-20-2012 , 15:36   Re: offload plugins?
Reply With Quote #9

ok ty
__________________
makavelli is offline
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 22:08.


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