Difference between revisions of "RyonaRPG/Translation"

From Hgames Wiki
Jump to: navigation, search
m (added link to unstable/updated JP version)
(update page)
(17 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{Template:RyonaRPG}}
 
{{Template:RyonaRPG}}
 +
__TOC__
  
== Current translation status ==
+
== English edition ==
See [https://www.assembla.com/spaces/ryona-rpg-translation/wiki Ryona RPG Translation Project SVN] - Feel free to help if you know Japanese!
+
The '''RyonaRPG 2026 English Edition v1.0''' is complete and distributed as a directly playable game. It uses the qualified Steam RPG Maker 2000 1.62 project format. Its English text is written into the database, maps and common events, and its player-facing graphical text has also been localized. The old runtime translation, machine-translation builds and RPGMaker Trans patch are no longer required.
  
== Applying translation patch ==
+
== Download and play ==
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.
+
# Open the [https://gitgud.io/ryonarpg-english/ryonarpg-translation RyonaRPG English Edition repository].
 +
# Download the repository as a ZIP and extract it completely.
 +
# Open the folder named <code>RyonaRPG 2026 English Edition V1.0</code>.
 +
# Run <code>PLAY NATIVE ENGLISH.bat</code>. This launches the bundled EasyRPG Player with the tested settings.
  
# '''Download untranslated game'''
+
Do not run the game from inside the ZIP, and do not move or rename individual game files. No separate Japanese game, translation patch, text hook or RPG Maker RTP installation is needed.
#* Checkout [https://subversion.assembla.com/svn/ryona/RyonaRPG RyonaRPG SVN] with your SVN client. This is the stable (trunk) version.
 
#* Alternatively, you can download the unstable/updated branch at [https://mega.co.nz/#!yAN2hCaI!UHLMXcfbzmckBg3eeAlhT6l383jOtEmBtLM5OiNv3Ac Mega]
 
# '''Download 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. Use this is you downloaded the unstable branch above. ''If this patch doesn't work, use the above trunk patch instead.''
 
# '''Download RPGMaker Trans patch tool'''
 
#* Get it from [http://habisain.blogspot.com Habisain's blog]
 
#* Extract it and run it.
 
# '''RPGMaker Trans → set game location'''
 
#* Click ''Browse'' in the ''Game Location'' section.
 
#* Select <code>RPG_RT.exe</code> in the directory of the game you downloaded in Step 1.
 
# '''RPGMaker Trans → set patch location'''
 
#* Click ''Browse'' in the ''Patch Location'' section.
 
#* Select <code>RPGMKTRANSPATCH</code> 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 ===
+
Although <code>RPG_RT.exe</code> is included for compatibility, the supplied EasyRPG launcher is the supported and recommended way to play this edition.
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 ==
+
== Translation status ==
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.
+
Version 1.0 contains the complete English localization, including dialogue, database text, system terminology and graphical UI text. The game also received layout, control-code, resource and runtime testing.
  
* AGTH settings to auto-hook the correct context
+
RyonaRPG is exceptionally large and draws on many games and fan works, so isolated wording or reference errors may still be found. A later v1.1 may incorporate corrections from bilingual human review. This does not make v1.0 an incomplete patch.
** AGTH key for ChiiTrans
 
:: <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>
 
  
== Linux ==
+
== Other operating systems ==
(for RPGMaker Trans v2.04)
+
EasyRPG Player is available for several operating systems. Install the appropriate version from the [https://easyrpg.org/player/downloads/ official EasyRPG downloads page], then use it to open the extracted game directory. Keep the directory structure and Japanese resource filenames intact.
# Install Python v3.3a4 or higher (magic number 3230)
 
# Download RPGMaker Trans
 
# Extract RPGMaker Trans with 7zip
 
# Extract Library.zip such that pycrusts wind up in the same folder as the dlls
 
# You might need to delete PySide and install Qt for Python from your repositories, or that might be wrong, I'm not sure.
 
# Run rpgmakertransmain__main__.pyc with Python
 
  
See also [http://habisain.blogspot.fi/2013/02/grumbles-mediafire.html?showComment=1363482459521#c583249406507570772 this discussion] in Habisain's blog about running RPGMaker Trans and RPGMaker games under Linux.
+
== Reporting a problem ==
 +
Report reproducible translation or runtime problems through the [https://gitgud.io/ryonarpg-english/ryonarpg-translation/-/issues project issue tracker]. Include the map or screen involved, what happened and a screenshot when possible.

Revision as of 15:41, 3 September 2026

RyonaRPG edit


Japanese release
Core 0163
2026-04-29



Gameplay:

Technical help:


External links:

English edition

The RyonaRPG 2026 English Edition v1.0 is complete and distributed as a directly playable game. It uses the qualified Steam RPG Maker 2000 1.62 project format. Its English text is written into the database, maps and common events, and its player-facing graphical text has also been localized. The old runtime translation, machine-translation builds and RPGMaker Trans patch are no longer required.

Download and play

  1. Open the RyonaRPG English Edition repository.
  2. Download the repository as a ZIP and extract it completely.
  3. Open the folder named RyonaRPG 2026 English Edition V1.0.
  4. Run PLAY NATIVE ENGLISH.bat. This launches the bundled EasyRPG Player with the tested settings.

Do not run the game from inside the ZIP, and do not move or rename individual game files. No separate Japanese game, translation patch, text hook or RPG Maker RTP installation is needed.

Although RPG_RT.exe is included for compatibility, the supplied EasyRPG launcher is the supported and recommended way to play this edition.

Translation status

Version 1.0 contains the complete English localization, including dialogue, database text, system terminology and graphical UI text. The game also received layout, control-code, resource and runtime testing.

RyonaRPG is exceptionally large and draws on many games and fan works, so isolated wording or reference errors may still be found. A later v1.1 may incorporate corrections from bilingual human review. This does not make v1.0 an incomplete patch.

Other operating systems

EasyRPG Player is available for several operating systems. Install the appropriate version from the official EasyRPG downloads page, then use it to open the extracted game directory. Keep the directory structure and Japanese resource filenames intact.

Reporting a problem

Report reproducible translation or runtime problems through the project issue tracker. Include the map or screen involved, what happened and a screenshot when possible.