Posts: 4
Threads: 2
Joined: Jun 2017
Reputation:
0
im just person who does not know much about the script so i want to ask one question, where is it better to place a map, in gamemode or in filterscript?
or simply what is more optimized (gamemode) or (Filterscript) ?
Posts: 4
Threads: 2
Joined: Jun 2017
Reputation:
0
one more question if I use 16 filter scripts for a variety of reasons will that slow down the server?
or it's just maybe more optimized and bether to place all my work in one filterscript?
Posts: 3,133
Threads: 71
Joined: Dec 2013
Reputation:
0
Just using filterscripts on their own won't cause noticeable performance loss, it depends on the code being run. If you want to be able to reload mapping/modify the mapping script in real-time, you may want to use a filterscript.
Posts: 1,773
Threads: 47
Joined: Jan 2015
Reputation:
0
Filterscripts are meant for plug-n-play. What affects your performance is what you write.
Posts: 728
Threads: 109
Joined: May 2015
Reputation:
0
it s ok to keep them separated for modular things. But i usually preffer to have them all in one place