幻兽帕鲁贴图导出uasset转png
Palworld Texture Export uasset to png
这里用到UnrealPakViewer和UE4-DDS-Tools工具执行,这里提供批量uasset导出png的bat。
Here, UnrealPakViewer and UE4 DDS Tools tools are used for execution, And provide batch uasset export of png bat.
https://github.com/jashking/UnrealPakViewer
https://github.com/matyalatte/UE4-DDS-Tools
Pal-Windows.pak文件可以通过UnrealPakViewer导出
The Pal-Windows.pak file can be exported through UnrealPakViewer.
https://ruisan.blog.jp/archives/23713491.html
export_as_png.bat文件放入UE4-DDS-Tools文件夹里;
* The export_as_png.bat file into the UE4-DDS-Tools folder;
uasset to png Batch.bat也放入UE4-DDS-Tools文件夹里,通过文本编辑set "work_path=的值改为需要批量导出的文件夹目录;
* uasset to png Batch.bat is also placed in the UE4-DDS-Tools folder, edit the value of set "work_path=" and change it to the folder directory that needs to be exported in bulk.
*这个bat含有/r遍历指定目录的全部子目录,建议不要一下子去导出整个Texture文件夹,不然会卡死
*This bat contains/r to traverse all subdirectories of the specified directory. It is recommended not to export the entire Texture folder, otherwise the computer will not respond.