Modding Help "Requires" causes instant crash?

Discussion in 'Starbound Modding' started by Legowaffles, Aug 14, 2020.

  1. Legowaffles

    Legowaffles Space Hobo

    I'm attempting to make a 180 slot patch for Carlucci's excellent Inventory Mod. It works fine. . . If I use the following for my _metadata:
    {
    "includes" : ["Carlucci Inventory Mod - Visual Update! v2.50"],
    "priority" : 99
    }

    If I instead use the much more sensible (and appropriate):
    {
    "requires" : ["Carlucci Inventory Mod - Visual Update! v2.50"]
    }

    The game doesn't even start, and instead just crashes with a popup. The log containing the error is attached.

    For reference, the "name" data for Carlucci's mod is as follows: "Carlucci Inventory Mod - Visual Update! v2.50"
     

    Attached Files:

  2. projectmayhem

    projectmayhem Spaceman Spiff

    Ive always had this same issue too.. Just stick to a high priority, you can ask the mod author if they have a priority set in there mod. If you are using steam workshop, you can set your mod to require another mod in there so it warns people
     
  3. Legowaffles

    Legowaffles Space Hobo

    Alright.
     

Share This Page