View Single Post
.Dare Devil.
Veteran Member
Join Date: Sep 2010
Old 05-29-2015 , 08:40   Re: How to make 700 sprites visible all over the map???
Reply With Quote #6

Even by changing the maximum amount of how many entities server can handle, you can't
change how many of them can be visible at once.

You just try that TE_SPRITETRAIL message out and see how many particles it allows.

If you know how blockmaker mod works then i edited that mod so you could have much much more block
entities.

All special blocks were entities and normal blocks where displayed with TE_PROJECTILE message
so i was able to have 512 normal blocks + 255 - ( player, w weapon, map entity's models that were visible )


Btw, be sure that you don't send too many messages at one server frame.
Other ways there will going to be problem. Problem may not appear if you test alone but when
there are players then player's client would crash.
.Dare Devil. is offline