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!
了解更多
calvinosinclair 46 2024 年 10 月 1 日 下午 7:32
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
< >
正在显示第 1 - 2 条,共 2 条留言
ShatFest 2024 年 10 月 2 日 上午 12:21 
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.
calvinosinclair 46 2024 年 10 月 2 日 上午 12:24 
thought so :c v sad. tx
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50