Difference between revisions of "RyonaRPG/Translation"

From Hgames Wiki
Jump to: navigation, search
(update)
(update page)
(24 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
{{Template:RyonaRPG}}
 
{{Template:RyonaRPG}}
Habisain has created a translation tool called RPGMaker Trans which can be used to translate continually updating RPGMaker 2000 games like [[RyonaRPG]] and [[VH]]. Hence, there is now a translation patch for 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.
* ''(Not recommended)'' Old RPGMaker trans patch can also be downloaded from [http://www.mediafire.com/download/ia97nglmq2bysqv/RyonaRPG_patch.zip Mediafire] ({{#dateformat:2013-09-08}}).
 
  
== Using RPGMaker Trans ==
+
== Download and play ==
The quick instructions on use are as follows:
+
# 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 the RPGMaker Trans tool from [http://habisain.blogspot.com Habisain's blog].
+
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.
  
=== Preparation (All OS) ===
+
Although <code>RPG_RT.exe</code> is included for compatibility, the supplied EasyRPG launcher is the supported and recommended way to play this edition.
# Extract RPGMaker Trans
 
# Copy your RyonaRPG directory to the directory containing RPGMaker2k Trans (NB: the name of the RyonaRPG directory has to be RyonaRPG, and can't be anything else or RPGMaker2k Trans won't find the patch)
 
# Put RyonaRPG_patch.zip into the directory containing RPGMaker Trans (if you plan on updating RyonaRPG often, then it would be wise to extract the zip file so that you have a RyonaRPG_patch directory containing the translation text files; this speeds up incremental patching at the moment - in a later version of RPGMaker Trans, it won't be necessary).
 
# Follow further steps for your OS
 
  
==== Windows ====
+
== Translation status ==
# Run RPGMaker Trans. If you haven't set JP locale on your computer, you will need to run RPGMaker Trans through AppLocale.
+
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.
# The patched version of the game will be created in RyonaRPG_translated
 
  
==== Linux ====
+
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.
# Install python-wkgtk (probably v2.8 or newer) and 7zip
 
# Extract RPGMaker Trans into the working directory (7z x rpgmaker_trans_1.99.exe)
 
# Extract Library.zip into the working directory (7z x library.zip)
 
# Delete the (Windows) wx directory in the working directory (rm -r wx)
 
# Run the main script with python (python __main__.pyc)
 
  
=== General Notes ===
+
== Other operating systems ==
When updating RyonaRPG, update the original untranslated game. Then run RPGMaker 2k Trans, and it will update your translated copy.
+
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.
  
== Machine translation for the rest ==
+
== Reporting a problem ==
The game isn't entirely translated, so it is suggested that you use a tool like [https://sites.google.com/site/chiitranslator/eng ChiiTrans] to machine translate the untranslated content.
+
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.
 
 
* AGTH settings to auto-hook the correct context
 
** For ChiiTrans
 
:: <code>/L /X /C /W00417B56:00FFFFFF</code>
 
:* For complete 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>
 

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.