• How do I find out which addon is using the most networked values or is there any way to increase it?
    6 replies, posted
How do I find out which addon is using the most networked values or is there any way to increase it my addons wont load and will always yield the error: [CODE]Error creating 'ramp' (Make sure the file is AddCSLuaFile'd and there aren't any errors!) Error creating 'stargate_atlantis' (Make sure the file is AddCSLuaFile'd and there aren't any errors!) Error creating 'stargate_sg1' (Make sure the file is AddCSLuaFile'd and there aren't any errors!) Error creating 'ring_base_ancient' (Make sure the file is AddCSLuaFile'd and there aren't any errors!) Error creating 'ring_base_ancient' (Make sure the file is AddCSLuaFile'd and there aren't any errors!) Error creating 'ring_base_ancient' (Make sure the file is AddCSLuaFile'd and there aren't any errors!) Error creating 'ring_base_ancient' (Make sure the file is AddCSLuaFile'd and there aren't any errors!) Error creating 'ring_panel_goauld' (Make sure the file is AddCSLuaFile'd and there aren't any errors!) Error creating 'ring_panel_goauld' (Make sure the file is AddCSLuaFile'd and there aren't any errors!) Error creating 'ring_panel_goauld' (Make sure the file is AddCSLuaFile'd and there aren't any errors!) Error creating 'ring_panel_goauld' (Make sure the file is AddCSLuaFile'd and there aren't any errors!) R[/CODE] Pardon me if I've posted this in the wrong section. Thanks in advance.
No idea where you're getting this networked values stuff from but it looks like whatever entity is being created isn't being sent to the client.
Is there any way to fix this? I tried deleting my addons but its really slow but it works though.
Seems there is a new limit on the number of scripts you can send to a client, if I recall it's 2048 and looks to be a side effect of the new way client side scripts are sent (no more datapack). This sounds very similar to the [url=http://facepunch.com/showthread.php?t=532851]Stringtable overflow[/url] bug servers used to get a couple years back and I'm not sure if this limit could be raised or if Garry would even do it if he could. For now try to limit the amount of files that are being sent to client ( or just remove some unneeded addons ). [url=http://facepunch.com/showthread.php?t=1252427&p=39910898&viewfull=1#post39910898]You could also try compressing multiple scripts into one[/url] but I'm not sure how promising the results will be, its worth a shot none the less.
If he was hitting the limit it would say he'd hit the limit. Looks like the entity just doesn't exist to me.
That's strange. This only occurs when I have those big ass addons in my addons folder so i'll usually take em out to avoid this error. Sounds just like the lua file limit.
If he was hitting the limit it would say he'd hit the limit.
Sorry, you need to Log In to post a reply to this thread.