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