I would like help: open the file and extract text for translation, then back packaging.
THX!
Warhammer Age of Sigmar: Tempestfall (VR Only)
-
- Posts: 8
- Joined: Fri Nov 05, 2021 6:35 am
-
- Posts: 127
- Joined: Sat Aug 07, 2021 9:49 am
Re: Warhammer Age of Sigmar: Tempestfall (VR Only)
the structure is so simple (for *.locpackbin)
Also, the *.locpack files are in csv format and you can edit them by changing their format to csv (and edit it with excel or ...)
Code: Select all
Header:
4 byte null
4 byte StringCount
Each String:
16 byte ID
4 byte null
2 byte string Size
X byte string
Also, the *.locpack files are in csv format and you can edit them by changing their format to csv (and edit it with excel or ...)
-
- Posts: 8
- Joined: Fri Nov 05, 2021 6:35 am
-
- Posts: 8
- Joined: Fri Nov 05, 2021 6:35 am
Re: Warhammer Age of Sigmar: Tempestfall (VR Only)
Thanks for the tools but I can't use it I rewrote the file to .locpakbin but you can get out a blank txt file
-
- Posts: 127
- Joined: Sat Aug 07, 2021 9:49 am
Re: Warhammer Age of Sigmar: Tempestfall (VR Only)
Dark1974 wrote:Thanks for the tools but I can't use it I rewrote the file to .locpakbin but you can get out a blank txt file
My tool only works on locpackbin files (menus.locpackbin & menus_unused.locpackbin & subtitles.locpackbin)
if you want to edit locpack files, you have to change its format to csv so that you can then edit it in Excel or other csv editors.
Also, the barks.locpackbin file has no text and does not need to be extracted
-
- Posts: 8
- Joined: Fri Nov 05, 2021 6:35 am