User panel stuff on forum
  3 posts on 1 page  1
Server Talk
2007-01-08, 03:14
Member
188 posts

Registered:
Jan 2007
Sigh...

So...

A few hours ago, changes were checked into MVDSV CVS which mean that any mod supporting MVDSV's custom extensions, and which are not KTPRO, will no longer work. This includes FodFFA.

So from next release of MVDSV, FodFFA will probably no longer work. If you use FodFFA, please use a proper QW server instead or stick with older versions of MVDSV.
2007-01-08, 18:14
Member
151 posts

Registered:
Jan 2006
There are "sv_ktpro_mode" variable to chose what extensions to use: KTPRO or QSG.
Ex:
mvdsv +sv_ktpro_mode 1 +gamedir fodffa

But you have to change in fodffa, fodffa_init.qc, line 8:
-if (WORLD.TARGETNAME == "mvdsv"
+if (WORLD.TARGETNAME == "MVDSV"

Or change in mvdsv, version.h, line 67
-#define SERVER_NAME "MVDSV"
+#define SERVER_NAME "mvdsv"

And recompile in both cases.

P.S. I think next mvdsv release will support all QC-extensions requed by fodffa. Currently we only lack KRIMZON_SV_PARSECLIENTCOMMAND.
kill me now and burn my soul
2007-01-08, 22:10
Member
1011 posts

Registered:
Feb 2006
nice helpful reply there disconnect, gj
  3 posts on 1 page  1