Page 1 of 1

Question For the Community

Posted: Tue Jan 31, 2012 12:22 am
by redonkuless
Is it possible to run multiple mods at a time? Reason I'm asking is I know one of the mod's I run there is no source code for it, so really can't alter it, but I'm thinking it would be nice to add a few administration plugins to it. Including Mysql logging of events.

Re: Question For the Community

Posted: Tue Jan 31, 2012 1:21 am
by ^misantropia^
Not really. You could disassemble the byte code and patch in more functionality but that's so complicated you'd only do it if your life depended on it.

Re: Question For the Community

Posted: Tue Jan 31, 2012 1:25 am
by redonkuless
So the only way it would be possible is to edit the actual server binary (edit the source code for quake/ioquake) to load additional libraries, to accomplish what I'm looking for?

Re: Question For the Community

Posted: Wed Feb 01, 2012 4:07 pm
by ^misantropia^
Yes, that's correct.

Re: Question For the Community

Posted: Thu Feb 02, 2012 3:52 pm
by redonkuless
Anyone feel like making a mysql + amxmod for quake3? ;)