Coding Help How to scale up the Portraits...

Leyalluna

Cowpoke
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
    }
  ]
}
 
Top