Difference between revisions of "RyonaRPG/Translation"
m (→Applying translation patch: svn urls) |
m |
||
Line 7: | Line 7: | ||
You will need an [[wikipedia:Comparison of Subversion clients|SVN client]] to download the latest game and translation patches. [http://tortoisesvn.net/ TortoiseSVN] is a popular choice for Windows. | You will need an [[wikipedia:Comparison of Subversion clients|SVN client]] to download the latest game and translation patches. [http://tortoisesvn.net/ TortoiseSVN] is a popular choice for Windows. | ||
− | # '''Download | + | # '''Download untranslated game''' |
#* Checkout [https://subversion.assembla.com/svn/ryona/RyonaRPG RyonaRPG SVN] with your SVN client. | #* Checkout [https://subversion.assembla.com/svn/ryona/RyonaRPG RyonaRPG SVN] with your SVN client. | ||
− | # '''Download | + | # '''Download translation patch''' |
#* Checkout the [https://subversion.assembla.com/svn/ryona-rpg-translation/trunk/RyonaRPG_patch translation patch] with your SVN client. | #* Checkout the [https://subversion.assembla.com/svn/ryona-rpg-translation/trunk/RyonaRPG_patch translation patch] with your SVN client. | ||
− | #* Alternatively, you can try the [https://subversion.assembla.com/svn/ryona-rpg-translation/branches/RyonaRPG_patch untested branch] for latest updates. | + | #* Alternatively, you can try the [https://subversion.assembla.com/svn/ryona-rpg-translation/branches/RyonaRPG_patch untested branch] for latest updates. ''If this patch doesn't work, use the above trunk patch instead.'' |
# '''Download RPGMaker Trans patch tool''' | # '''Download RPGMaker Trans patch tool''' | ||
#* Get it from [http://habisain.blogspot.com Habisain's blog] | #* Get it from [http://habisain.blogspot.com Habisain's blog] | ||
Line 20: | Line 20: | ||
# '''RPGMaker Trans → set patch location''' | # '''RPGMaker Trans → set patch location''' | ||
#* Click ''Browse'' in the ''Patch Location'' section. | #* Click ''Browse'' in the ''Patch Location'' section. | ||
− | #* Select <code>RPGMKTRANSPATCH</code> in the | + | #* Select <code>RPGMKTRANSPATCH</code> in the directory you downloaded in Step 2. |
# '''RPGMaker Trans → patch the game''' | # '''RPGMaker Trans → patch the game''' | ||
− | #* Make sure ''Create | + | #* Click ''Browse'' in the ''Translation Location'' section. |
− | #* Press the '' | + | #* Select a directory where you would like to have the translated game. |
− | + | #* Make sure ''Create Patch'' is not enabled. | |
+ | #* Press the ''Go!'' button. | ||
+ | Once it's completed, you will have a translated copy of the game in the translation location you specified. | ||
=== New updates === | === New updates === | ||
− | + | Once you have done the above steps once, you can always update your game and/or translation with a few clicks by updating from the SVNs and running the patch procedure again. Note that you should always update the untranslated game before patching a new translation to avoid possible conflicts. | |
== Machine translation for the rest == | == Machine translation for the rest == | ||
− | The game isn't entirely translated, so it is suggested that you use | + | The game isn't entirely translated, so it is suggested that you use text hooking and translation aggregation tools like [http://code.google.com/p/chiitrans2/ ChiiTrans2] to machine translate the untranslated content. |
* AGTH settings to auto-hook the correct context | * AGTH settings to auto-hook the correct context | ||
− | ** | + | ** AGTH key for ChiiTrans |
− | :: <code> | + | :: <code>/W00417B56:00FFFFFF</code> |
− | :* | + | :* Stand-alone AGTH shortcut |
:: <code>C:\path\to\your\agth\agth.exe /L /X /C /W00417B56:00FFFFFF C:\path\to\your\translated\RyonaRPG\RPG_RT.exe</code> | :: <code>C:\path\to\your\agth\agth.exe /L /X /C /W00417B56:00FFFFFF C:\path\to\your\translated\RyonaRPG\RPG_RT.exe</code> |
Revision as of 23:52, 2 April 2014
Core version: 155 (2022-08-10)
Gameplay: Technical help:
External links: |
Contents
Current translation status
See Ryona RPG Translation Project SVN - Feel free to help if you know Japanese!
Applying translation patch
You will need an SVN client to download the latest game and translation patches. TortoiseSVN is a popular choice for Windows.
- Download untranslated game
- Checkout RyonaRPG SVN with your SVN client.
- Download translation patch
- Checkout the translation patch with your SVN client.
- Alternatively, you can try the untested branch for latest updates. If this patch doesn't work, use the above trunk patch instead.
- Download RPGMaker Trans patch tool
- Get it from Habisain's blog
- Extract it and run it.
- RPGMaker Trans → set game location
- Click Browse in the Game Location section.
- Select
RPG_RT.exe
in the directory of the game you downloaded in Step 1.
- RPGMaker Trans → set patch location
- Click Browse in the Patch Location section.
- Select
RPGMKTRANSPATCH
in the directory you downloaded in Step 2.
- RPGMaker Trans → patch the game
- Click Browse in the Translation Location section.
- Select a directory where you would like to have the translated game.
- Make sure Create Patch is not enabled.
- Press the Go! button.
Once it's completed, you will have a translated copy of the game in the translation location you specified.
New updates
Once you have done the above steps once, you can always update your game and/or translation with a few clicks by updating from the SVNs and running the patch procedure again. Note that you should always update the untranslated game before patching a new translation to avoid possible conflicts.
Machine translation for the rest
The game isn't entirely translated, so it is suggested that you use text hooking and translation aggregation tools like ChiiTrans2 to machine translate the untranslated content.
- AGTH settings to auto-hook the correct context
- AGTH key for ChiiTrans
-
/W00417B56:00FFFFFF
- Stand-alone AGTH shortcut
-
C:\path\to\your\agth\agth.exe /L /X /C /W00417B56:00FFFFFF C:\path\to\your\translated\RyonaRPG\RPG_RT.exe
-