Jump to content

Helldragger

Supporter
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Helldragger

  1. Actually I'm working on an SSE mod, and the problem is that I add some variants to those recipes (my mod is here), and the real problem is the compatibility of those new recipes! I'm looking for it, did not find anything yet, but still searching!
  2. Hello, I'm new to skyrim modding, and I am making a food mod for which I am trying to make three compatibility patch for two other mods (Real Needs & Diseases and FrostFall) and I feel like I'm running into a wall: I've got several recipes, the RN&D patch adds some others without problems, but here is the problem: I can't figure out how to override those recipes with the same recipe plus the frostfall keyword needed.. i.e.: --In the main plugin I got the Food object-- NST_RecipeFoodX (no keyword included)--In the FF compatibility patch I got the same one-- NST_RecipeFoodX (FF keyword included)--With FF patch enabled, I got this-- NST_RecipeFoodX (no keyword included)NST_RecipeFoodXDUPLICATE001 (FF keyword included)Renaming and deleting did nothing, how can I override the non patched recipe? Am I forgetting something?
×
×
  • Create New...