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

Create Edict Fixer.


Post New Thread Reply   
 
Thread Tools Display Modes
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 04-07-2014 , 11:33   Re: Create Edict Fixer.
Reply With Quote #131

MM:S has no concept of engine-specific loading.
__________________
asherkin is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 04-07-2014 , 11:48   Re: Create Edict Fixer.
Reply With Quote #132

Quote:
Originally Posted by asherkin View Post
MM:S has no concept of engine-specific loading.
I was afraid you were going to say that, but I remembered seeing a bug about it ages ago and wasn't sure if it ever got implemented.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
kadet.89
Veteran Member
Join Date: Nov 2012
Location: Serbia
Old 04-09-2014 , 11:27   Re: Create Edict Fixer.
Reply With Quote #133

Unfortunately plugin hardly reduces the number of crashes.
What if delete edict numbered 2046 when the counter reaches 2047? I know it's not a good idea, but it can prevent a server crash.
And, as I can see, after round end some edicts don't destroyed...

Last edited by kadet.89; 04-10-2014 at 03:14.
kadet.89 is offline
Send a message via Skype™ to kadet.89
PresidentEvil
AlliedModders Donor
Join Date: Jun 2012
Old 06-21-2014 , 15:55   Re: Create Edict Fixer.
Reply With Quote #134

how would I install this on csgo
__________________
PresidentEvil is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 06-24-2014 , 14:21   Re: Create Edict Fixer.
Reply With Quote #135

Quote:
Originally Posted by PresidentEvil View Post
how would I install this on csgo
CS:GO has this built into the game engine so there's no point.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
PresidentEvil
AlliedModders Donor
Join Date: Jun 2012
Old 06-24-2014 , 21:19   Re: Create Edict Fixer.
Reply With Quote #136

Quote:
Originally Posted by Powerlord View Post
CS:GO has this built into the game engine so there's no point.
am I confused?


func_breakable (hoop2) at (-3635.150 -1611.990 1790.400) using obsolete or unknown material type.
func_physbox_multiplayer (soccer_ball) at (-2270.650 -164.520 215.000) using obsolete or unknown material type.
ED_Alloc: no free edicts
PreMinidumpCallback: updating dump comment
Uploading dump (in-process) [proxy '']
/tmp/dumps/crash_20140623214945_2.dmp
success = yes
response: CrashID=bp-a7042548-ec93-409a-bf80-14dc02140624
./exec_slayersjb.run: line 318: 16738 Segmentation fault (core dumped) $HL_CMD

warning: Could not load shared library symbols for linux-gate.so.1.
Do you need "set solib-search-path" or "set sysroot"?
email debug.log to [email protected]
Tue Jun 24 02:23:08 PDT 2014: Server Quit
__________________
PresidentEvil is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 06-25-2014 , 04:11   Re: Create Edict Fixer.
Reply With Quote #137

There is always a finite number of edicts, this extension just allows freed ones to be reused prematurely before it's safe to do so - you can still run out.
__________________
asherkin is offline
694372459
Member
Join Date: Aug 2012
Old 09-20-2014 , 21:39   Re: Create Edict Fixer.
Reply With Quote #138

it doen't support windows? D:
694372459 is offline
kadet.89
Veteran Member
Join Date: Nov 2012
Location: Serbia
Old 09-21-2014 , 05:54   Re: Create Edict Fixer.
Reply With Quote #139

694372459,

If you can't find the reason of this error, just add this 2 lines in your server.cfg

sv_lowedict_action 4
sv_lowedict_threshold 32

It'll prevent server crash by map change when there are only 32 free edicts left.
This extension only slightly reduces the likelihood of a server crash.

Last edited by kadet.89; 09-21-2014 at 05:54.
kadet.89 is offline
Send a message via Skype™ to kadet.89
SM9
Veteran Member
Join Date: Sep 2013
Location: United Kingdom
Old 09-21-2014 , 07:57   Re: Create Edict Fixer.
Reply With Quote #140

Quote:
Originally Posted by kadet.89 View Post
694372459,

If you can't find the reason of this error, just add this 2 lines in your server.cfg

sv_lowedict_action 4
sv_lowedict_threshold 32

It'll prevent server crash by map change when there are only 32 free edicts left.
This extension only slightly reduces the likelihood of a server crash.
Or you could add this alongside this plugin.
https://forums.alliedmods.net/showthread.php?t=247684
SM9 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 04:48.


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