akintos / UnrealLocres

UE4 localization resource file tool
89 stars 16 forks source link

Merge function issue #11

Open E1xP opened 1 month ago

E1xP commented 1 month ago

The merge function seem will ignore some multiple layer key items.

When I try to merge two locres. I found there will be some items with key like "SwatCommandTable/Ram" that will be ignored in this process.

That result in the merge file seem have some issue.

If there is some will could fix it will be sweet. I found it only effect the merge function but not the import and export function.

I try to debug it in IDE but have no idea how to fix it. Cpp have so much different from Java.

And also there is two file in ZIP.

  1. Game.locres with key item "SwatCommandTable/Ram"

I try to run command UnrealLocres.exe merge Ue5Game.locres Game.locres. And expect to see the item in the new file.

LocalizationReadyOrNot.zip

E1xP commented 1 month ago

There should like 14k line in Game.locres file. But seem the merge function only load like 8265 item. And not loading item like "SwatCommandTable/Ram" key item.