Jump to content

eurqa

Member
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

eurqa's Achievements

  1. Foud the error i had to add eurqa.JerkyFish, to ReplaceOnCooked. [spoiler][code]Insert item RawJerkyFish { HungerChange = -18, Weight = 0.4, Type = Food, DisplayName = Raw Fish Jerky, Icon = RawJerkyFish, Carbohydrates = 1, Proteins = 25, Lipids = 10, Calories = 190, IsCookable = TRUE, MinutesToCook = 300, MinutesToBurn = 420, DaysFresh = 3, DangerousUncooked = TRUE, DaysTotallyRotten = 6, ReplaceOnCooked = eurqa.JerkyFish, FoodType = Fish, BadInMicrowave = true, } [/code][/spoiler]
  2. I cant figer out why i get the errror "ERROR: ItemContainer.AddItem: can't find JerkyFish" when i cook my raw fish jerky. i can find and spawn the item using the debug menu. i do the same with my RawJerk to BeefJerky. Does anyone know how to fix this? [spoiler][code]Insertitem RawJerkyFish { HungerChange = -18, Weight = 0.4, Type = Food, DisplayName = Raw Fish Jerky, Icon = RawJerkyFish, Carbohydrates = 1, Proteins = 25, Lipids = 10, Calories = 190, IsCookable = TRUE, MinutesToCook = 300, MinutesToBurn = 420, DaysFresh = 3, DangerousUncooked = TRUE, DaysTotallyRotten = 6, ReplaceOnCooked = JerkyFish, FoodType = Fish, BadInMicrowave = true, } item JerkyFish { HungerChange = -25, Weight = 0.1, Type = Food, DisplayName = Fish Jerky, Icon = JerkyFish, Carbohydrates = 1, Proteins = 25, Lipids = 10, Calories = 190, EvolvedRecipe = Stew:10;Pie:10;Stir fry Griddle Pan:10;Stir fry:10;Sandwich:2;Salad:2;Roasted Vegetables:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10, FoodType = Fish, }.[/code][/spoiler] eurqas additional crafts.rar
  3. eurqa

    Mod Menu

    I suggest adding a sentence to the mod menu in the main menu that specifies that the its only for new saves. I did not know thath saves have their own modlists so i was confused thath a new mod (i was making) did not work.
×
×
  • Create New...