Difference between revisions of "RyonaRPG/Translation"

From Hgames Wiki
Jump to: navigation, search
m (formatting)
(Applying translation patch: untranslated game links updated)
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.net/ TortoiseSVN] is a popular choice for Windows.
+
You will need an [[wikipedia:Comparison of Subversion clients|SVN client]] to download the translation patches. [http://tortoisesvn.net/ TortoiseSVN] is a popular choice for Windows.
  
 
# '''Download untranslated game'''
 
# '''Download untranslated game'''
#* Checkout [https://subversion.assembla.com/svn/ryona/RyonaRPG RyonaRPG SVN] with your SVN client. This is the stable (trunk) version.
+
#* <s>Checkout [https://subversion.assembla.com/svn/ryona/RyonaRPG RyonaRPG SVN] with your SVN client.</s> (seems to be abandoned as of 2015)
#* Alternatively, you can download the unstable, pre-patched (Up-to-date as of 11/28/14, up4275) branch at [https://mega.co.nz/#!yAN2hCaI!UHLMXcfbzmckBg3eeAlhT6l383jOtEmBtLM5OiNv3Ac Mega]. Password is "ryona" (no quotes)
+
#* Get the latest RyonaRPG core version from [http://dev.rsaga.org/core/ RSaga Core Archives].
 
# '''Download translation patch'''
 
# '''Download translation patch'''
#* Checkout the [https://subversion.assembla.com/svn/ryona-rpg-translation/trunk/RyonaRPG_patch translation patch] with your SVN client.
+
#* Checkout the translation patch [https://subversion.assembla.com/svn/ryona-rpg-translation/trunk/RyonaRPG_patch trunk] 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. Use this is you downloaded the unstable branch above. ''If this patch doesn't work, use the above trunk patch instead.''
+
#* 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 30: Line 30:
  
 
=== 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.
+
Once you have done the above steps once, you can always update your 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 ==

Revision as of 02:30, 8 February 2015

RyonaRPG edit


Core version: 155 (2022-08-10)

Gameplay:

Technical help:


External links:


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 translation patches. TortoiseSVN is a popular choice for Windows.

  1. Download untranslated game
  2. Download translation patch
    • Checkout the translation patch trunk 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.
  3. Download RPGMaker Trans patch tool
  4. 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.
  5. RPGMaker Trans → set patch location
    • Click Browse in the Patch Location section.
    • Select RPGMKTRANSPATCH in the directory you downloaded in Step 2.
  6. 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 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

Linux

(for RPGMaker Trans v2.04)

  1. Install Python v3.3a4 or higher (magic number 3230)
  2. Download RPGMaker Trans
  3. Extract RPGMaker Trans with 7zip
  4. Extract Library.zip such that pycrusts wind up in the same folder as the dlls
  5. You might need to delete PySide and install Qt for Python from your repositories, or that might be wrong, I'm not sure.
  6. Run rpgmakertransmain__main__.pyc with Python

See also this discussion in Habisain's blog about running RPGMaker Trans and RPGMaker games under Linux.