The Ur-Quan Masters Home Page Welcome, Guest. Please login or register.
Did you miss your activation email?
October 03, 2024, 07:55:24 pm
Home Help Search Login Register
News: Celebrating 30 years of Star Control 2 - The Ur-Quan Masters

+  The Ur-Quan Masters Discussion Forum
|-+  The Ur-Quan Masters Re-Release
| |-+  General UQM Discussion (Moderator: Death 999)
| | |-+  Star Control II Japanese Voices - need abx2wav
« previous next »
Pages: [1] Print
Author Topic: Star Control II Japanese Voices - need abx2wav  (Read 3217 times)
discoalucard
Zebranky food
*
Offline Offline

Posts: 4



View Profile
Star Control II Japanese Voices - need abx2wav
« on: October 01, 2013, 01:50:22 am »

So I've been toying with an idea to extract all of the voices from the Japanese 3DO version of Star Control II and add them to The Ur-Quan Masters. I bought a copy of the game, made an ISO and extracted all of the voice files, but right now they're all in ABX format. I've seen some references to a program called ABX2WAV but I can only find the source code and not any compiled version. Can anyone supply one for Windows?

After this is done, it should be easy to do a batch convert to change these into OGG files, rename them, zip them up, and hope they match up 1:1 with the voice files in the standard UQM package!
« Last Edit: October 01, 2013, 03:20:02 am by discoalucard » Logged
oldlaptop
*Smell* controller
****
Offline Offline

Posts: 337



View Profile
Re: Star Control II Japanese Voices - need abx2wav
« Reply #1 on: October 01, 2013, 05:34:13 am »

Linux-to-windows cross-compiled binary of UQM's current abx2wav source - I have no ABX files to test it on, but it seems to run at least:

http://plantmonster.homeip.net/~oldlaptop/abx2wav.exe

This is seemingly a commandline utility which does one file at a time. There's a *nix shellscript included in UQM's source control with it:

(click to show/hide)
Logged

Play Supermelee online in #uqm-arena!
Netmelee Improvement Mod
dczanik
*Smell* controller
****
Offline Offline

Posts: 306



View Profile WWW
Re: Star Control II Japanese Voices - need abx2wav
« Reply #2 on: October 02, 2013, 02:25:49 am »

So I've been toying with an idea to extract all of the voices from the Japanese 3DO version of Star Control II and add them to The Ur-Quan Masters. I bought a copy of the game, made an ISO and extracted all of the voice files, but right now they're all in ABX format. I've seen some references to a program called ABX2WAV but I can only find the source code and not any compiled version. Can anyone supply one for Windows?

After this is done, it should be easy to do a batch convert to change these into OGG files, rename them, zip them up, and hope they match up 1:1 with the voice files in the standard UQM package!

Please keep us updated on this. I've always wanted to try the game with Japanese voices since I heard it existed.
Logged

- Damon
Ur-Quan Masters HD Project leader/artist. Project 6014 Artist.  Like my art? Please check out some of my other artwork
discoalucard
Zebranky food
*
Offline Offline

Posts: 4



View Profile
Re: Star Control II Japanese Voices - need abx2wav
« Reply #3 on: October 02, 2013, 03:31:10 am »

Linux-to-windows cross-compiled binary of UQM's current abx2wav source - I have no ABX files to test it on, but it seems to run at least:

http://plantmonster.homeip.net/~oldlaptop/abx2wav.exe

This is seemingly a commandline utility which does one file at a time. There's a *nix shellscript included in UQM's source control with it:


Thanks! This did the trick. I've been slowly batch converting these over and successfully tested it within the game.

The problem I've run into now is that, in practically ever case, the Japanese sound files are shorter than their English equivalents. Most of the time it works OK, but there are occasions when the sound file ends before the subtitles do, so it cuts off the rest of them. It looks like I need to edit the timestamp files, and it seems like a program exists that should help me out, but the link is broken. It's mentioned on this page:

http://wiki.uqm.stack.nl/Translations#Tools

Actually, I think I found it here, but again, it's uncompiled:

http://sc2.cvs.sourceforge.net/viewvc/sc2/tools/synch/

If anyone could dig up/compile that tool, it would be a tremendous help. Thanks!

Fun bonus fact: in the English 3DO version, the captain is named Zelnick and the ship is the Vindicator. In comparison, in the Japanese 3DO version, the captain is named Isamu, and the ship is the Kamui.
« Last Edit: October 02, 2013, 04:03:01 am by discoalucard » Logged
oldlaptop
*Smell* controller
****
Offline Offline

Posts: 337



View Profile
Re: Star Control II Japanese Voices - need abx2wav
« Reply #4 on: October 02, 2013, 03:58:28 am »

http://sourceforge.net/p/sc2/uqm/ci/master/tree/tools/synch/ - I can probably cross-build this too, if you want, but it is apparently going to need an extra DLL or two. (It also seemingly doesn't generate subtitles directly and needs a perl script to do that, so you'd need to be able to run perl.)
Logged

Play Supermelee online in #uqm-arena!
Netmelee Improvement Mod
discoalucard
Zebranky food
*
Offline Offline

Posts: 4



View Profile
Re: Star Control II Japanese Voices - need abx2wav
« Reply #5 on: October 02, 2013, 04:08:14 am »

http://sourceforge.net/p/sc2/uqm/ci/master/tree/tools/synch/ - I can probably cross-build this too, if you want, but it is apparently going to need an extra DLL or two. (It also seemingly doesn't generate subtitles directly and needs a perl script to do that, so you'd need to be able to run perl.)

Haha, as soon as I posted I found the source codes...but yeah, I'd need this compiled for Windows, too. I've no experience with perl though.

I've figured out how the timescript files are structured, at least, I guess I could just do it all roughly by hand, though it could take a bit of time. Of course, that means the subtitles will have to go by quite a bit faster, but it should still be okay.

The speech definitely runs much faster in Japanese. For example, in English, the opening Spathi line is 56 seconds. In Japanese, it's only 25! Part of this is due to how much faster the actor talks, but it looks like the Japanese version plain omits some lines, too.

Thanks!
« Last Edit: October 02, 2013, 05:46:41 am by discoalucard » Logged
dczanik
*Smell* controller
****
Offline Offline

Posts: 306



View Profile WWW
Re: Star Control II Japanese Voices - need abx2wav
« Reply #6 on: October 02, 2013, 06:39:50 am »

http://sourceforge.net/p/sc2/uqm/ci/master/tree/tools/synch/ - I can probably cross-build this too, if you want, but it is apparently going to need an extra DLL or two. (It also seemingly doesn't generate subtitles directly and needs a perl script to do that, so you'd need to be able to run perl.)

Haha, as soon as I posted I found the source codes...but yeah, I'd need this compiled for Windows, too. I've no experience with perl though.

I've figured out how the timescript files are structured, at least, I guess I could just do it all roughly by hand, though it could take a bit of time. Of course, that means the subtitles will have to go by quite a bit faster, but it should still be okay.

The speech definitely runs much faster in Japanese. For example, in English, the opening Spathi line is 56 seconds. In Japanese, it's only 25! Part of this is due to how much faster the actor talks, but it looks like the Japanese version plain omits some lines, too.

Thanks!

If you understand Japanese,  do you think it would be possible to create a Japanese translation of the text (in the future)?  Even if the audio is in Japanese,  the menu text, settings,  etc. would still be in English.
Logged

- Damon
Ur-Quan Masters HD Project leader/artist. Project 6014 Artist.  Like my art? Please check out some of my other artwork
Parker
*Many bubbles*
***
Offline Offline

Posts: 122



View Profile
Re: Star Control II Japanese Voices - need abx2wav
« Reply #7 on: October 02, 2013, 09:53:19 pm »

Hey, is that alucard from IRC a long time ago? Smiley

The Japanese voices are available in .ogg format from http://uqm-mods.sourceforge.net/#/Downloads under miscellaneous, or this more direct link: http://sourceforge.net/projects/uqm-mods/files/Misc/JP-3DO.zip/download

With these I think you can simply overwrite the existing voice files and play the game with Japanese voices.
Logged
dczanik
*Smell* controller
****
Offline Offline

Posts: 306



View Profile WWW
Re: Star Control II Japanese Voices - need abx2wav
« Reply #8 on: October 03, 2013, 08:28:24 pm »

Hey, is that alucard from IRC a long time ago? Smiley

The Japanese voices are available in .ogg format from http://uqm-mods.sourceforge.net/#/Downloads under miscellaneous, or this more direct link: http://sourceforge.net/projects/uqm-mods/files/Misc/JP-3DO.zip/download

With these I think you can simply overwrite the existing voice files and play the game with Japanese voices.

Awesome. I'll see if we can't have this as an option in the next version of UQM-HD. To make it easier so people can run either voice package.
Logged

- Damon
Ur-Quan Masters HD Project leader/artist. Project 6014 Artist.  Like my art? Please check out some of my other artwork
Kwayne
*Many bubbles*
***
Offline Offline

Gender: Male
Posts: 189



View Profile
Re: Star Control II Japanese Voices - need abx2wav
« Reply #9 on: October 03, 2013, 10:32:28 pm »

Great! Another reason to play UQM through again for japanophiles like me. Smiley

Is there a list of the japanese dub cast out there? Some of them sound familiar to me?
Logged

Check dA for some of my non-art ... http://kwayne64.deviantart.com/
dczanik
*Smell* controller
****
Offline Offline

Posts: 306



View Profile WWW
Re: Star Control II Japanese Voices - need abx2wav
« Reply #10 on: October 03, 2013, 11:18:11 pm »

Great! Another reason to play UQM through again for japanophiles like me. Smiley

Is there a list of the japanese dub cast out there? Some of them sound familiar to me?

Heh. You were the first person I thought of when I saw this was available.
"I bet Kwayne would love it!"

If you care to test it, I renamed some files, so it matches UQM 0.7, and added some .TS files. Not done, but now it's easier to run it as an addon. No need to overwrite the 3D0 voices. Just copy it to the content/addons folder.

Just run it with the addon extension
uqm.exe --addon=jap_audio

The .TS files are based on the English version. They'll have to change.

https://code.google.com/p/uqm-hd/source/browse/trunk/content/addons/jap_audio.zip

Ur-Quan and Hayes should at least work. So if it doesn't, let me know. I may have messed up somewhere.
Logged

- Damon
Ur-Quan Masters HD Project leader/artist. Project 6014 Artist.  Like my art? Please check out some of my other artwork
discoalucard
Zebranky food
*
Offline Offline

Posts: 4



View Profile
Re: Star Control II Japanese Voices - need abx2wav
« Reply #11 on: October 05, 2013, 01:20:20 am »

If you understand Japanese,  do you think it would be possible to create a Japanese translation of the text (in the future)?  Even if the audio is in Japanese,  the menu text, settings,  etc. would still be in English.

Ah, sorry, not nearly well enough to translate something like this! If it were possible to extract the script from the 3DO-J version, I suppose it could be integrated. But it's like the English 3DO version - the spoken text is not subtitled. The only text actually in Japanese are the dialogue selections and the main menu. The rest of the menus and the text are still in English. The rather-thick manual (it's a dual CD case) has Japanese translations (katakana) of the star system names and such.

I had planned to go through the .TS files and retime them by hand. If I get some spare bits this weekend, I'll give it a shot. What I was planning on doing was playing the English and Japanese files side-by-side, and if the Japanese file was shorter, remove the difference, proportionally, from the timing in the file. This wouldn't need to be done for EVERY speech file, but it would still take a bit of time.

Is there any debug function in the game to run through the dialogue scenes so these could be tested?
Logged
oldlaptop
*Smell* controller
****
Offline Offline

Posts: 337



View Profile
Re: Star Control II Japanese Voices - need abx2wav
« Reply #12 on: October 05, 2013, 01:48:23 am »

Unfortunately I probably won't be able to build the sync tool for Windows - I might be able to run it myself if you want, using Parker's files (or yours if you can upload somewhere).
Logged

Play Supermelee online in #uqm-arena!
Netmelee Improvement Mod
Pages: [1] Print 
« previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Valid XHTML 1.0! Valid CSS!