[Steam]-Guilty Gear Strive (.uexp, .uasset)

How to translate the files of a game
SlowPoke
Posts: 4
Joined: Fri Oct 08, 2021 6:41 pm

[Steam]-Guilty Gear Strive (.uexp, .uasset)

Post by SlowPoke »

I unpacked the game using quickbms but there aren't any tool I know that can read the file, can anyone help me?

Edited: Sorry if I'm not clear, these file are text file I'm trying to translate.
SlowPoke
Posts: 4
Joined: Fri Oct 08, 2021 6:41 pm

Re: [Steam]-Guilty Gear Strive (.uexp, .uasset)

Post by SlowPoke »

up
LinkOFF
Posts: 88
Joined: Thu Aug 11, 2016 6:52 pm

Re: [Steam]-Guilty Gear Strive (.uexp, .uasset)

Post by LinkOFF »

ggText v.0.7 -Source code
SlowPoke
Posts: 4
Joined: Fri Oct 08, 2021 6:41 pm

Re: [Steam]-Guilty Gear Strive (.uexp, .uasset)

Post by SlowPoke »

Thanks for including the source code, the tool work greats. Can I ask how do you find out where the length of each line of dialogue is in the uexp files, I try to edit the text myself and I know that it use utf-16 and the length = length * -2 but I can't find out where they are in the uexp files. Thanks again for your help.