Difference between revisions of "RyonaRPG/Translation"
From Hgames Wiki
< RyonaRPG
(less convoluted explanation) |
m (→Applying translation patch: svn urls) |
||
Line 5: | Line 5: | ||
== Applying translation patch == | == Applying translation patch == | ||
− | You will need an [[wikipedia:Comparison of Subversion clients|SVN client]] to download the latest game and translation patches. [http://tortoisesvn. | + | 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 latest untranslated game''' | # '''Download latest untranslated game''' | ||
− | #* | + | #* Checkout [https://subversion.assembla.com/svn/ryona/RyonaRPG RyonaRPG SVN] with your SVN client. |
# '''Download latest translation patch''' | # '''Download latest translation patch''' | ||
− | #* | + | #* 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. | ||
# '''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 19: | 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 folder you downloaded in Step 2. |
# '''RPGMaker Trans → patch the game''' | # '''RPGMaker Trans → patch the game''' | ||
#* Make sure ''Create/Edit Patch'' is not enabled. | #* Make sure ''Create/Edit Patch'' is not enabled. |
Revision as of 16:57, 26 March 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 latest untranslated game
- Checkout RyonaRPG SVN with your SVN client.
- Download latest translation patch
- Checkout the translation patch with your SVN client.
- Alternatively, you can try the untested branch for latest updates.
- 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 folder you downloaded in Step 2.
- RPGMaker Trans → patch the game
- Make sure Create/Edit Patch is not enabled.
- Press the Start button.
- Once it's completed, you will have a translated copy of the game with
_translated
appended to the end of its folder name.
New updates
You can always update your game and/or translation by performing the above steps 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 a tool like ChiiTrans to machine translate the untranslated content.
- AGTH settings to auto-hook the correct context
- For ChiiTrans
-
/L /X /C /W00417B56:00FFFFFF
- For complete AGTH shortcut
-
C:\path\to\your\agth\agth.exe /L /X /C /W00417B56:00FFFFFF C:\path\to\your\translated\RyonaRPG\RPG_RT.exe
-