qmm question


(blad3) #1

Hi

What are the plugins:

-qvmops
-qadmin
-advchat_qmm
-rocketmod_qmm
-stripper_qmm
-stub_qmm
-vm

From http://qmm.cvs.sourceforge.net/viewvc/qmm/

I can not find documentation.

Thanks


(Destroy666) #2

readme.txt?
http://qmm.cvs.sourceforge.net/viewvc/qmm/stripper_qmm/readme.txt?view=markup


(dutchmeat) #3

If you take a look at the sourcefiles, you will know some more :slight_smile:

-qvmops
Debugs/ prints out the operations by the Quake3 Virtual Machine

-qadmin
An admin plugin, which adds additional administrative commands.

-advchat_qmm
Intercepts all Say calls from clients and replaces certain tokens with stuff like ‘health’ and ‘armor’

-rocketmod_qmm
A rocket modification for Q3

-stripper_qmm
Strips out entities from maps, done with an inifile

-stub_qmm
An example plugin for QMM

-vm
This plugin allows you to add Quake Virtual Machine(.qvm) mods in addition to original library mods (.dll or .so).
As far as I know, this is normally not supported by games other than Q3

QMM is great!


(Indloon) #4

But are I’m able to make QMM plugin.
What sends player info to database??


(blad3) #5

Thanks :)…


(FFSturm) #6

oh, I remember that it was used in the old =FF= Server to make Bani 1.1.99 work in 1.41b as well as custom stuff like Realtime Stats, poison syringes, panzer party goldrush and 3d icons on players made by im2good4u and host.

Neat indeed but quite old.