gamemode and filterscript
#1

So all my script were placed in 1 filterscript and the gamemode contains ONLY CreateObjects nothing else.
More details of the filterscript: it contains around 7k lines.
gamemode contains: 500 less lines.


My questions is.

Does it affect the gameplay?

Do you think if I move all the script inside filterscript to gamemode it will make the game more fast and better?

Are there any danger if I use my filterscript as gamemode?
---

For now I haven't seen any lag, bug or crash but at least I wanna see the difference.

EDIT: Whoever concerned why all my script were in the filterscript, because I use a mysql admin system which is a filterscript and I just add,add,add until it became 7k lines.


R.I.P english
Reply
#2

Does it affect the gameplay?
No

Do you think if I move all the script inside filterscript to gamemode it will make the game more fast and better?
Maybe, but not much

Are there any danger if I use my filterscript as gamemode?
No, the only thing is you can have 16fs max, but there is plugin for unlimited fs also.
Reply
#3

if you use a filterscript as the main script for the GM. Other FS can interrupt it more easily the a actual GM.
the same callbacks might not work in 1 place and in other they will, if you don't control them that is.

for real results in speed you can make test in (MS time) to see how fast function are performed.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)