Forum Discussion

Re: [OPEN] [NKSP] Knitting Skill books not giving skill

If anyone is interested, I have a bug fix mod for this on my WordPress site, search for "simvasion mods" on Google to find it.

The stat lines for knitting skill are just inexplicably missing from all the knitting skill book tuning files.

              <U n="skill_loot_data">
                <V n="level_range" t="enabled">
                  <U n="enabled">
                    <T n="lower_bound">0</T>
                    <T n="upper_bound">3</T>
                  </U>
                </V>
                <T n="stat" o="true" />
              </U>

On line 107 on the beginner knitting skill book, it shouldn't just say "stat" o="true", it should actually tell the game to use the knitting skill stat, something like this:

              <U n="skill_loot_data">
                <V n="level_range" t="enabled">
                  <U n="enabled">
                    <T n="lower_bound">0</T>
                    <T n="upper_bound">3</T>
                  </U>
                </V>
                <T n="stat">239521<!--statistic_Skill_AdultMajor_Knitting--></T>
              </U>

There are similar blank stat lines in the intermediate and advanced skill books.

In addition, in the beginner skill book tuning file, it contains the affordance for "Read Too Hard", which it probably shouldn't (it's not in other skill beginner books), because beginner skill books can never be too hard to read - this is why people are seeing two "Read" interactions when clicking on the beginner skill book - it's showing the regular reading interaction and another one for being too hard to read.

I hope that info helps EA fix the issue!

No RepliesBe the first to reply

About The Sims 4 Bug Reports - Archive

This is a read-only archive of bugs previously reported on Answers HQ. Click "The Sims 4 Bug Reports" in the right-rail to browse and create new bugs.14,624 PostsLatest Activity: 8 years ago