devolution

Author Topic: Changing Traits  (Read 4063 times)

0 Members and 1 Guest are viewing this topic.

Offline Big_Wizz

  • Newbie
  • *
  • Posts: 9
Changing Traits
« on: March 19, 2012, 03:48:40 PM »
Hey, so I have tried to change some girls traits several times and it doesnt seem to stick.

I use WMedit to edit the girls files and save over the old one, the trait I removed no longer shows up in the files when I open them in notepad but when I get the girl in the game she still has it.

Any thoughts on what I am doing wrong?

Offline fires_flair

  • Sr. Member
  • ****
  • Posts: 411
Re: Changing Traits
« Reply #1 on: March 19, 2012, 06:31:00 PM »
my guess is that you didn't start a new game. for any changes to effect the girls they have to be made before the game is started.

Offline Big_Wizz

  • Newbie
  • *
  • Posts: 9
Re: Changing Traits
« Reply #2 on: March 20, 2012, 12:26:18 AM »
I have checked again, I deleted all saved games and made my changes and then started a new game.  Only some of the trait changes go through, but the sterile trait is not changing.  Is there anywhere else this might be stored?

Offline fires_flair

  • Sr. Member
  • ****
  • Posts: 411
Re: Changing Traits
« Reply #3 on: March 20, 2012, 01:23:50 PM »
ok, so can you copy past, either on two seperate documants/files, or on the same one, the original girl data and the edited 'data'. it would make it easier to understand (and that's one bit of code I can actually read...)

Offline Big_Wizz

  • Newbie
  • *
  • Posts: 9
Re: Changing Traits
« Reply #4 on: March 21, 2012, 01:12:31 PM »
Here is the fixed code for one of the girls that is still broken,  as you can see there is no sterile trait but in the game she still shows up as sterile.

Code: [Select]
<Girl
        Name="Ivy"
        Desc="Fighter"
        Charisma="40"
        Happiness="100"
        Libido="100"
        Constitution="90"
        Intelligence="50"
        Confidence="40"
        Mana="60"
        Agility="70"
        Fame="0"
        Level="0"
        AskPrice="0"
        House="60"
        Exp="0"
        Age="35"
        Obedience="30"
        Spirit="90"
        Beauty="100"
        Tiredness="0"
        Health="100"
        PCFear="0"
        PCLove="0"
        PCHate="0"
        Anal="100"
        Magic="100"
        BDSM="100"
        NormalSex="100"
        Beastiality="100"
        Group="100"
        Lesbian="100"
        Service="100"
        Strip="100"
        Combat="100"
        Gold="0"
        Status="Normal">
        <Trait
            Name="Fast orgasms" />
        <Trait
            Name="Quick Learner" />
        <Trait
            Name="Strong" />
        <Trait
            Name="Adventurer" />
        <Trait
            Name="Assassin" />
        <Trait
            Name="Good Kisser" />
        <Trait
            Name="Fake orgasm expert" />
        <Trait
            Name="Sexy Air" />
        <Trait
            Name="Great Figure" />
        <Trait
            Name="Great Arse" />
        <Trait
            Name="Optimist" />
        <Trait
            Name="Fleet of Foot" />
        <Trait
            Name="Tough" />
        <Trait
            Name="Long Legs" />
        <Trait
            Name="Perky Nipples" />
        <Trait
            Name="Incorporial" />
        <Trait
            Name="Abnormally Large Boobs" />
    </Girl>

I don't have the orig code but am I right in thinking that when I get her in game it shouldnt be adding the sterile trait?

I have noticed that this is only happening with characters that sterile trait and I tried to remove it.

Offline fires_flair

  • Sr. Member
  • ****
  • Posts: 411
Re: Changing Traits
« Reply #5 on: March 21, 2012, 01:30:33 PM »
Incorporial makes the girl sterile.

Offline Big_Wizz

  • Newbie
  • *
  • Posts: 9
Re: Changing Traits
« Reply #6 on: March 21, 2012, 05:18:53 PM »
wow, totally cant believe i missed that.

Thanks a bunch.