I was curious where you were at. Tell us more of the game mechanics you want to achieve and some of the tasks you think you'll need help with.
I was curious where you were at. Tell us more of the game mechanics you want to achieve and some of the tasks you think you'll need help with.
Yeah, I don't think it does bounds checking or anything, it just uses an int to designate sex. You'd need to code a lot of handlers though, I'd imagine.
On a separate note, I do a lot of pot and acid, I'm sure I'd be great for ideas ;)
Roaaaaaa <3. How you been baby? Also lol'd.
Hell Ill model/ XML code
Im bored for the summer neways
watcha need?
Instead of sex, why don't we add a separate race? I've got a couple of idea's - Elves, goblins, gnomes, lycans (lol?).
We could rip some model's off WoW or make them from scratch if they can't be ripped.
because he quit gunz.
I can't believe I completely forgot about the enum for sex lol. I forgot why I gave up on doing new sexes until now, just about to give up again. q.q
It's easy to underestimate if you've never tried it.
OT: Checkout some of the original class types from the 06 PDB:
enum MCharacterRace {
MCR_NONE = 0x0,
MCR_HUMAN = 0x1,
MCR_ELF = 0x2,
MCR_DARKELF = 0x3,
MCR_DWARF = 0x4,
MCR_OGRE = 0x5,
};
enum MCharacterClass {
MCC_NONE = 0x0,
MCC_FIGHTER = 0x1,
MCC_ROGUE = 0x2,
MCC_ACOLYTE = 0x3,
MCC_MAGE = 0x4,
MCC_KNIGHT = 0x5,
MCC_PALADIN = 0x6,
MCC_BESERKER = 0x7,
MCC_WARRIOR = 0x8,
MCC_RANGER = 0x9,
MCC_ASSASSIN = 0xa,
MCC_HUNTER = 0xb,
MCC_SHADOWWALKER = 0xc,
MCC_SCOUT = 0xd,
MCC_THIEF = 0xe,
MCC_CLERIC = 0xf,
MCC_MONK = 0x10,
MCC_DOCTOR = 0x11,
MCC_SHAMON = 0x12,
MCC_DRUID = 0x13,
MCC_SORCERER = 0x14,
MCC_ENCHANTER = 0x15,
MCC_WIZARD = 0x16,
MCC_MAGICIAN = 0x17,
MCC_WARLOCK = 0x18,
};
Last edited by x1nixmzeng; 12-06-10 at 01:46 AM.
Then don't claim you do.
Then either don't ask me those questions or realize I've quit GunZ unless it's related to freelance work, which barely happens.
@x1nixmzeng looks good. The original idea for GunZ looks better than it's current.
I was doing this on realm crafter as a side project. Best of luck to you guys.
I think this would be an interesting idea. I wish I were better at coding so that I could help you. If I do get better some day, then I'll try and help. Hope this project makes it to the end.
But I'm gonna be honest; when I saw RPG in the title of this thread, I was hoping to see some terrorists :P
I don't know if C# or C++(little) knowledge is going to help, but I can try :P
I can also model.
Can't wait to see you ditch it halfway through, but interesting nonetheless and something I will keep myself posted on