UXM is a tool to unpack game archives and patch the executable to load loose files instead for DS2, SotFS, DS3, and Sekiro.
Sekiro: Shadows Die Twice UXM Analysis
UXM is a tool to unpack game archives and patch the executable to load loose files instead for DS2, SotFS, DS3, and Sekiro. The blog’s goal is to analyze the project’s source code as best as I can.
Dev Environment Setup
Firstly, download these two repos:
- JKAnderson/UXM: Enables file modding for DS2, SotFS, DS3, and Sekiro by unpacking game archives and patching the executable to load loose files instead. (github.com)
- JKAnderson/SoulsFormats: A .NET library for reading and writing FromSoftware file formats. (github.com)
Then unpack and organize the folder into the following structure:
- UXM
- SoulsFormats
Then we open UXM’s .sln
Visual Studio Project file, and then the SoulsFormats will also be loaded as an exported project as well.
- 本文作者: Taardis
- 本文链接: https://taardisaa.github.io/2023/04/09/Sekiro_UXM_Analysis/
- 版权声明: 本博客所有文章除特别声明外,均采用 Apache License 2.0 许可协议。转载请注明出处!