• Hi Guest! To get rid of ads on the page, please consider donating through user upgrades or other methods.

Voice JP Voice - Batch File for making your own JP Voice Pack

GunerX

Administrator
Staff member
Administrator
Moderator
It is becoming increasingly difficult for me to keep up with the voice packs since my laptop which I use for it is slowly dying, plus real life getting in the way. So I have made a batch file for anyone out there that wants to make their own JP Voice pack quickly and easily.

(this should be common sense, but I know some of you out there will try to do this anyway, so here it is......YOU MUST HAVE THE JAPANESE BLADE AND SOUL CLIENT INSTALLED ON YOUR COMPUTER TO USE THIS)

This file will find your install, make a mod folder in the cookedpc folder, make a JP Voice folder, and then copy all the files (note this is all happening in the JAPANESE Client files, NOT NA/EU).

You don't have permission to view content!
You don't have permission to view content!

Pastebin:
 
Last edited:

Jerwin

Cricket
Member
Thanks for this, could be useful.
Is this up to date for copying voice files for story act 11 released on 6/17/2020 on the JP servers?

Some batch file corrections:

Lines 1508 to 2955 are like below.

xcopy /s /v /z /q /y "%AppPath2%\00002843.upk" "%AppPath2%\mod\JP Voice"

The left side path should be AppPath1.

Also small typo on line 46. "contens" should be "contents".

I've also been curious how you come up with the list of files to copy. Are you unpacking all the files to confirm the contents for sound files or something?
 

GunerX

Administrator
Staff member
Administrator
Moderator
Thanks for this, could be useful.
Is this up to date for copying voice files for story act 11 released on 6/17/2020 on the JP servers?

Some batch file corrections:

Lines 1508 to 2955 are like below.

xcopy /s /v /z /q /y "%AppPath2%\00002843.upk" "%AppPath2%\mod\JP Voice"

The left side path should be AppPath1.

Also small typo on line 46. "contens" should be "contents".

I've also been curious how you come up with the list of files to copy. Are you unpacking all the files to confirm the contents for sound files or something?
those are not typos. they are supposed to be that way.
the left side path is correct.
contens should be contents but its a minor typo that idont feel like fixing.
it "should" be up to date because the upk list is based on KR, not JP. the way I make my UPK list is unique compared to how most people would think to do it. I first get a upk list via the KR voice pack. dump the upks into the list. then i run content cop on the JP client searching for sound files and dump that list of upks into the list. then i run a Dedup search. Sort. then i have to redup the list because KR uses only 1 directory, while every other region uses 2 directories. hence the part that says "Ignore File Not Found errors." this ensures future proofing, aswell as making sure I dont miss any special files that might be JP only.
 

Jerwin

Cricket
Member
Aha I think I get it now. Since the upks can be in 2 different directories you're cycling through the list on both possible folders to copy the files.

Your method for making the UPK list was also educational, I had not even heard of dedup/redup searches before.

Anyhow I ran your batch file and it indeed works. It copied over 894 files. Noticeably less than your JP Voice 3-18-2020 pack which has 1448 files. Don't know why such a big difference.
 

GunerX

Administrator
Staff member
Administrator
Moderator
Aha I think I get it now. Since the upks can be in 2 different directories you're cycling through the list on both possible folders to copy the files.

Your method for making the UPK list was also educational, I had not even heard of dedup/redup searches before.

Anyhow I ran your batch file and it indeed works. It copied over 894 files. Noticeably less than your JP Voice 3-18-2020 pack which has 1448 files. Don't know why such a big difference.
:thinking:

I might have messed something up. I will double check everything and even remake the upk list from scratch. As I said before, my laptop is in the process of dying and its difficult to get it to work long enough to do all the stuff I need to do for this.
Post automatically merged:

Aha I think I get it now. Since the upks can be in 2 different directories you're cycling through the list on both possible folders to copy the files.

Your method for making the UPK list was also educational, I had not even heard of dedup/redup searches before.

Anyhow I ran your batch file and it indeed works. It copied over 894 files. Noticeably less than your JP Voice 3-18-2020 pack which has 1448 files. Don't know why such a big difference.
I fixed it. Oddly enough, xcopy, the more robust and honestly the correct method of doing this, doesn't work with copying from Parent Directory to Child Directory. So it was only catching half the files which existed in the other directory. The far less robust, copy, works just fine. You should get 1566 files.
 
Last edited:

Victor (Miyachi)

Cricket
Member
I fixed it. Oddly enough, xcopy, the more robust and honestly the correct method of doing this, doesn't work with copying from Parent Directory to Child Directory. So it was only catching half the files which existed in the other directory. The far less robust, copy, works just fine. You should get 1566 files.

I used your script and got 1562 files, but act 11's dialogues are still in english when you talk to the NPCs, the only thing in japanese is what they say when you're just near them. Do you have any idea about why this is happening? If you're having technical issues and can't test the fix yourself, could you explain how you can tell which files are related to dialogues?

Thanks for helping us weebs :bnspeace:
 
Last edited:
Top Bottom