Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Afterparty Localization Help

Featured Replies

  • Author
  • Localization

WhiteHARD, posted Wed Oct 30, 2019 5:30 pm (51810)


How to can get the language files?
  • Author
  • Localization

Ogoshi, posted Wed Oct 30, 2019 11:55 pm (51812)


I foun a few texts on "resources.assets" but nothing about the menu text and the prologue.

Maybe in texture, or dll, i really don't know. Oxenfree was more easy to found the texts.

Hope anyone can help with.
  • Author
  • Localization

yusuf0808, posted Thu Oct 31, 2019 11:20 am (51816)


The localization files are in Afterparty_Data\StreamingAssets\AssetBundles\localizations folder. But the files are encrypted I think. So we need someone to make a tool for us. I've attached the files if someone's interested.
  • Author
  • Localization

ducan012456, posted Thu Oct 31, 2019 7:00 pm (51818)


Open with UABE -> unpack -> export dump.
  • Author
  • Localization

WhiteHARD, posted Thu Oct 31, 2019 9:12 pm (51819)


ducan012456 wrote:
Open with UABE -> unpack -> export dump.


Some part export, right, but not all of them. Some parts have not in resource file i think
  • Author
  • Localization

ducan012456, posted Fri Nov 01, 2019 3:21 am (51822)


WhiteHARD wrote:
ducan012456 wrote:
Open with UABE -> unpack -> export dump.


Some part export, right, but not all of them. Some parts have not in resource file i think

I don't understand. Just export dump the file has _text at the end.
  • Author
  • Localization

WhiteHARD, posted Fri Nov 01, 2019 3:47 pm (51826)


ducan012456 wrote:
WhiteHARD wrote:
ducan012456 wrote:
Open with UABE -> unpack -> export dump.


Some part export, right, but not all of them. Some parts have not in resource file i think

I don't understand. Just export dump the file has _text at the end.


As i say some file not working. For example first dialogue part just empty text file when i export dump
  • Author
  • Localization

ducan012456, posted Fri Nov 01, 2019 5:29 pm (51829)


WhiteHARD wrote:
ducan012456 wrote:
WhiteHARD wrote:

Some part export, right, but not all of them. Some parts have not in resource file i think

I don't understand. Just export dump the file has _text at the end.


As i say some file not working. For example first dialogue part just empty text file when i export dump

Not all of the text file is text in game. You can export raw then use hxd to check it.

The game has 252 .en files, every .en files has only 1 text file or nothing. It will take you a lot of times to unpack all.
  • Author
  • Localization

yusuf0808, posted Sat Nov 02, 2019 11:55 am (51837)


ducan012456 wrote:
WhiteHARD wrote:
ducan012456 wrote:
I don't understand. Just export dump the file has _text at the end.


As i say some file not working. For example first dialogue part just empty text file when i export dump

Not all of the text file is text in game. You can export raw then use hxd to check it.

The game has 252 .en files, every .en files has only 1 text file or nothing. It will take you a lot of times to unpack all.


Actually not 252. There are total of 730 .en files. So if anybody wants to extract all of them at the same time they can use UABE with the command line.

1) Create a .batch file. It is an UTF-8 encoded text file of which each line specifies a file or directory to add or remove from the bundle file list.
For example for this game it should be DIR (Game_Directory)\Afterparty_Data\StreamingAssets\AssetBundles\localizations
Replace (Game_Directory) with your game's main folder directory.
Save the .batch file.

Then create a cmd file inside UABE folder and edit it like this:

AssetBundleExtractor.exe batchexport (yourbatchfile).batch

Run the cmd file and wait for it to finish.

Now you have all of the .assets files. You can now use UABE's GUI to export all of the text files.

Image
  • Author
  • Localization

Ogoshi, posted Sat Nov 02, 2019 3:49 pm (51839)


yusuf0808 wrote:
Actually not 252. There are total of 730 .en files. So if anybody wants to extract all of them at the same time they can use UABE with the command line.

1) Create a .batch file. It is an UTF-8 encoded text file of which each line specifies a file or directory to add or remove from the bundle file list.
For example for this game it should be DIR (Game_Directory)\Afterparty_Data\StreamingAssets\AssetBundles\localizations
Replace (Game_Directory) with your game's main folder directory.
Save the .batch file.

Then create a cmd file inside UABE folder and edit it like this:

AssetBundleExtractor.exe batchexport (yourbatchfile).batch

Run the cmd file and wait for it to finish.

Now you have all of the .assets files. You can now use UABE's GUI to export all of the text files.


Can you do a CMD file? Idk how to do this. If you dont mind?

Anyone know how much lines of text the game have?
  • Author
  • Localization

ducan012456, posted Sat Nov 02, 2019 4:03 pm (51840)


About 9000.
  • Author
  • Localization

yusuf0808, posted Sun Nov 03, 2019 9:16 am (51856)


Ogoshi wrote:
yusuf0808 wrote:
Actually not 252. There are total of 730 .en files. So if anybody wants to extract all of them at the same time they can use UABE with the command line.

1) Create a .batch file. It is an UTF-8 encoded text file of which each line specifies a file or directory to add or remove from the bundle file list.
For example for this game it should be DIR (Game_Directory)\Afterparty_Data\StreamingAssets\AssetBundles\localizations
Replace (Game_Directory) with your game's main folder directory.
Save the .batch file.

Then create a cmd file inside UABE folder and edit it like this:

AssetBundleExtractor.exe batchexport (yourbatchfile).batch

Run the cmd file and wait for it to finish.

Now you have all of the .assets files. You can now use UABE's GUI to export all of the text files.


Can you do a CMD file? Idk how to do this. If you dont mind?

Anyone know how much lines of text the game have?


Here are the cmd files. Remember that you need to edit the (yourbatchfile).batch according to the name of your .batch file.
  • Author
  • Localization

WhiteHARD, posted Sun Nov 03, 2019 5:32 pm (51860)


ducan012456 wrote:
About 9000.

How to import this file? Which program do you use?
  • Author
  • Localization

ducan012456, posted Sun Nov 03, 2019 7:54 pm (51865)


WhiteHARD wrote:
ducan012456 wrote:
About 9000.

How to import this file? Which program do you use?

UnityEX and UnityText 2
  • Author
  • Localization

WhiteHARD, posted Tue Nov 05, 2019 11:13 am (51911)


Okay, I figured it out, but not all the texts are here still.
  • Author
  • Localization

yusuf0808, posted Fri Nov 15, 2019 9:16 am (52114)


ducan012456 wrote:
About 9000.


Hey ducan, did you use the files I uploaded here? I am asking because when I try to export the text from them I cannot get all the text. But you seem to be able to do it.
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.