1 race (Cameleon race only)
Moderator: Forum Moderator
- YamiKaitou
- Forum Moderator
- Posts: 1925
- Joined: Wed Feb 01, 2006 4:33 pm
- Contact:
Re: 1 race (Cameleon race only)
It will involve changing the way the races are numbered, but it is possible to do.
No support via PM or Email
-
- Spell Breaker
- Posts: 398
- Joined: Sun Apr 27, 2008 10:11 pm
Re: 1 race (Cameleon race only)
find this in the war3ft/constants.inl
i think changing race_chameleon to 1 and race_undead to 9 will do it... save it then compile
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
