Maris Posted February 7, 2015 Share Posted February 7, 2015 Bug Submission:Category: GraphicsIssue Title: Something strange with Butterfly Effigy Mod.Issue Description: Steps to Reproduce:1. dedicated_server_mods_setup.lua:ServerModSetup("381610967")2. modoverrides.lua:return { ["workshop-381610967"] = { enabled = true },}3. Join the game as client Link to comment https://forums.kleientertainment.com/forums/topic/50658-graphics-something-strange/ Share on other sites More sharing options...
Developer Wade Posted February 10, 2015 Developer Share Posted February 10, 2015 If you are only seeing this issue with the one mod, it is likely an issue with the mod itself. You will need to contact the author of the mod to see about getting it fixed. Link to comment https://forums.kleientertainment.com/forums/topic/50658-graphics-something-strange/#findComment-611740 Share on other sites More sharing options...
Maris Posted February 10, 2015 Author Share Posted February 10, 2015 I am author of the mod. And it's very simple, without any textures. See:_G = GLOBALSTRINGS = _G.STRINGSRECIPETABS = _G.RECIPETABSRecipe = _G.RecipeIngredient = _G.IngredientTECH = _G.TECH STRINGS.RECIPE_DESC.BUTTERFLY = "An unborn flower." Recipe("butterfly", {Ingredient("twigs", 1),Ingredient("berries", 2),Ingredient("cutgrass",2)}, RECIPETABS.MAGIC, TECH.MAGIC_TWO) BUTTER_CHANCE = 0.02 dropper = _G.require "components/lootdropper"gen = dropper.GenerateLootfunction dropper:GenerateLoot(...) if self.inst and self.inst.prefab=="butterfly" then if math.random() < BUTTER_CHANCE then return {"butter"} else return {"butterflywings"} end else return gen(self,...) endendThere is no any error messages. And I'm pretty sure that there is no bugs in the mod.Just look at screenshot. I have no idea how it is possible. Link to comment https://forums.kleientertainment.com/forums/topic/50658-graphics-something-strange/#findComment-611805 Share on other sites More sharing options...
Maris Posted February 10, 2015 Author Share Posted February 10, 2015 And I was mistaken: the mod name is "Butterfly Effigy". Try it on dedicated server. It's really simple mod. There is no place for bugs.http://steamcommunity.com//sharedfiles/filedetails/?id=381610967 Link to comment https://forums.kleientertainment.com/forums/topic/50658-graphics-something-strange/#findComment-611807 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.
Please be aware that the content of this thread may be outdated and no longer applicable.