#1
|
|||
|
|||
Gender Change of Units?
Hi,
i found ingame were to much men and to few women, i will change that (i thought assassin and demonlogist can also be women) but in the .atom files of the female units (dryad, sprite, lake sprite and demoness) i found no clue for changing this. Maybe someone can help me to find where to change this? Thanks in advance |
#2
|
||||
|
||||
Yeah, I think there is a gender imbalance in this game, I was looking forward to having witches as an adversary and other lady bosses to square up with.
Maybe in KB 3. |
#3
|
|||
|
|||
Well edit the model and replace the old model with the new one... Assuming that you have nice model editing skills.
|
#4
|
|||
|
|||
I have it know found on my own, what i search is in the item.txt
Last edited by cabal2k; 01-04-2010 at 09:14 AM. |
#5
|
|||
|
|||
Thanks for including where you found that.
I modified my own file to include unicorns, ghosts (and cursed ghosts), green dragons, assassins, and demonologists as "female" troops. You can easily do this yourself by finding "set_princess" in the items.txt file and changing all: Code:
filter { belligerent=ally unit=dryad,sprite,sprite_lake,demoness } Code:
filter { belligerent=ally unit=dryad,sprite,sprite_lake,demoness,unicorn,ghost,ghost2,greendragon,assassin,demonologist } Also, if you want to go a step further, include these changes in the companion.txt file for the incubus. (However, in this case, I also significantly reduced the attack power for the new females considering that there are level 4 and 5 units now included.) Last edited by Sederien; 08-21-2011 at 12:01 AM. |
|
|