What is Bether?
#1

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) ?
Reply
#2

it depends where do u want it to have nothing more.
but by the way, you can use max 16 filterscripts in a row.
Reply
#3

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?
Reply
#4

I personally think Filterscripts are better for big maps, using one Filterscripts for all maps is deffinetly good
Reply
#5

Quote:
Originally Posted by 4life4me
Посмотреть сообщение
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?
it's wont slow your server but, I prefer to add the scripts in gamemode.
Reply
#6

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.
Reply
#7

Filterscripts are meant for plug-n-play. What affects your performance is what you write.
Reply
#8

Quote:
Originally Posted by Gammix
Посмотреть сообщение
Filterscripts are meant for plug-n-play. What affects your performance is what you write.
Well said.
Reply
#9

Well thank you all for reply
Reply
#10

it s ok to keep them separated for modular things. But i usually preffer to have them all in one place
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)