I want to pack a game mod. This game was built by UE4.27.2, and it adopted IOstore, so there are *.pak, *.ucas, *.utoc
My Steps
- I installed offical Unreal Engine 4.27.2, and build new project.
- I modified DT_AllFlagSetupTable.uasset which is under Content\Main\Flag\Data. This file was exported by Fmodel.
- I copy game’s main folder to my project/content.
- Edit Top → Editor Preferences → Experimental Phase → Allow chunk ID assignment
- Edit top → Project Preferences → Project → Packaging → Use pak files/Use IoStore/Generate chunks
- Usin UE4.27.2 to packing mod, then it failed with “Error: Package …/…/…/…/Game/my project/Content/Main/Flag/Data/DT_AllFlagSetupTable.uasset has malformed tag”
I think my UE4 project don’t recognize DT_AllFlagSetupTable.uasset, so the packing failed.
How to import an other game datatable *.uasset file to my UE4.27.2 project? Thanks!