REQUEST Request for all the following mods to be made compatible with the updated custom furniture mod

Discussion in 'Mods' started by Chleiya, Jan 1, 2019.

  1. Chleiya

    Chleiya Phantasmal Quasar

    Coolwyngs and HopeWasHere like this.
  2. Pathoschild

    Pathoschild Tiy's Beard

    Here's how to fix any Custom Furniture mod that hasn't been updated:
    1. Create an empty manifest.json file in its folder (or copy one from another mod).
    2. Open the file in a text editor (Notepad is fine).
    3. Paste this text:
      Code:
      {
          "Name": "MOD NAME HERE",
          "Author": "MOD AUTHOR HERE",
          "Description": "MOD DESCRIPTION HERE",
          "Version": "MOD VERSION HERE",
          "UniqueID": "MOD_AUTHOR.MOD_NAME",
          "ContentPackFor": {
              "UniqueID": "Platonymous.CustomFurniture"
          }
      }
      
    4. Replace the capitalised parts with the mod details (see example below). Make sure to keep the quotes. Notes:
      • The name, description, and author can have any text.
      • The version should be three dot-separated numbers, like 1.0.0. If the version on Nexus only has one or two numbers, just add .0 (like 11.0.0). If the Nexus page doesn't have a version, click the 'Files' tab and check the version next to the latest download. If that doesn't have a version either, just use 1.0.0.
      • The unique ID should only have letters, numbers, and dots. The usual format is "authorName.modName".
    5. Then just drop it into your Mods folder, and it should work.
    6. (optional) Add a comment on the mod page for the mod author and other players with the manifest you created!
    For example, let's look at Flower Boxes. Here are the details on the mod page:
    upload_2019-1-2_11-28-48.png

    So this is the manifest.json you'd create:
    Code:
    {
        "Name": "Flower Boxes",
        "Author": "DevilsandSwords",
        "Description": "A collection of flowerboxes to place in your home.",
        "Version": "1.0.0",
        "UniqueID": "DevilsandSwords.FlowerBoxes",
        "ContentPackFor": {
            "UniqueID": "Platonymous.CustomFurniture"
        }
    }
    
     
      Last edited: Jan 3, 2019
    • Chleiya

      Chleiya Phantasmal Quasar


      Wow...that seems so manageable! You are amazing!!!
       
      • Moragaine

        Moragaine Existential Complex

        *cough*CustomFurniture*cough*
         
        • Pathoschild

          Pathoschild Tiy's Beard

          @Moragaine Fixed the manifest; thanks for the cough. ;)
           
          • Chleiya

            Chleiya Phantasmal Quasar


            Hey thanx! I just tried it out and it actually works!
             
            • Chleiya

              Chleiya Phantasmal Quasar

              Thanks for the fix. I am going to try the bed next
               
              • Moragaine

                Moragaine Existential Complex

                All of Platonymous's 'Custom' mods are very similar, once you figure out how to edit one the rest are pretty easy.
                 

                Share This Page