Skip to content

VGM Tag Editor (Shift-JIS version)

Technical discussion about the VGM format, and all the software you need to handle VGM files.

Moderator: Staff

  • User avatar
  • 2ch-H Offline
  • Posts: 280
  • Joined: 2012-01-03, 2:10:28

VGM Tag Editor (Shift-JIS version)

Post by 2ch-H »

Publish it because it was said to want to share.
I is not the author, this was published in Japan in the forum. (You can not get the file currently)

This is a tag editor that simplifies the Japanese input.
Text editor is required to Shift-JIS can handle, but I think work becomes easier.(Tag writes by encoding to unicode from Shift_JIS)

vgm_tag.exe use the HTML character references when you enter the Japanese, but difficult it is to understand.
It is inconvenient it is necessary to encode the Japanese to html character references.
Example:

Code: Select all

vgm_tag.exe -Title:"Opening" "Opening.vgm"
vgm_tag.exe -Title:"オープニング" "Opening.vgm"
But it is easy to VGM Tag Editor if copy and paste.
Example:

Code: Select all

VTE.EXE "Opening.vgm" vte.txt "Opening" "オープニング"
Usage is translated into English text file in zip.
Download here
Attachments
VTEver03.zip
VGM Tag Editor
(23.54 KiB) Downloaded 340 times

Post by Kaminari »

Excellent. Thank you.
Post Reply