Scale Up

Scale Up

2.1k Downloads

Allows adding higher resolution textures via ContentPatcher

Only works for "Load" Actions.
Copy this mod into the Mods folder and simply add two parameters to the 
changes in the content.json file of your ContentPack for ContentPatcher:

"ScaleUp": true,
"OriginalWidth": [Width of the original texture]


The png should be scaled by a factor of 2, 3, or 4 for best results, but any 
scale should work. Does not work for Map-Tilesheets yet.

Example:
{
  "Format": "1.5",
  "Changes": [
 {
"Action": "Load",
"Target": "Animals/Horse",
"FromFile": "horse.png",
    "ScaleUp": true,
    "OriginalWidth": 224
 }
]
}