Modding Help How to scale up the Portraits...

Discussion in 'Mods' started by leyalluna, Jul 17, 2021.

  1. leyalluna

    leyalluna Void-Bound Voyager

    I want to make a Content Patcher Mod, is there a way to scale up the portraits without using other mods like Portraiture?

    I found a code in the forums but it doesn't seem to work...

    Code:
    {
      "Format": "1.10",
      "Changes": [
        {
          "Action": "Load",
          "Target": "Portraits/Abigail",
          "FromFile": "assets/Abigail.png",
          "ScaleUp": true,
          "OriginalWidth": 128
        }
      ]
    }
     

    Share This Page