News:

Come Chat with us live! Learn how HERE!

Main Menu

Human Models??

Started by ReapDaWrapper, November 21, 2009, 03:07:21 PM

ReapDaWrapper

Is there a mod with unique human models, and is it possible to have more than one in the same mod?
Quote from: Thorn on December 13, 2009, 03:30:44 PM
On the bright side, it takes one to know one, ReapDaWrapper.

HellsAngelz

There more than likely is. Some things you might need to consider are:
When the qvm is selecting which human skin (mod) to choose, there will be a random number generator. If the number is 1, human_black_dude is selected. And so forth.

This means that you will need to edit the qvm (That's my opinion, i'm pretty sure that's where the core work for how humans spawn and what exactly is selected, and how.)

KillerWhale

Hellz, that's pretty much wrong on every level.

Anyways, there is a way with Quake 3's code to have different player models; just look at Quake itself, you can choose a model.
This has been proposed for Trem, but would require changes in netcode, some pretty serious client-side changes, and would require new models be made to be used.
Overall, it was decided that it was too much work, and nobody has done it yet.

ReapDaWrapper

Quote from: KillerWhale on November 23, 2009, 09:36:52 PM
Hellz, that's pretty much wrong on every level.

Anyways, there is a way with Quake 3's code to have different player models; just look at Quake itself, you can choose a model.
This has been proposed for Trem, but would require changes in netcode, some pretty serious client-side changes, and would require new models be made to be used.
Overall, it was decided that it was too much work, and nobody has done it yet.

Alright, Thanks. I just wanted to know.
Quote from: Thorn on December 13, 2009, 03:30:44 PM
On the bright side, it takes one to know one, ReapDaWrapper.

HellsAngelz

Quote from: KillerWhale on November 23, 2009, 09:36:52 PM
Hellz, that's pretty much wrong on every level.

Anyways, there is a way with Quake 3's code to have different player models; just look at Quake itself, you can choose a model.
This has been proposed for Trem, but would require changes in netcode, some pretty serious client-side changes, and would require new models be made to be used.
Overall, it was decided that it was too much work, and nobody has done it yet.

Okay, so even though I mentioned there would have to be client-side changes, i'm wrong. Oh, and even though the client could pick different models, how would it? Would it realize that human1_texture is picked, and instead use human_texture2? Would you make it so the client picks a color on it's own, hoping it doesn't pick the same color? Would you color the humans based on their name? Meaning if your name was bob, you would have Blue, Orange, and Blue as your armor color? So do explain how i'm wrong on every level, when i've at least given some thought on how to code it.

David

Shouldn't require netcode changes, and I doubt the client and server would need to change, just the QVM's.

Basically just add back the stuff that was removed.

AFAIR the only really hard bit is the models.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

ReapDaWrapper

Quote from: HellsAngelz on November 24, 2009, 04:17:03 PM
Quote from: KillerWhale on November 23, 2009, 09:36:52 PM
Hellz, that's pretty much wrong on every level.

Anyways, there is a way with Quake 3's code to have different player models; just look at Quake itself, you can choose a model.
This has been proposed for Trem, but would require changes in netcode, some pretty serious client-side changes, and would require new models be made to be used.
Overall, it was decided that it was too much work, and nobody has done it yet.

Okay, so even though I mentioned there would have to be client-side changes, i'm wrong. Oh, and even though the client could pick different models, how would it? Would it realize that human1_texture is picked, and instead use human_texture2? Would you make it so the client picks a color on it's own, hoping it doesn't pick the same color? Would you color the humans based on their name? Meaning if your name was bob, you would have Blue, Orange, and Blue as your armor color? So do explain how i'm wrong on every level, when i've at least given some thought on how to code it.

Yea, your not wrong.

Quote from: David on November 24, 2009, 04:33:08 PM
Shouldn't require netcode changes, and I doubt the client and server would need to change, just the QVM's.

Basically just add back the stuff that was removed.

AFAIR the only really hard bit is the models.

I really only would like to re-texture the models, but have a selection to be selected, in which, would affect the skin of every armor upgrade. helmet, l-armor, bsuit, etc.., and the color depends on whatever skin you chose.
Quote from: Thorn on December 13, 2009, 03:30:44 PM
On the bright side, it takes one to know one, ReapDaWrapper.