#ed_alloc no free edicts

1 messages · Page 1 of 1 (latest)

crimson knoll
#

How can i fix this? While opening a map in Sourcefilmaker that i downloaded in the gmod workshop i got this (ed_alloc no free edicts")from what i saw on reddit it's because there is too much props dynamic or smth like that.

crude egret
#

An edict is any entity that both the server and client need to keep track of - for example, players, dynamic & physics props, etc.

#

There's a hard limit of 2048 edicts before the game crashes

#

iirc gmod raises this limit which is probably why it loads in that game

#

but SFM has the lower 2k limit

#

your options are:

  1. find a different map
  2. decompile the map, remove a bunch of edicts, recompile
  3. use stripper to remove some edicts
  4. find a version of SFM with a higher edict limit - no idea if this exists