[NEEDS INPUT] [GTW] Ambitious & Lazy Traits Have No Effect on Detective Career

by canelacaliente
Reply

Original Post

[NEEDS INPUT] [GTW] Ambitious & Lazy Traits Have No Effect on Detective Career

[ Edited ]
★★★ Pro

Product: The Sims 4
Platform:PC
Which language are you playing the game in? English
How often does the bug occur? Every time (100%)
What is your current game version number? 1.61.15.1020
What expansions, game packs, and stuff packs do you have installed? Expansions: All Game Packs: Dine Out, Parenthood Stuff, Spa Day, Strangerville Packs: My First Pet Stuff, Perfect Patio Stuff
Steps: How can we find the bug ourselves? Have a Sim with the Ambitious trait or Lazy trait join the detective career.
What happens when the bug occurs? The Sims with these traits gain career performance at the normal rate.
What do you expect to see? The Sim to gain career performance at an accelerated rate if the Sim is Ambitious and at a slower rate if the Sim is lazy.
Have you installed any customization with the game, e.g. Custom Content or Mods? Never used.
Did this issue appear after a specific patch or change you made to your system? Neutral/Not Sure 

After reviewing the game files, the code for Sims with the Ambitious trait to gain career performance quicker is missing:

 

  <U n="career_story_progression">
    <V n="joining" t="enabled">
      <U n="enabled">
        <T n="base_value">1.5</T>
        <L n="multipliers">
          <U>
            <T n="multiplier">1.5</T>
            <L n="tests">
              <L>
                <V t="skill_test">
                  <U n="skill_test">
                    <T n="skill">16699<!--Skill: statistic_Skill_AdultMajor_Charisma--></T>
                    <V n="skill_range" t="interval">
                      <U n="interval">
                        <U n="skill_interval">
                          <T n="lower_bound">3</T>
                        </U>
                      </U>
                    </V>
                  </U>
                </V>
              </L>
            </L>
          </U>
          <U>
            <T n="multiplier">1.5</T>
            <L n="tests">
              <L>
                <V t="skill_test">
                  <U n="skill_test">
                    <T n="skill">16706<!--Skill: statistic_Skill_AdultMajor_Logic--></T>
                    <V n="skill_range" t="interval">
                      <U n="interval">
                        <U n="skill_interval">
                          <T n="lower_bound">3</T>
                        </U>
                      </U>
                    </V>
                  </U>
                </V>
              </L>
            </L>
          </U>
        </L>
      </U>
    </V>

The code should be added to this section:

          <U>
            <T n="multiplier">1.5</T>
            <L n="tests">
              <L>
                <V t="trait">
                  <U n="trait">
                    <L n="whitelist_traits">
                      <T>16823<!--Trait: trait_Ambitious--></T>
                    </L>
                  </U>
                </V>
              </L>
            </L>
          </U>
          <U>
            <T n="multiplier">0.5</T>
            <L n="tests">
              <L>
                <V t="trait">
                  <U n="trait">
                    <L n="whitelist_traits">
                      <T>9599<!--Trait: trait_Lazy--></T>
                    </L>
                  </U>
                </V>
              </L>
            </L>
          </U>

 

 

Message 1 of 3 (514 Views)

Re: [GTW] Ambitious & Lazy Traits Have No Effect on Detective Career

Hero
@canelacaliente Do the other active careers have it ?

Good Luck
Crin

Trennlinie

I don't work or have any association with EA. I give advice to the best of my knowledge and cannot be held responsible for any damage done to your computer/game.
Please only contact me via PM when asked to do so.



Important Threads


Message 2 of 3 (501 Views)

Re: [GTW] Ambitious & Lazy Traits Have No Effect on Detective Career

[ Edited ]
★★★ Pro

@crinrict The Doctor and Scientist career both work with the Ambitious trait.  I verified this in the code.  The Detective career is the only one that does not work.

Message 3 of 3 (461 Views)