Devil May Cry 5 msg files

How to translate the files of a game
rengareng
Posts: 46
Joined: Thu Aug 14, 2014 3:29 am

Devil May Cry 5 msg files

Post by rengareng »

Hi y'all,

I updated tool for Devil May Cry 5. You can use this tool to modify Devil May Cry .msg.14 files.
Please don't use the tool to create translations which require donation!

Code: Select all

Devil May Cry 5 -- msg tool -- celikeins -- 2019.03.09
export: dmc5-msg-tool.exe mes_file_01.msg.14
import: dmc5-msg-tool.exe mes_file_01.msg.14.txt


Have nice translations!

Edit:
- Included tool to export and import a specific language here: viewtopic.php?f=12&t=11012&p=45776#p45776
- Updated tool to handle 2 failing files.
Last edited by rengareng on Thu Mar 14, 2019 9:34 pm, edited 2 times in total.
anil523
Posts: 46
Joined: Tue Nov 13, 2018 5:10 pm

Re: Devil May Cry 5 msg files

Post by anil523 »

Great work! :D
skyhot004
Posts: 2
Joined: Sun Apr 29, 2018 11:00 am

Re: Devil May Cry 5 msg files

Post by skyhot004 »

I'm stuck, I cannot find .msg.14 in any file I extracted...
sergop
Posts: 125
Joined: Mon Jul 31, 2017 2:28 am

Re: Devil May Cry 5 msg files

Post by sergop »

How do u extract? I've searched but can't find tool.
elybelbely
Posts: 21
Joined: Sun Mar 10, 2019 11:03 am

Re: Devil May Cry 5 msg files

Post by elybelbely »

Should I extract "re_chunk_000.pak" file? But how? Is this .pak file like UE4 .pak?
extrme_sports
Posts: 40
Joined: Thu Jan 31, 2019 10:36 am

Re: Devil May Cry 5 msg files

Post by extrme_sports »

How can i reimport pak file ? I can extract files but cannot reimport.
elybelbely
Posts: 21
Joined: Sun Mar 10, 2019 11:03 am

Re: Devil May Cry 5 msg files

Post by elybelbely »

extrme_sports wrote:How can i reimport pak file ? I can extract files but cannot reimport.

How did you extract them?
sergop
Posts: 125
Joined: Mon Jul 31, 2017 2:28 am

Re: Devil May Cry 5 msg files

Post by sergop »

skymoon
Posts: 2
Joined: Wed Mar 13, 2019 6:00 pm

Re: Devil May Cry 5 msg files

Post by skymoon »

great tool! but there are only english messages in imported files.
isn't it right? how can i find other language messages?
Dark Sonic
Posts: 9
Joined: Tue Aug 16, 2016 9:16 pm

Re: Devil May Cry 5 msg files

Post by Dark Sonic »

rengareng wrote:Hi y'all,

I updated tool for Devil May Cry 5. You can use this tool to modify Devil May Cry .msg.14 files.
Please don't use the tool to create translations which require donation!

Code: Select all

Devil May Cry 5 -- msg tool -- celikeins -- 2019.03.09
export: dmc5-msg-tool.exe mes_file_01.msg.14
import: dmc5-msg-tool.exe mes_file_01.msg.14.txt


Have nice translations!

Edit:
- Updated tool to handle 2 failing files.

How to extract the Russian text? What files is it in?
rengareng
Posts: 46
Joined: Thu Aug 14, 2014 3:29 am

Re: Devil May Cry 5 msg files

Post by rengareng »

All languages are in this file, but I only extract English.
Dark Sonic
Posts: 9
Joined: Tue Aug 16, 2016 9:16 pm

Re: Devil May Cry 5 msg files

Post by Dark Sonic »

rengareng wrote:All languages are in this file, but I only extract English.

Can you add a function so that Russian can be extracted and modified?
And then the translation has an incorrectly translated text that I would like to correct.
rengareng
Posts: 46
Joined: Thu Aug 14, 2014 3:29 am

Re: Devil May Cry 5 msg files

Post by rengareng »

Dark Sonic wrote:
rengareng wrote:All languages are in this file, but I only extract English.

Can you add a function so that Russian can be extracted and modified?
And then the translation has an incorrectly translated text that I would like to correct.


You can use this version to extract and repack a specific language.

Code: Select all

Devil May Cry 5 -- msg tool -- celikeins -- 2019.03.14
export: dmc5-msg-tool.exe mes_file_01.msg.14 [lang_code]
import: dmc5-msg-tool.exe mes_file_01.msg.14.txt [lang_code]
 * default lang_code is en.
 * lang_code = {ja, en, fr, it, de, es, ru, pl, ptBR, ko, zhTW, zhCN}
skymoon
Posts: 2
Joined: Wed Mar 13, 2019 6:00 pm

Re: Devil May Cry 5 msg files

Post by skymoon »

rengareng wrote:
Dark Sonic wrote:
rengareng wrote:All languages are in this file, but I only extract English.

Can you add a function so that Russian can be extracted and modified?
And then the translation has an incorrectly translated text that I would like to correct.


You can use this version to extract and repack a specific language.

Code: Select all

Devil May Cry 5 -- msg tool -- celikeins -- 2019.03.14
export: dmc5-msg-tool.exe mes_file_01.msg.14 [lang_code]
import: dmc5-msg-tool.exe mes_file_01.msg.14.txt [lang_code]
 * default lang_code is en.
 * lang_code = {ja, en, fr, it, de, es, ru, pl, ptBR, ko, zhTW, zhCN}



Thank you!!
elybelbely
Posts: 21
Joined: Sun Mar 10, 2019 11:03 am

Re: Devil May Cry 5 msg files

Post by elybelbely »


I use this Script but I can't open re_chunk_000.pak file. Is this the right file that I have to open?
sergop
Posts: 125
Joined: Mon Jul 31, 2017 2:28 am

Re: Devil May Cry 5 msg files

Post by sergop »

You also need the filename file file from the post.
elybelbely
Posts: 21
Joined: Sun Mar 10, 2019 11:03 am

Re: Devil May Cry 5 msg files

Post by elybelbely »

sergop wrote:You also need the filename file file from the post.

I have no idea what does this mean..! Can help me more? I get this when I try to extract the file:
- SCAN_INPUT_FILE_PATH re_pak_names.list

- error in src\cmd.c line 1814: CMD_NameCRC_func()
Error: No such file or directory

Last script line before the error or that produced the error:
18 namecrc NAME NAME_CRC_L "re_pak_names.list" 32

Press ENTER or close the window to quit
sergop
Posts: 125
Joined: Mon Jul 31, 2017 2:28 am

Re: Devil May Cry 5 msg files

Post by sergop »

You must use .bms file and the filename file must be in the same folder as the .bms file.
Qnoops
Posts: 39
Joined: Thu Aug 04, 2016 8:03 pm

Re: Devil May Cry 5 msg files

Post by Qnoops »

rengareng wrote:

Please don't use the tool to create translations which require donation!



Image
FanDMC
Posts: 2
Joined: Tue Apr 09, 2019 7:05 pm

Re: Devil May Cry 5 msg files

Post by FanDMC »

rengareng wrote:
Dark Sonic wrote:
rengareng wrote:All languages are in this file, but I only extract English.

Can you add a function so that Russian can be extracted and modified?
And then the translation has an incorrectly translated text that I would like to correct.


You can use this version to extract and repack a specific language.

Code: Select all

Devil May Cry 5 -- msg tool -- celikeins -- 2019.03.14
export: dmc5-msg-tool.exe mes_file_01.msg.14 [lang_code]
import: dmc5-msg-tool.exe mes_file_01.msg.14.txt [lang_code]
 * default lang_code is en.
 * lang_code = {ja, en, fr, it, de, es, ru, pl, ptBR, ko, zhTW, zhCN}

Hey! How to use this code?