Demon Slayer Hinokami Chronicles 2 Modding Guide Part 1 - jpthebaby/ModdingTutorials GitHub Wiki
🎨 Texture Modding Tutorial – Demon Slayer: Hinokami Chronicles 2
🛠 Tools Required
- FModel – For extracting meshes.
- Demon Slayer 2 Mapping File – To View / Export game files.
- Sample Project – Which is made in this Tutorial for Reference
- Unreal Engine 5.3.2 – For Repacking mods.
📂 Steps to change Textures
1. Open FModel
- Locate the game pak files and add it to FModel directory also select
UE5_3in Unreal Engine Version:
2. Add Mapping File
- Go to settings then Enable Local Mapping file.
- Choose
DemonSlayer2.usmapfile and then Click OK.
3. Export Textures
For this tutorial I am exporting P0011 - Shinobu Academy Outfit Textures
- Right click the respective Textures and click
Save Texture
4. Edit the Textures
- Modify the Exported Textures by using any image editing applications.
- For this guide the
Yellow Colorchanged toBlue Color
5. Import Modified Textures into UE 5.3.2
- Open
Unreal Engine 5.3.2and createEmpty Project - Then import images into UE with the
same folder strucutureas like in FModel.
6. Unreal Engine Settings
- Go to
Edit→Editor Preferences, and in the search bar typeChunk. Allow Chunk ID Assignments
- Go to
Edit→Project Settings→Packagingand enableUse IO Storeoption.
7. Assing Chunk ID
- Rightclick the modified Texture →
Asset Actions→Assign to Chunk - Enter the
Chunk ID. The value can be from1to300.
8. Pack the Modified Textures
- Go to
Platforms→Windows→Package Project. - Make sure to select
Shippingoption either inProject settingsor inBinary Configuration.
9. Rename the Pak files
- Once Packaging done rename the files. Names can be user defined but make sure to add
_Pat the end. (If not mod will not work).
10. Move the Mod files
-
Once Renamed make a new directory called
~modson the location where pak files are located.
-
Move the
Renamed filesto this~modsdirectory.
-
Launch the Game
-
The new modified textures were loaded to game.
🎥 Video Tutorial
- If the tutorial is not clear then watch the below Video Guide.
Link To Texture Modding Tutorial