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
what is the problem?
Here is that mod that has the "Tinkering" skill in it. It was updated by someone else however, and not the original Mod Author.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3434440605&searchtext=woodcutting - This is the Woodcutting Mod that introduces that "Woodcutting" skill here.
Efficiency https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3374408921
Scavenging https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3407792640
Driving https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2721945297
for coding help you can use for the efficiency mod in example:
if getActivatedMods():contains("efficiencySkillMod") then
doPerkStuff;
end
I'll try to explain:
You start the game and select traits.
The traits from my mod will give you +10 in the skill that you choose.
Then you go in game and you will start with the skill maxed out.
It's that simple.