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
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