Instal Steam
login
|
bahasa
简体中文 (Tionghoa Sederhana)
繁體中文 (Tionghoa Tradisional)
日本語 (Bahasa Jepang)
한국어 (Bahasa Korea)
ไทย (Bahasa Thai)
Български (Bahasa Bulgaria)
Čeština (Bahasa Ceko)
Dansk (Bahasa Denmark)
Deutsch (Bahasa Jerman)
English (Bahasa Inggris)
Español - España (Bahasa Spanyol - Spanyol)
Español - Latinoamérica (Bahasa Spanyol - Amerika Latin)
Ελληνικά (Bahasa Yunani)
Français (Bahasa Prancis)
Italiano (Bahasa Italia)
Magyar (Bahasa Hungaria)
Nederlands (Bahasa Belanda)
Norsk (Bahasa Norwegia)
Polski (Bahasa Polandia)
Português (Portugis - Portugal)
Português-Brasil (Bahasa Portugis-Brasil)
Română (Bahasa Rumania)
Русский (Bahasa Rusia)
Suomi (Bahasa Finlandia)
Svenska (Bahasa Swedia)
Türkçe (Bahasa Turki)
Tiếng Việt (Bahasa Vietnam)
Українська (Bahasa Ukraina)
Laporkan kesalahan penerjemahan
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