Quote:
Originally Posted by Halo hey did you fix the goblin texture problim in the race changer? and common atleast add a murlock as a EXtreme Exppiriment. |
The program goes off a simple set of instructions. It only does the most basic Race to race swaps at the moment. Fixing stuff like Tuaren hair/Troll feet/undead jaws/goblin texture? Would be an extreme amount of extra work.
Each Race is set up like so in the Races.txt file like so
"Human - Human - CHARACTER\Human\ - Hu"
DisplayName - InternalName - DataPath - ShortName
Display Name - Used for the list that is show in the progam
Internal Name - This is what the game calls the character like "Naga" is actually "Naga_" and "Undead" is actually "Scourge"
Data Path - Where the character data is
Short Name - The Front of the Short Name used for Helm fixes such as HuM HuF
Now in odor for each race to even work it much follow this data path rule
CHARACTER\$InternalName\$Sex\$InternalName & $Sex
If it doest follow those rules like say the MURLOC then it wont work.