安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2883228057
If anyone wants to take a look at it for me any input would be appreciated.
https://github.com/JoeOwnage67/NewMedievalProstheticsPatch
i commented the sections and i think you can find almost all common uses you might need. just copy the code to your favorite editor and shrink the sections to get a better overview. have fun :)
such a file usually goes to Common/Patches or 1.3/Patches, depending on your folder structure. for inspiration and finding solutions on patches i found the simple chains mods or any other bigger one extremely helpful; as i am also not really coding myself.
i just went through your files because i considered using a modified version locally for my own playthroughs as i don't use medieval overhaul. i discovered that you are not using the xml patch operations to change the original files but rather overwrite them. while testing i could also load your mod with only the prosthetics mod loaded, thus creating unintended sideeffects from items and bills that are not actually present in the game (moddependencies in the about.xml is missing, as is loadafter for this approach).
perhaps there was a design reason for this approach. otherwise feel encouraged to switch over to patches in some future update. i can gladly provide you with what i will use for myself as a template once i have created it.