vihar1 Posted September 19, 2015 Share Posted September 19, 2015 Dear Community, I am new to modding but still want to update an existing mod as it seems that it's owner has left it as it is. name = "Recipe Book"description = "Portable Cook Pot"author = "edgorham" Currently it contains only (outdated) base-game recipes but I'd like to update them and add RoG recipes as well. My problem is that the RoG-specific ingredients are not shown in-game. I wanted to create Flower Salad recipe entry: STRINGS.RECIPE_DESC.FLOWERSALAD = "12.5 Hunger - 40 Health - 5 Sanity" GLOBAL.Recipe("flowersalad", {Ingredient("cactus_flower", 1) ,Ingredient("veggies", 2)} , RECIPETABS.RECIPEBOOK, {SCIENCE=0}) This shows up in menu, cactus picture is shown but the vegetable picture is missing. I tried to change "veggies" to "veggie", "vegtables" and "vegetable" unsuccessfully. From the other files I think it should be "veggie" but I can't make it work. Can anyone guide me? Thank you! PS. it would be nice to have a crock pot built as requirement. Link to comment https://forums.kleientertainment.com/forums/topic/57974-need-help-modding-a-mod-to-be-rog-compatible/ Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now