Monster Deathmatch update
Moderator: InsideQC Admins
21 posts
• Page 1 of 2 • 1, 2
Monster Deathmatch update
Hi, last year I released a mod called MonsterMatch, now renamed to Monster Deathmatch, whre you play DM as a monster instead of a human.
You enter and respawn as a random monster. There are 8 monsters to play. (Previous version was only 5, I added 3 new monsters).
The monsters available are: Death Knight, Knight, Ogre, Shambler, Fiend, Spawn, Vore and Mini Chthon.
Screenshots are here: http://img265.imageshack.us/gal.php?g=screen1h.jpg
You'll need a DarkPlaces server to run, because of the bots. If your machine isn't good to run DP engine, use -dedicated 16, and sv_protocolname QUAKE so you can then connect with any NQ client.
http://www.quaketastic.com/upload/files/multiplayer/mods/monster_dm.zip
EDIT: Two bugs fixed. Patch avialable: http://www.quaketastic.com/upload/files/multiplayer/mods/mondm_patch.zip
You enter and respawn as a random monster. There are 8 monsters to play. (Previous version was only 5, I added 3 new monsters).
The monsters available are: Death Knight, Knight, Ogre, Shambler, Fiend, Spawn, Vore and Mini Chthon.
Screenshots are here: http://img265.imageshack.us/gal.php?g=screen1h.jpg
You'll need a DarkPlaces server to run, because of the bots. If your machine isn't good to run DP engine, use -dedicated 16, and sv_protocolname QUAKE so you can then connect with any NQ client.
http://www.quaketastic.com/upload/files/multiplayer/mods/monster_dm.zip
EDIT: Two bugs fixed. Patch avialable: http://www.quaketastic.com/upload/files/multiplayer/mods/mondm_patch.zip
Last edited by Orion on Tue Aug 18, 2009 3:55 pm, edited 1 time in total.
-

Orion - Posts: 476
- Joined: Fri Jan 12, 2007 6:32 pm
- Location: Brazil
Very cool, I love releases like this. So are there FBX bots in it or? Is there a reason that DP is required for the server side gameplay?
...and all around me was the chaos of battle and the reek of running blood.... and for the first time in my life I knew true happiness.
-

scar3crow - InsideQC Staff
- Posts: 1054
- Joined: Tue Jan 18, 2005 8:54 pm
- Location: Alabama
No, it's not FBX, if it were FBX it would be winquake-friendly.
They're OrionBots, all coded by myself. They use some dp-only builtins like spawnclient(), clienttype() and such. But you can connect normally with any nq client if you run a dedicated server.
They're OrionBots, all coded by myself. They use some dp-only builtins like spawnclient(), clienttype() and such. But you can connect normally with any nq client if you run a dedicated server.
-

Orion - Posts: 476
- Joined: Fri Jan 12, 2007 6:32 pm
- Location: Brazil
Ah okay, DP builtins, alright. Cool, I'll check this out when I get home tonight!
...and all around me was the chaos of battle and the reek of running blood.... and for the first time in my life I knew true happiness.
-

scar3crow - InsideQC Staff
- Posts: 1054
- Joined: Tue Jan 18, 2005 8:54 pm
- Location: Alabama
Orion, this mod has made my day. It is thoroughly enjoyable, zany, imaginative, and oldschool. I love it.
Few issues, Mini-Chthon does not seem to have an attack selected on spawn, I have to hammer 1 and 2 a few times before +attack does something. Also, it would be really nice if there was a +meleeattack or similar, to have bound to mouse2 for example, to perform a non resource draining attack, just to make combat more fluid. The bots are really susceptible to the Vore, as you can spam around a corner into a busy area, and rack up the frags. Lastly, the melee attacks are very difficult for me to use, due to the lack of a v_model for them, but that is an expected difficulty.
Great work nonetheless, and I am glad this was released, it was just the thing my Quake spirit needed!
Few issues, Mini-Chthon does not seem to have an attack selected on spawn, I have to hammer 1 and 2 a few times before +attack does something. Also, it would be really nice if there was a +meleeattack or similar, to have bound to mouse2 for example, to perform a non resource draining attack, just to make combat more fluid. The bots are really susceptible to the Vore, as you can spam around a corner into a busy area, and rack up the frags. Lastly, the melee attacks are very difficult for me to use, due to the lack of a v_model for them, but that is an expected difficulty.
Great work nonetheless, and I am glad this was released, it was just the thing my Quake spirit needed!
...and all around me was the chaos of battle and the reek of running blood.... and for the first time in my life I knew true happiness.
-

scar3crow - InsideQC Staff
- Posts: 1054
- Joined: Tue Jan 18, 2005 8:54 pm
- Location: Alabama
@scar3crow All the monsters start with their melee attack selected (if any). It's the lack of a v_model that make you think the mini Chthon is not attacking. He also has a melee.
And I just put v_models for all the monsters (except Vore and Spawn, because they don't have melee at all).
Get them here (just replace the old pak1.pak with the new one contained in the zip):
http://www.quaketastic.com/upload/files/multiplayer/mods/monsterdm_vmodels.zip
And I just put v_models for all the monsters (except Vore and Spawn, because they don't have melee at all).
Get them here (just replace the old pak1.pak with the new one contained in the zip):
http://www.quaketastic.com/upload/files/multiplayer/mods/monsterdm_vmodels.zip
-

Orion - Posts: 476
- Joined: Fri Jan 12, 2007 6:32 pm
- Location: Brazil
hmm does it need darkplaces only for the bots?
like, if you dont use the bots it will run on any client?
like, if you dont use the bots it will run on any client?
bah
- MeTcHsteekle
- Posts: 399
- Joined: Thu May 15, 2008 10:46 pm
- Location: its a secret
Only if I take out the bots from the code.
Because the bot's AI is handled by StartFrame(). And on StartFrame() it does a clienttype() check to don't give AI to a human player, of course.
clienttype(), spawnclient(), clientcolors, dropclient() and tracebox() are all dp builtins.
Because the bot's AI is handled by StartFrame(). And on StartFrame() it does a clienttype() check to don't give AI to a human player, of course.
clienttype(), spawnclient(), clientcolors, dropclient() and tracebox() are all dp builtins.
-

Orion - Posts: 476
- Joined: Fri Jan 12, 2007 6:32 pm
- Location: Brazil
Or you could add checkextensions() stuff to the code so people just can't add bots if their client doesn't support all the extensions.
Benjamin Darling
http://www.bendarling.net/
Reflex - In development competitive arena fps combining modern tech with the speed, precision and freedom of 90's shooters.
http://www.reflexfps.net/
http://www.bendarling.net/
Reflex - In development competitive arena fps combining modern tech with the speed, precision and freedom of 90's shooters.
http://www.reflexfps.net/
- Electro
- Posts: 312
- Joined: Wed Dec 29, 2004 11:25 pm
- Location: Brisbane, Australia
Im not bitching, but i think the gameplay was a little confusing, i didnt like how i was always spawning as a different monster each time, it should be set by score, or even better chosen by the player. was also thinking bigger monsters should move slower. also i tried playing on teams and that didnt work too well from what i could tell. Also a custom map designed twards the gameplay of the monsters would be cool 
-

ceriux - Posts: 2223
- Joined: Sat Sep 06, 2008 3:30 pm
- Location: Indiana, USA
the random monster is part of the unpredictable fun you experienced, if everyone could choose the would all end up as the same monster :O
bah
- MeTcHsteekle
- Posts: 399
- Joined: Thu May 15, 2008 10:46 pm
- Location: its a secret
21 posts
• Page 1 of 2 • 1, 2
Who is online
Users browsing this forum: No registered users and 3 guests

