这是Terraria v 1.4.4.9 最新版贴图文件 提取自Images内的XNB文件
你要自行提取嘛?
1.这里提供[一个工具],当然GitHub搜索一大堆啦!
2.但是缺点是还会保留原本的xnb文件,如果介意的话可以写一个python脚本啦
import os
def Get_Files(directory, extension):
files = []
for root, dirs, filenames in os.walk(directory):
for filename in filenames:
if...
Terraria: Journey's End Changelog:
https://terraria.org/news/terraria-journey-s-end-changelog
This update has been a labor of love, tirelessly worked on by our team over a good while, and we truly feel that it brings Terraria to the next level, to a place where the core game can finally be...