Page 1 of 1

Re: 1 race (Cameleon race only)

Posted: Wed Jul 23, 2008 2:11 pm
by YamiKaitou
It will involve changing the way the races are numbered, but it is possible to do.

Re: 1 race (Cameleon race only)

Posted: Wed Jul 23, 2008 4:38 pm
by whosyourdaddy
find this in the war3ft/constants.inl

Code: Select all

#define RACE_UNDEAD				1
#define RACE_HUMAN				2
#define RACE_ORC				3
#define RACE_ELF				4
#define RACE_BLOOD				5
#define RACE_SHADOW				6
#define RACE_WARDEN				7
#define RACE_CRYPT				8
#define RACE_CHAMELEON			9
i think changing race_chameleon to 1 and race_undead to 9 will do it... save it then compile