Please help me for .bundle file packing and unpacking [UnityFS 5.x.x.2019.4.4f1]
-
- Posts: 19
- Joined: Wed Dec 08, 2021 8:05 pm
Please help me for .bundle file packing and unpacking [UnityFS 5.x.x.2019.4.4f1]
Hello everyone
I want to change the Wasteland 3 language file. I've been searching for 2 weeks. I opened the file as json but I can't repack it as .bundle file extension. UABEA, UABE, UnityEX, UnityText etc. I tried all the tools. I'm trying to reverse engineer with QuickBMS but I don't have enough knowledge to write scripts. How can I repackage this .bundle file? Your help is very important to me, maybe the HEX editor output and .bundle file below will help you.
I am waiting for your help please save me from this trouble...
.bundle File
Hex Output
I want to change the Wasteland 3 language file. I've been searching for 2 weeks. I opened the file as json but I can't repack it as .bundle file extension. UABEA, UABE, UnityEX, UnityText etc. I tried all the tools. I'm trying to reverse engineer with QuickBMS but I don't have enough knowledge to write scripts. How can I repackage this .bundle file? Your help is very important to me, maybe the HEX editor output and .bundle file below will help you.
I am waiting for your help please save me from this trouble...
.bundle File
Hex Output
-
- Posts: 19
- Joined: Wed Dec 08, 2021 8:05 pm
Re: Please help me for .bundle file packing and unpacking [UnityFS 5.x.x.2019.4.4f1]
Come on, nobody really knows?
-
- Posts: 49
- Joined: Thu Sep 04, 2014 9:34 pm
Re: Please help me for .bundle file packing and unpacking [UnityFS 5.x.x.2019.4.4f1]
Try this, if it works. I don't have the game. I changed every "New game" text to "TESTTESTTEST".
https://www1.zippyshare.com/v/Q6FRDtSh/file.html
https://www1.zippyshare.com/v/Q6FRDtSh/file.html
-
- Posts: 19
- Joined: Wed Dec 08, 2021 8:05 pm
Re: Please help me for .bundle file packing and unpacking [UnityFS 5.x.x.2019.4.4f1]
lostprophet wrote:Try this, if it works. I don't have the game. I changed every "New game" text to "TESTTESTTEST".
https://www1.zippyshare.com/v/Q6FRDtSh/file.html
Yes it works perfectly. How did you do this? You are a great life saver....
-
- Posts: 49
- Joined: Thu Sep 04, 2014 9:34 pm
Re: Please help me for .bundle file packing and unpacking [UnityFS 5.x.x.2019.4.4f1]
Syfity wrote:lostprophet wrote:Try this, if it works. I don't have the game. I changed every "New game" text to "TESTTESTTEST".
https://www1.zippyshare.com/v/Q6FRDtSh/file.html
Yes it works perfectly. How did you do this? You are a great life saver....
UnityEX + UnityText.
I have the paid version of UnityEX, however I don't know if it's needed.
You open the bundle file in UnityEX, you unpack the "CAB-83ff0546f42d84e747fefe7ae7126de0_00001.114" file.
You open that file in UnityText, export it to .csv. Then you translate, import back with UnityText and then UnityEX.
I use the below version of UnityText:
https://www8.zippyshare.com/v/TlQ1LXFm/file.html
-
- Posts: 19
- Joined: Wed Dec 08, 2021 8:05 pm
Re: Please help me for .bundle file packing and unpacking [UnityFS 5.x.x.2019.4.4f1]
lostprophet wrote:Syfity wrote:lostprophet wrote:Try this, if it works. I don't have the game. I changed every "New game" text to "TESTTESTTEST".
https://www1.zippyshare.com/v/Q6FRDtSh/file.html
Yes it works perfectly. How did you do this? You are a great life saver....
UnityEX + UnityText.
I have the paid version of UnityEX, however I don't know if it's needed.
You open the bundle file in UnityEX, you unpack the "CAB-83ff0546f42d84e747fefe7ae7126de0_00001.114" file.
You open that file in UnityText, export it to .csv. Then you translate, import back with UnityText and then UnityEX.
I use the below version of UnityText:
https://www8.zippyshare.com/v/TlQ1LXFm/file.html
Unfortunately I don't have UnityEx paid version. Is there another tool I can open? Do you know?
-
- Posts: 49
- Joined: Thu Sep 04, 2014 9:34 pm
-
- Posts: 19
- Joined: Wed Dec 08, 2021 8:05 pm
Re: Please help me for .bundle file packing and unpacking [UnityFS 5.x.x.2019.4.4f1]
Unfortunately, both were unable to extract the file. Again we are back where we started.
There must be another solution. I believe we can achieve this with QuickBMS, but I don't know how to write a bms script. aluigi can you help with this? I tried all the scripts here http://aluigi.altervista.org/quickbms.htm but none of them worked.
-
- Posts: 49
- Joined: Thu Sep 04, 2014 9:34 pm
Re: Please help me for .bundle file packing and unpacking [UnityFS 5.x.x.2019.4.4f1]
Just export the text with the UnityText I uploaded before, and I'll import it back to the bundle file, when you need it.
https://www109.zippyshare.com/v/btmbeIwN/file.html
https://www109.zippyshare.com/v/btmbeIwN/file.html
-
- Posts: 19
- Joined: Wed Dec 08, 2021 8:05 pm
Re: Please help me for .bundle file packing and unpacking [UnityFS 5.x.x.2019.4.4f1]
lostprophet wrote:Just export the text with the UnityText I uploaded before, and I'll import it back to the bundle file, when you need it.
https://www109.zippyshare.com/v/btmbeIwN/file.html
Unfortunately UnityText cannot open the .bundle file. I need to extract the files first.
I can extract it as json with AssetStudioGUI, but I need to import it as txt with UABEAvalonia. For this, I need to convert the json file to txt format with its structure intact. When you convert it to txt format with Notepad++, its structure is broken.
Localization files of newly released games are always like this, maybe I can do it with UABEAvalonia if I can find a way to convert the json file to txt format with its structure intact.
-
- Posts: 49
- Joined: Thu Sep 04, 2014 9:34 pm
Re: Please help me for .bundle file packing and unpacking [UnityFS 5.x.x.2019.4.4f1]
My bad, I uploaded the wrong file. Here you go.
-
- Posts: 19
- Joined: Wed Dec 08, 2021 8:05 pm
Re: Please help me for .bundle file packing and unpacking [UnityFS 5.x.x.2019.4.4f1]
lostprophet wrote:My bad, I uploaded the wrong file. Here you go.
Thanks for your help mate but this solution is only valid for this game, I translate other games as well and translation files for new games are always like that. For example, the attached file belongs to The Last Stand Aftermath game and this file has the same problem. I need to extract and reassemble the files myself. I am looking for a solution for this. I can't always make you do this. Maybe if I can convert the json file to txt format with its structure intact, I can merge it again. I don't know if there is a solution to this? I wish I knew more about reverse engineering.
-
- Posts: 49
- Joined: Thu Sep 04, 2014 9:34 pm
Re: Please help me for .bundle file packing and unpacking [UnityFS 5.x.x.2019.4.4f1]
Syfity wrote:lostprophet wrote:My bad, I uploaded the wrong file. Here you go.
Thanks for your help mate but this solution is only valid for this game, I translate other games as well and translation files for new games are always like that. For example, the attached file belongs to The Last Stand Aftermath game and this file has the same problem. I need to extract and reassemble the files myself. I am looking for a solution for this. I can't always make you do this. Maybe if I can convert the json file to txt format with its structure intact, I can merge it again. I don't know if there is a solution to this? I wish I knew more about reverse engineering.
dialoguetext_assets_dialoguetext_en.rar
Have you checked this topic? viewtopic.php?f=12&t=16212
-
- Posts: 19
- Joined: Wed Dec 08, 2021 8:05 pm
Re: Please help me for .bundle file packing and unpacking [UnityFS 5.x.x.2019.4.4f1]
lostprophet wrote:Syfity wrote:lostprophet wrote:My bad, I uploaded the wrong file. Here you go.
Thanks for your help mate but this solution is only valid for this game, I translate other games as well and translation files for new games are always like that. For example, the attached file belongs to The Last Stand Aftermath game and this file has the same problem. I need to extract and reassemble the files myself. I am looking for a solution for this. I can't always make you do this. Maybe if I can convert the json file to txt format with its structure intact, I can merge it again. I don't know if there is a solution to this? I wish I knew more about reverse engineering.
dialoguetext_assets_dialoguetext_en.rar
Have you checked this topic? viewtopic.php?f=12&t=16212
Yes, I just replied to the topic, I keep getting an error with UABEA.
-
- Posts: 19
- Joined: Wed Dec 08, 2021 8:05 pm
Re: Please help me for .bundle file packing and unpacking [UnityFS 5.x.x.2019.4.4f1]
Problem solved.
The whole problem is that the language of the Windows 10 I am using is not English.
Thanks for all your help my friend @lostprophet
Detailed Solution:
https://zenhax.com/viewtopic.php?f=12&t=16212
The whole problem is that the language of the Windows 10 I am using is not English.
Thanks for all your help my friend @lostprophet
Detailed Solution:
https://zenhax.com/viewtopic.php?f=12&t=16212