安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
Posting here because it was the first mod I found with an actual bug report thread.
I just happened to look through my logs and found some warnings and errors. I'll start with the one I have pinpointed, though this applies to the flooring mod...
This was just typos in SBIF_MagazineDistributions.lua
The following I've not looked at in depth because I'm tired...
There's a bunch of these relating to other mods also but I need sleep.
...\ImprovisedGlass\media\lua\server\IGRecipeCode.lua
Letter "d" missing in "XPMakeWindshieldCar"
...\ImprovisedGlass\media\scripts\IG_recipes_vehicles.txt
Underscore missing.
Still not spotting the issue with the previously posted list but it took a few passes to spot these also.
...\ImprovisedGlass\media\scripts\IG_recipes_windows.txt
All recipes missing "Recipe.OnGiveXP.".
...\ImprovisedGlass\media\scripts\IG_recipes_windows_disassemble.txt
Skill name should be Woodwork instead of Carpentry ofor all recipes except the metal window.
Adding detail for other mods so it's all in one place.
...\ImprovisedCabinetry\media\lua\server\ICRecipeCode.lua
Missing "t" in XPWoodCabinet
...\ImprovisedCabinetry\media\scripts\IC_recipes_parts.txt
Skill name should be Woodwork instead of Carpentry.
...\ImprovisedFlooring\media\lua\server\Items\SBIF_MagazineDistributions.lua
Missing "r" in lines 270, 272, 274 and 276 in "IFMagazineEasterEgg"
...\ImprovisedFlooring\media\scripts\SBIF_Recipes_Garden.txt
As previous, skill name should be Woodwork. Lines 29, 42 and 55.
Initial search suggest this function doesn't exist. At least my find in files search of the base and mod lua files didn't pull up anything.
Thank you so very much for sharing them, honestly surprised some of these weren't caught earlier
Haha, I'm not. The number of times I had to read the log file and cross reference the code in the various files before spotting what was actually wrong was...well, sometimes embarrassing. Primarily the missing Recipe.OnGiveXP. ones. Multiple times of "name checks out" before I finally realised what I was not seeing.
The old adage "I may be slow but I get there" certainly applied.
I've taken some time over lunch to knock out and publish all these fixes.
Really appreciate the effort you put into this. Made it so much easier to find, fix and verify. The carpentry thing is pretty embarrassing. lol
Absolutely not intended. I've added it to the fix list