How do I extract the music files from this?
http://www.jeffmakesgames.com/misc/bgm000.unity3d
I tried two BMS scripts related to Unity3D but neither worked.
I then tried something called UABE (Unity Asset Bundle Extractor - latest) but it couldn't open the file either.
Any ideas?
Phoenix Wright Ace Attorney Trilogy (Unity3d)
-
- Posts: 73
- Joined: Fri Feb 03, 2017 8:47 pm
-
- Posts: 60
- Joined: Fri Jan 25, 2019 2:47 pm
Re: Phoenix Wright Ace Attorney Trilogy (Unity3d)
Hi! First, you have to decrypt file: viewtopic.php?f=9&t=11186
Then, you'll be able to extract with UABE and convert it to .wav
Then, you'll be able to extract with UABE and convert it to .wav
-
- Posts: 73
- Joined: Fri Feb 03, 2017 8:47 pm
Re: Phoenix Wright Ace Attorney Trilogy (Unity3d)
Alright, thanks.
-
- Posts: 73
- Joined: Fri Feb 03, 2017 8:47 pm
Re: Phoenix Wright Ace Attorney Trilogy (Unity3d)
I was able to extract the music from the game from the bgm folder, but I notice several themes are apparently missing, yet I do hear them in the game.
Any ideas where the rest of the music might be stored? (Not sure where else to ask this further...)
Any ideas where the rest of the music might be stored? (Not sure where else to ask this further...)
-
- Posts: 60
- Joined: Fri Jan 25, 2019 2:47 pm
Re: Phoenix Wright Ace Attorney Trilogy (Unity3d)
Have you looked inside "sharedassets0.assets"?
-
- Posts: 73
- Joined: Fri Feb 03, 2017 8:47 pm
Re: Phoenix Wright Ace Attorney Trilogy (Unity3d)
Yes, I looked inside of it using UABE (Unity Assets Bundle Extractor) but I see nothing identified as an audio clip.
Edit: Seems the music IS all in the BGM folder, but they didn't order it properly.
Edit: Seems the music IS all in the BGM folder, but they didn't order it properly.
-
- Posts: 4
- Joined: Tue Jun 22, 2021 8:33 pm
Re: Phoenix Wright Ace Attorney Trilogy (Unity3d)
hello everytime I put the file in the game it crashes I've compressed the unity 3d file and encrypted it but the game crashes everytime I put the file back in the game
-
- Posts: 33
- Joined: Fri May 14, 2021 11:33 pm
Re: Phoenix Wright Ace Attorney Trilogy (Unity3d)
YellowBoiii wrote:hello everytime I put the file in the game it crashes I've compressed the unity 3d file and encrypted it but the game crashes everytime I put the file back in the game
okay so hi
the quick bms script doesnt repack correctly, but you can use this tool to decrypt and encrypt, its worked for me
you sadly gotta compile the tool yourself https://github.com/Kaplas80/PhoenixWrightTrilogyTools
-
- Posts: 4
- Joined: Tue Jun 22, 2021 8:33 pm
Re: Phoenix Wright Ace Attorney Trilogy (Unity3d)
SamuraiOndo wrote:okay so hi
the quick bms script doesnt repack correctly, but you can use this tool to decrypt and encrypt, its worked for me
you sadly gotta compile the tool yourself https://github.com/Kaplas80/PhoenixWrightTrilogyTools
thanks it worked for me