Posts: 120
Threads: 36
Joined: May 2009
Reputation:
0
So, I started thinking..
There are so many Filterscripts out there, that they replace most components of Gamemodes.
If you played the cards correctly, is it possible to create a gamemode from strictly Filterscripts.
Of course you would have to have an extremely basic GM.
But is it possible to do this with a blank one?
Posts: 1,070
Threads: 12
Joined: Jun 2009
Reputation:
0
You can not create a gamemode without the gamemode functions. But you can add filterscripts to your gamemode.
Posts: 309
Threads: 9
Joined: Apr 2009
Reputation:
0
Why you just thought of that?
Posts: 120
Threads: 36
Joined: May 2009
Reputation:
0
I was just curious and thought I would get a discussion going about it.
I wonder how something like this would turn out...
Posts: 651
Threads: 15
Joined: Nov 2007
Reputation:
0
Blank gm is possible, only you need is main{}(but will get 1 warning).
Using OnGameModeInit in fs is allowed and has the same effect.
Posts: 1,938
Threads: 16
Joined: Feb 2007
Reputation:
0
or just click 'new' in pawno and run that script.. You just have to set the spawn and the rest you can do through FSs
Posts: 384
Threads: 20
Joined: Mar 2008
Reputation:
0
Yes but some things can only be done via the GameMode
Posts: 1,938
Threads: 16
Joined: Feb 2007
Reputation:
0
Agreed, but you have to put those things in the main GM and the rest adjustable through filterscripts