I was looking into possibilities of translating Wolf RPG Editor games and found an interesting article.
vgperson.tumblr.com/post/58450838593/how-to-translate-wolf-rpg-editor-games
That's where i found Wolf Trans (software very similar to RPGMaker Trans in functionality).
github.com/mathewv/wolftrans
Here is a fork with some fixes and additional functionality (allows to translate database references for translated database entries).
github.com/N1nj4R4bb1D/wolftrans
Example
The source code for the translation patch file:
For now you can refer to RPG Maker Trans's documentation about patch format.
rpgmakertrans.bitbucket.org/patchformatv3.html
So i wanted to show you a couple ways to use this software (on Windows)...
1.) Ruby (untouched source code as stated on GitHub may not work with some games)...
2.) Windows binary (compiled using OCRA, contains some compatibility fixes with some games and modified source code)...
Compatibility list:
vgperson.tumblr.com/post/58450838593/how-to-translate-wolf-rpg-editor-games
That's where i found Wolf Trans (software very similar to RPGMaker Trans in functionality).
github.com/mathewv/wolftrans
Here is a fork with some fixes and additional functionality (allows to translate database references for translated database entries).
github.com/N1nj4R4bb1D/wolftrans
Example
The source code for the translation patch file:
Code:
> BEGIN STRING
ウルファール
「ようこそ、\\r[WOLF,ウルフ] RPGエディターの世界へ!
私は案内人のウルファールと申します。
> CONTEXT MPS:TitleMap/events/0/pages/1/65/Message
Wolfarl
"Welcome to the world of WOLF RPG Editor!
I am Wolfarl, your guide."
> END STRING
rpgmakertrans.bitbucket.org/patchformatv3.html
So i wanted to show you a couple ways to use this software (on Windows)...
1.) Ruby (untouched source code as stated on GitHub may not work with some games)...
1.> Goto rubyinstaller.org/downloads/ and download appropriate Ruby installer and install Ruby. I recommend to check the "Add Ruby executables to your PATH" checkbox (
).
2.> Download Wolf Trans source from GitHub using the link(s) provided above.
3.> Exctract downloaded archives anywhere you like then open Command Prompt and ChDir there for example "ChDir /D C:\wolftrans-master" (without quotes).
4.> Thent in the Command Prompt run this command "gem build wolftrans.gemspec" (without quotes).
4.> Then in the Command Prompt run this command "gem install wolftrans*.gem" (without quotes).
5.> Now you can use Wolf Trans from Command Prompt using syntax like this: wolftrans game_dir patch_dir out_dir
NOTES:
This method requires you to unpack any *.wolf files manually using arc_conv or any other software.

2.> Download Wolf Trans source from GitHub using the link(s) provided above.
3.> Exctract downloaded archives anywhere you like then open Command Prompt and ChDir there for example "ChDir /D C:\wolftrans-master" (without quotes).
4.> Thent in the Command Prompt run this command "gem build wolftrans.gemspec" (without quotes).
4.> Then in the Command Prompt run this command "gem install wolftrans*.gem" (without quotes).
5.> Now you can use Wolf Trans from Command Prompt using syntax like this: wolftrans game_dir patch_dir out_dir
NOTES:
This method requires you to unpack any *.wolf files manually using arc_conv or any other software.
This way uses compiled standalone Windows binary (compiled using OCRA) and includes arc_conv for automated unpacking of *.wolf files.
1.> Download "WolfTrans v0.2.1.7z" from here drive.google.com/file/d/0Bxcbi32TmghCYjBkemxaMUhzWEU and extract anywhere you like (i'll update it periodically as i fix some compatibility issues with some games).
2.> [OPTIONAL] Create shortcut for "DropGameDirHere.cmd" on your Desktop.
3.> Now just drag & drop games folder either on shortcut (created prevoiusly) or on "DropGameDirHere.cmd" directly.
NOTES:
"DropGameDirHere.cmd" batch file automates *.wolf file unpacking before running Wolf Trans for patching and automaticaly creates folder structure (with suffixes _patch for patch folder and _translated for translated game).
You can use binary directly using same wolftrans syntax: wolftrans.exe game_dir patch_dir out_dir but note that only batch files drag & drop method automates unpacking.
1.> Download "WolfTrans v0.2.1.7z" from here drive.google.com/file/d/0Bxcbi32TmghCYjBkemxaMUhzWEU and extract anywhere you like (i'll update it periodically as i fix some compatibility issues with some games).
2.> [OPTIONAL] Create shortcut for "DropGameDirHere.cmd" on your Desktop.
3.> Now just drag & drop games folder either on shortcut (created prevoiusly) or on "DropGameDirHere.cmd" directly.
NOTES:
"DropGameDirHere.cmd" batch file automates *.wolf file unpacking before running Wolf Trans for patching and automaticaly creates folder structure (with suffixes _patch for patch folder and _translated for translated game).
You can use binary directly using same wolftrans syntax: wolftrans.exe game_dir patch_dir out_dir but note that only batch files drag & drop method automates unpacking.
Compatibility list:
This list will only cover games tested and working with either modified source from fork or standalone binary!
RJ107332 - Compatible
RJ138193 - Compatible
RJ162204 - Compatible
RJ107332 - Compatible
RJ138193 - Compatible
RJ162204 - Compatible
Last edited: