Terraria

Terraria

Terraria Official Steam Workshop
Create, discover, and download the best Texture/Language/Music Packs & Worlds in order to enhance your Terraria adventures! Create your own content to share with the world! Click below to learn how!
Learn More
Modding Question
can you edit only a part of a texture like the way you do when modding stardew valley? like if i wanted to edit only 1 achievement while allowing other mods to edit others.

{
"Action": "EditImage",
"PatchMode": "Replace",
"Target": "Maps/springobjects",
"FromFile": "assets/colored-seeds.png",
"FromArea": { "X": 16, "Y": 496, "Width": 16, "Height": 16 },
"ToArea": { "X": 16, "Y": 496, "Width": 16, "Height": 16 }
},


this is how you would edit only a segment of a sprite sheet in stardew
< >
Showing 1-2 of 2 comments
ShatFest 2 Oct, 2024 @ 12:21am 
As far as I'm aware, no you can't change individual sprites in a sheet while allowing other mods to change other sprites in a sheet. you would have to make a new mod that combines the changes into a single spread sheet. this is just do to with how the game loads the resource replacements.
thought so :c v sad. tx
< >
Showing 1-2 of 2 comments
Per page: 1530 50