Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem









The problem is that the mod checks the name of the perk, but it changes with different languages so it cant block "Strength" because there is no "Strength" in german for example there is "Stärke".
To fix it you have to modify a word in the lua file of the mod.
Go into your file explorer and navigate to the steam workshop folder of the Steam libary where you installed the game (google and chatgpt can help with finding it).
It should look somewhat like mine: "C:\Program Files (x86)\Steam\steamapps\workshop\content\108600\2313633950\mods\ShowSkillXpGain\media\lua\client\ShowSkillXpGain.lua"
then with windows editor or any other file editor open the ShowSkillXpGain.lua file.
in line 23 or somewhere near there should be a line that reads:
if isValid(perkName) then
change this line to:
if isValid(skill:getId()) then
Fitness has the same problem....