<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.anime-sharing.com/hgames/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nebulousmallard</id>
		<title>Hgames Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.anime-sharing.com/hgames/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nebulousmallard"/>
		<link rel="alternate" type="text/html" href="http://wiki.anime-sharing.com/hgames/index.php?title=Special:Contributions/Nebulousmallard"/>
		<updated>2026-06-04T08:08:06Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.1</generator>

	<entry>
		<id>http://wiki.anime-sharing.com/hgames/index.php?title=VH/Linux_Setup&amp;diff=20780</id>
		<title>VH/Linux Setup</title>
		<link rel="alternate" type="text/html" href="http://wiki.anime-sharing.com/hgames/index.php?title=VH/Linux_Setup&amp;diff=20780"/>
				<updated>2016-10-28T04:22:35Z</updated>
		
		<summary type="html">&lt;p&gt;Nebulousmallard: /* Requirements */ add rsync&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{VH}}&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* The knowledge and ability to edit files and run commands as root&lt;br /&gt;
* WINE or [https://github.com/EasyRPG/Player EasyRPG Player]&lt;br /&gt;
* unrar&lt;br /&gt;
* rsync&lt;br /&gt;
* The Japanese RPG Maker 2000 RTP, which can be downloaded [http://www.mediafire.com/?mug4mjtorfm here] or [http://www.famitsu.com/freegame/rtp/2000_rtp.html here] (executable archive, set $LANG before extracting, see below to extract the installer correctly)&lt;br /&gt;
* For information about Downloading the game itself and the partial patch, visit [[../Game Archives/]] page&lt;br /&gt;
&lt;br /&gt;
== Generating the Japanese Locale ==&lt;br /&gt;
The location of the locale configuration file and method for generating the locale can vary from distro to distro, so instructions are split in to sections by distro.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
This should work for all apt-based distros.&lt;br /&gt;
Run {{ic|locale-gen ja_JP.UTF-8}} as root. (I haven't confirmed this works, I think it might stop working after a glibc update. If it does stop working after a glibc update try the instructions for Arch)&lt;br /&gt;
&lt;br /&gt;
=== ArchLinux ===&lt;br /&gt;
Uncomment ja_JP.UTF-8 UTF-8 in /etc/locale.gen, then run {{ic|locale-gen}} as root.&lt;br /&gt;
&lt;br /&gt;
=== Void Linux ===&lt;br /&gt;
Uncomment ja_JP.UTF-8 UTF-8 in /etc/default/libc-locales, then run {{ic|xbps-reconfigure -f glibc-locales}} as root.&lt;br /&gt;
&lt;br /&gt;
== Using [https://github.com/EasyRPG/Player EasyRPG Player] ==&lt;br /&gt;
EasyRPG Player works flawlessly.&lt;br /&gt;
&lt;br /&gt;
Download the RTP files from [https://mega.co.nz/#!oR41lZ7a!MXjw5Go3Jq3_4l7Aryttijd2UFQN_yHnt_EmpaSIkMU here] then extract the RTP files with {{ic|1=LANG=ja_JP.UTF-8 unrar x -ad RTP2000JP.rar}}. Then extract VH with {{ic|1=LANG=ja_JP.UTF-8 unrar x -ad VH_*.rar}} and merge the RTP files into VH with {{ic|rsync --verbose --archive --ignore-existing RTP2000JP/RTP\($'\346'$'\227'$'\245'$'\346'$'\226'$'\207'\)/ VH_1601025_translated_V1/}} (make sure to keep the slashes on the ends of the paths.) Then add {{ic|1=FullPackageFlag=1}} to your RPG_RT.ini above ''GameTitle'' then cd into the directory and run {{ic|easyrpg-player}}.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*EasyRPG Player won't run if something else has exclusive control of the (ALSA) audio device (e.g. pulseaudio)&lt;br /&gt;
&lt;br /&gt;
== Using WINE ==&lt;br /&gt;
I've had it working before but I can't get it working now. (I also didn't write down what I did to make it work)&lt;br /&gt;
=== Setting up the WINEPREFIX ===&lt;br /&gt;
I use &amp;quot;~/.local/share/wineprefixes/vh/&amp;quot; because it's similar to what winetricks uses, but you can use what you want.&lt;br /&gt;
&lt;br /&gt;
First set the variable with {{ic|1=export WINEPREFIX=~/.local/share/wineprefixes/vh/}}, then run {{ic|winetricks sandbox win7}} (I haven't tried other settings for the windows version, they may work better)&lt;br /&gt;
=== Installation ===&lt;br /&gt;
These instructions don't work, the instructions for portable version get you farther.&lt;br /&gt;
&lt;br /&gt;
First copy the RPG Maker RTP exe to your $WINEPREFIX: {{ic|cp 2000rtp.exe $WINEPREFIX/drive_c/}} then run the self-executing archive with the japanese locale {{ic|1=LANG wine 2000rtp.exe}}.&lt;br /&gt;
&lt;br /&gt;
After the archive is extracted cd into the directory it creates and run the program it extracted with the Japanese locale {{ic|1=LANG=ja-JP.UTF-8 wine RPG2000RTP.exe}}.&lt;br /&gt;
&lt;br /&gt;
Finally watch as the installer complains about missing japanese files and eventually fails to install.&lt;br /&gt;
&lt;br /&gt;
=== Portable version ===&lt;br /&gt;
Download the RTP files from [https://mega.co.nz/#!oR41lZ7a!MXjw5Go3Jq3_4l7Aryttijd2UFQN_yHnt_EmpaSIkMU here] then extract the RTP files with {{ic|1=LANG=ja_JP.UTF-8 unrar x -ad RTP2000JP.rar}}. Then extract VH with {{ic|1=LANG=ja_JP.UTF-8 unrar x -ad VH_*.rar}} and merge the RTP files into VH with {{ic|rsync --verbose --archive --ignore-existing RTP2000JP/RTP\($'\346'$'\227'$'\245'$'\346'$'\226'$'\207'\)/ VH_1601025_translated_V1/}} (make sure to keep the slashes on the ends of the paths.)&lt;br /&gt;
&lt;br /&gt;
Fix your fonts by downloading [https://web.archive.org/web/20140227005436/http://rmt.divinelegy.com/utilities/rm2k_fonts.zip rm2k_fonts.zip] and putting the files into {{ic|$WINEPREFIX/drive_c/windows/Fonts}}&lt;br /&gt;
&lt;br /&gt;
The registry stuff is probably optional, but it would be nice if someone would upload a .reg file.&lt;br /&gt;
&lt;br /&gt;
Then add the following to your RPG_RT.ini above ''GameTitle'' :&lt;br /&gt;
 FullPackageFlag=1&lt;br /&gt;
&lt;br /&gt;
You now have a version of VH with the RTP integrated. '''Note:''' If you get an error while running RPG_RT.exe, putting the VH Game directory in C:/Program Files might help.&lt;br /&gt;
&lt;br /&gt;
== Controls ==&lt;br /&gt;
* Use the arrow keys to walk, tap the arrow keys twice to run.&lt;br /&gt;
* Use Z to select, X to cancel/open the menu.&lt;br /&gt;
* Use Z to attack when in the overworld (Space key works later in the game too).&lt;br /&gt;
&lt;br /&gt;
You can also use a gamepad instead of the keyboard. The controls for gamepads vary with each pad so you will have to figure it out for yourself.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* You can press F4 to get in or out of full-screen.&lt;br /&gt;
* You can find help and tips in the thread on [http://www.hongfire.com/forum/showthread.php?t=100606 Hongfire]&lt;br /&gt;
* More walkthrough is to be found [http://www.vn-meido.com/vh/ here], but it's all in japanese language.&lt;br /&gt;
* Some systems will return a DirectDraw error if the game is started in fullscreen mode. If you get a DirectDraw error (will have DD in error message) when starting the game, use the &amp;quot;Dummy ShowTitle Window&amp;quot; option described above to start the game in windowed mode which avoids the error. (this might not apply to Linux users)&lt;/div&gt;</summary>
		<author><name>Nebulousmallard</name></author>	</entry>

	<entry>
		<id>http://wiki.anime-sharing.com/hgames/index.php?title=VH/Linux_Setup&amp;diff=20779</id>
		<title>VH/Linux Setup</title>
		<link rel="alternate" type="text/html" href="http://wiki.anime-sharing.com/hgames/index.php?title=VH/Linux_Setup&amp;diff=20779"/>
				<updated>2016-10-28T04:21:56Z</updated>
		
		<summary type="html">&lt;p&gt;Nebulousmallard: /* Using EasyRPG Player */ some images VH needs some of the images in the RTP, make rsync more verbose&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{VH}}&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* The knowledge and ability to edit files and run commands as root&lt;br /&gt;
* WINE or [https://github.com/EasyRPG/Player EasyRPG Player]&lt;br /&gt;
* unrar&lt;br /&gt;
* The Japanese RPG Maker 2000 RTP, which can be downloaded [http://www.mediafire.com/?mug4mjtorfm here] or [http://www.famitsu.com/freegame/rtp/2000_rtp.html here] (executable archive, set $LANG before extracting, see below to extract the installer correctly)&lt;br /&gt;
* For information about Downloading the game itself and the partial patch, visit [[../Game Archives/]] page&lt;br /&gt;
&lt;br /&gt;
== Generating the Japanese Locale ==&lt;br /&gt;
The location of the locale configuration file and method for generating the locale can vary from distro to distro, so instructions are split in to sections by distro.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
This should work for all apt-based distros.&lt;br /&gt;
Run {{ic|locale-gen ja_JP.UTF-8}} as root. (I haven't confirmed this works, I think it might stop working after a glibc update. If it does stop working after a glibc update try the instructions for Arch)&lt;br /&gt;
&lt;br /&gt;
=== ArchLinux ===&lt;br /&gt;
Uncomment ja_JP.UTF-8 UTF-8 in /etc/locale.gen, then run {{ic|locale-gen}} as root.&lt;br /&gt;
&lt;br /&gt;
=== Void Linux ===&lt;br /&gt;
Uncomment ja_JP.UTF-8 UTF-8 in /etc/default/libc-locales, then run {{ic|xbps-reconfigure -f glibc-locales}} as root.&lt;br /&gt;
&lt;br /&gt;
== Using [https://github.com/EasyRPG/Player EasyRPG Player] ==&lt;br /&gt;
EasyRPG Player works flawlessly.&lt;br /&gt;
&lt;br /&gt;
Download the RTP files from [https://mega.co.nz/#!oR41lZ7a!MXjw5Go3Jq3_4l7Aryttijd2UFQN_yHnt_EmpaSIkMU here] then extract the RTP files with {{ic|1=LANG=ja_JP.UTF-8 unrar x -ad RTP2000JP.rar}}. Then extract VH with {{ic|1=LANG=ja_JP.UTF-8 unrar x -ad VH_*.rar}} and merge the RTP files into VH with {{ic|rsync --verbose --archive --ignore-existing RTP2000JP/RTP\($'\346'$'\227'$'\245'$'\346'$'\226'$'\207'\)/ VH_1601025_translated_V1/}} (make sure to keep the slashes on the ends of the paths.) Then add {{ic|1=FullPackageFlag=1}} to your RPG_RT.ini above ''GameTitle'' then cd into the directory and run {{ic|easyrpg-player}}.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*EasyRPG Player won't run if something else has exclusive control of the (ALSA) audio device (e.g. pulseaudio)&lt;br /&gt;
&lt;br /&gt;
== Using WINE ==&lt;br /&gt;
I've had it working before but I can't get it working now. (I also didn't write down what I did to make it work)&lt;br /&gt;
=== Setting up the WINEPREFIX ===&lt;br /&gt;
I use &amp;quot;~/.local/share/wineprefixes/vh/&amp;quot; because it's similar to what winetricks uses, but you can use what you want.&lt;br /&gt;
&lt;br /&gt;
First set the variable with {{ic|1=export WINEPREFIX=~/.local/share/wineprefixes/vh/}}, then run {{ic|winetricks sandbox win7}} (I haven't tried other settings for the windows version, they may work better)&lt;br /&gt;
=== Installation ===&lt;br /&gt;
These instructions don't work, the instructions for portable version get you farther.&lt;br /&gt;
&lt;br /&gt;
First copy the RPG Maker RTP exe to your $WINEPREFIX: {{ic|cp 2000rtp.exe $WINEPREFIX/drive_c/}} then run the self-executing archive with the japanese locale {{ic|1=LANG wine 2000rtp.exe}}.&lt;br /&gt;
&lt;br /&gt;
After the archive is extracted cd into the directory it creates and run the program it extracted with the Japanese locale {{ic|1=LANG=ja-JP.UTF-8 wine RPG2000RTP.exe}}.&lt;br /&gt;
&lt;br /&gt;
Finally watch as the installer complains about missing japanese files and eventually fails to install.&lt;br /&gt;
&lt;br /&gt;
=== Portable version ===&lt;br /&gt;
Download the RTP files from [https://mega.co.nz/#!oR41lZ7a!MXjw5Go3Jq3_4l7Aryttijd2UFQN_yHnt_EmpaSIkMU here] then extract the RTP files with {{ic|1=LANG=ja_JP.UTF-8 unrar x -ad RTP2000JP.rar}}. Then extract VH with {{ic|1=LANG=ja_JP.UTF-8 unrar x -ad VH_*.rar}} and merge the RTP files into VH with {{ic|rsync --verbose --archive --ignore-existing RTP2000JP/RTP\($'\346'$'\227'$'\245'$'\346'$'\226'$'\207'\)/ VH_1601025_translated_V1/}} (make sure to keep the slashes on the ends of the paths.)&lt;br /&gt;
&lt;br /&gt;
Fix your fonts by downloading [https://web.archive.org/web/20140227005436/http://rmt.divinelegy.com/utilities/rm2k_fonts.zip rm2k_fonts.zip] and putting the files into {{ic|$WINEPREFIX/drive_c/windows/Fonts}}&lt;br /&gt;
&lt;br /&gt;
The registry stuff is probably optional, but it would be nice if someone would upload a .reg file.&lt;br /&gt;
&lt;br /&gt;
Then add the following to your RPG_RT.ini above ''GameTitle'' :&lt;br /&gt;
 FullPackageFlag=1&lt;br /&gt;
&lt;br /&gt;
You now have a version of VH with the RTP integrated. '''Note:''' If you get an error while running RPG_RT.exe, putting the VH Game directory in C:/Program Files might help.&lt;br /&gt;
&lt;br /&gt;
== Controls ==&lt;br /&gt;
* Use the arrow keys to walk, tap the arrow keys twice to run.&lt;br /&gt;
* Use Z to select, X to cancel/open the menu.&lt;br /&gt;
* Use Z to attack when in the overworld (Space key works later in the game too).&lt;br /&gt;
&lt;br /&gt;
You can also use a gamepad instead of the keyboard. The controls for gamepads vary with each pad so you will have to figure it out for yourself.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* You can press F4 to get in or out of full-screen.&lt;br /&gt;
* You can find help and tips in the thread on [http://www.hongfire.com/forum/showthread.php?t=100606 Hongfire]&lt;br /&gt;
* More walkthrough is to be found [http://www.vn-meido.com/vh/ here], but it's all in japanese language.&lt;br /&gt;
* Some systems will return a DirectDraw error if the game is started in fullscreen mode. If you get a DirectDraw error (will have DD in error message) when starting the game, use the &amp;quot;Dummy ShowTitle Window&amp;quot; option described above to start the game in windowed mode which avoids the error. (this might not apply to Linux users)&lt;/div&gt;</summary>
		<author><name>Nebulousmallard</name></author>	</entry>

	<entry>
		<id>http://wiki.anime-sharing.com/hgames/index.php?title=VH/Linux_Setup&amp;diff=20778</id>
		<title>VH/Linux Setup</title>
		<link rel="alternate" type="text/html" href="http://wiki.anime-sharing.com/hgames/index.php?title=VH/Linux_Setup&amp;diff=20778"/>
				<updated>2016-10-28T04:19:20Z</updated>
		
		<summary type="html">&lt;p&gt;Nebulousmallard: /* Portable version */ some of the images are needed, make rsync more verbose&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{VH}}&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* The knowledge and ability to edit files and run commands as root&lt;br /&gt;
* WINE or [https://github.com/EasyRPG/Player EasyRPG Player]&lt;br /&gt;
* unrar&lt;br /&gt;
* The Japanese RPG Maker 2000 RTP, which can be downloaded [http://www.mediafire.com/?mug4mjtorfm here] or [http://www.famitsu.com/freegame/rtp/2000_rtp.html here] (executable archive, set $LANG before extracting, see below to extract the installer correctly)&lt;br /&gt;
* For information about Downloading the game itself and the partial patch, visit [[../Game Archives/]] page&lt;br /&gt;
&lt;br /&gt;
== Generating the Japanese Locale ==&lt;br /&gt;
The location of the locale configuration file and method for generating the locale can vary from distro to distro, so instructions are split in to sections by distro.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
This should work for all apt-based distros.&lt;br /&gt;
Run {{ic|locale-gen ja_JP.UTF-8}} as root. (I haven't confirmed this works, I think it might stop working after a glibc update. If it does stop working after a glibc update try the instructions for Arch)&lt;br /&gt;
&lt;br /&gt;
=== ArchLinux ===&lt;br /&gt;
Uncomment ja_JP.UTF-8 UTF-8 in /etc/locale.gen, then run {{ic|locale-gen}} as root.&lt;br /&gt;
&lt;br /&gt;
=== Void Linux ===&lt;br /&gt;
Uncomment ja_JP.UTF-8 UTF-8 in /etc/default/libc-locales, then run {{ic|xbps-reconfigure -f glibc-locales}} as root.&lt;br /&gt;
&lt;br /&gt;
== Using [https://github.com/EasyRPG/Player EasyRPG Player] ==&lt;br /&gt;
EasyRPG Player works, but occasionally complains about missing files.&lt;br /&gt;
&lt;br /&gt;
Download the RTP files from [https://mega.co.nz/#!oR41lZ7a!MXjw5Go3Jq3_4l7Aryttijd2UFQN_yHnt_EmpaSIkMU here] then extract the RTP files with {{ic|1=LANG=ja_JP.UTF-8 unrar x -ad RTP2000JP.rar}}. After extracting the RTP files delete the images with {{ic|find RTP2000JP/RTP* -iname '*.png' -delete}} then extract VH with {{ic|1=LANG=ja_JP.UTF-8 unrar x -ad VH_*.rar}} and merge the RTP files into VH with {{ic|rsync -a RTP2000JP/RTP\($'\346'$'\227'$'\245'$'\346'$'\226'$'\207'\)/ VH_1601025_translated_V1/}} (make sure to keep the slashes on the ends of the paths.) Then add {{ic|1=FullPackageFlag=1}} to your RPG_RT.ini above ''GameTitle'' then cd into the directory and run {{ic|easyrpg-player}}.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*EasyRPG Player won't run if something else (e.g. pulseaudio) has exclusive control of the (ALSA) audio device&lt;br /&gt;
&lt;br /&gt;
== Using WINE ==&lt;br /&gt;
I've had it working before but I can't get it working now. (I also didn't write down what I did to make it work)&lt;br /&gt;
=== Setting up the WINEPREFIX ===&lt;br /&gt;
I use &amp;quot;~/.local/share/wineprefixes/vh/&amp;quot; because it's similar to what winetricks uses, but you can use what you want.&lt;br /&gt;
&lt;br /&gt;
First set the variable with {{ic|1=export WINEPREFIX=~/.local/share/wineprefixes/vh/}}, then run {{ic|winetricks sandbox win7}} (I haven't tried other settings for the windows version, they may work better)&lt;br /&gt;
=== Installation ===&lt;br /&gt;
These instructions don't work, the instructions for portable version get you farther.&lt;br /&gt;
&lt;br /&gt;
First copy the RPG Maker RTP exe to your $WINEPREFIX: {{ic|cp 2000rtp.exe $WINEPREFIX/drive_c/}} then run the self-executing archive with the japanese locale {{ic|1=LANG wine 2000rtp.exe}}.&lt;br /&gt;
&lt;br /&gt;
After the archive is extracted cd into the directory it creates and run the program it extracted with the Japanese locale {{ic|1=LANG=ja-JP.UTF-8 wine RPG2000RTP.exe}}.&lt;br /&gt;
&lt;br /&gt;
Finally watch as the installer complains about missing japanese files and eventually fails to install.&lt;br /&gt;
&lt;br /&gt;
=== Portable version ===&lt;br /&gt;
Download the RTP files from [https://mega.co.nz/#!oR41lZ7a!MXjw5Go3Jq3_4l7Aryttijd2UFQN_yHnt_EmpaSIkMU here] then extract the RTP files with {{ic|1=LANG=ja_JP.UTF-8 unrar x -ad RTP2000JP.rar}}. Then extract VH with {{ic|1=LANG=ja_JP.UTF-8 unrar x -ad VH_*.rar}} and merge the RTP files into VH with {{ic|rsync --verbose --archive --ignore-existing RTP2000JP/RTP\($'\346'$'\227'$'\245'$'\346'$'\226'$'\207'\)/ VH_1601025_translated_V1/}} (make sure to keep the slashes on the ends of the paths.)&lt;br /&gt;
&lt;br /&gt;
Fix your fonts by downloading [https://web.archive.org/web/20140227005436/http://rmt.divinelegy.com/utilities/rm2k_fonts.zip rm2k_fonts.zip] and putting the files into {{ic|$WINEPREFIX/drive_c/windows/Fonts}}&lt;br /&gt;
&lt;br /&gt;
The registry stuff is probably optional, but it would be nice if someone would upload a .reg file.&lt;br /&gt;
&lt;br /&gt;
Then add the following to your RPG_RT.ini above ''GameTitle'' :&lt;br /&gt;
 FullPackageFlag=1&lt;br /&gt;
&lt;br /&gt;
You now have a version of VH with the RTP integrated. '''Note:''' If you get an error while running RPG_RT.exe, putting the VH Game directory in C:/Program Files might help.&lt;br /&gt;
&lt;br /&gt;
== Controls ==&lt;br /&gt;
* Use the arrow keys to walk, tap the arrow keys twice to run.&lt;br /&gt;
* Use Z to select, X to cancel/open the menu.&lt;br /&gt;
* Use Z to attack when in the overworld (Space key works later in the game too).&lt;br /&gt;
&lt;br /&gt;
You can also use a gamepad instead of the keyboard. The controls for gamepads vary with each pad so you will have to figure it out for yourself.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* You can press F4 to get in or out of full-screen.&lt;br /&gt;
* You can find help and tips in the thread on [http://www.hongfire.com/forum/showthread.php?t=100606 Hongfire]&lt;br /&gt;
* More walkthrough is to be found [http://www.vn-meido.com/vh/ here], but it's all in japanese language.&lt;br /&gt;
* Some systems will return a DirectDraw error if the game is started in fullscreen mode. If you get a DirectDraw error (will have DD in error message) when starting the game, use the &amp;quot;Dummy ShowTitle Window&amp;quot; option described above to start the game in windowed mode which avoids the error. (this might not apply to Linux users)&lt;/div&gt;</summary>
		<author><name>Nebulousmallard</name></author>	</entry>

	<entry>
		<id>http://wiki.anime-sharing.com/hgames/index.php?title=VH/Linux_Setup&amp;diff=20777</id>
		<title>VH/Linux Setup</title>
		<link rel="alternate" type="text/html" href="http://wiki.anime-sharing.com/hgames/index.php?title=VH/Linux_Setup&amp;diff=20777"/>
				<updated>2016-10-28T01:04:46Z</updated>
		
		<summary type="html">&lt;p&gt;Nebulousmallard: add more details to the EasyRPG Player section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{VH}}&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* The knowledge and ability to edit files and run commands as root&lt;br /&gt;
* WINE or [https://github.com/EasyRPG/Player EasyRPG Player]&lt;br /&gt;
* unrar&lt;br /&gt;
* The Japanese RPG Maker 2000 RTP, which can be downloaded [http://www.mediafire.com/?mug4mjtorfm here] or [http://www.famitsu.com/freegame/rtp/2000_rtp.html here] (executable archive, set $LANG before extracting, see below to extract the installer correctly)&lt;br /&gt;
* For information about Downloading the game itself and the partial patch, visit [[../Game Archives/]] page&lt;br /&gt;
&lt;br /&gt;
== Generating the Japanese Locale ==&lt;br /&gt;
The location of the locale configuration file and method for generating the locale can vary from distro to distro, so instructions are split in to sections by distro.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
This should work for all apt-based distros.&lt;br /&gt;
Run {{ic|locale-gen ja_JP.UTF-8}} as root. (I haven't confirmed this works, I think it might stop working after a glibc update. If it does stop working after a glibc update try the instructions for Arch)&lt;br /&gt;
&lt;br /&gt;
=== ArchLinux ===&lt;br /&gt;
Uncomment ja_JP.UTF-8 UTF-8 in /etc/locale.gen, then run {{ic|locale-gen}} as root.&lt;br /&gt;
&lt;br /&gt;
=== Void Linux ===&lt;br /&gt;
Uncomment ja_JP.UTF-8 UTF-8 in /etc/default/libc-locales, then run {{ic|xbps-reconfigure -f glibc-locales}} as root.&lt;br /&gt;
&lt;br /&gt;
== Using [https://github.com/EasyRPG/Player EasyRPG Player] ==&lt;br /&gt;
EasyRPG Player works, but occasionally complains about missing files.&lt;br /&gt;
&lt;br /&gt;
Download the RTP files from [https://mega.co.nz/#!oR41lZ7a!MXjw5Go3Jq3_4l7Aryttijd2UFQN_yHnt_EmpaSIkMU here] then extract the RTP files with {{ic|1=LANG=ja_JP.UTF-8 unrar x -ad RTP2000JP.rar}}. After extracting the RTP files delete the images with {{ic|find RTP2000JP/RTP* -iname '*.png' -delete}} then extract VH with {{ic|1=LANG=ja_JP.UTF-8 unrar x -ad VH_*.rar}} and merge the RTP files into VH with {{ic|rsync -a RTP2000JP/RTP\($'\346'$'\227'$'\245'$'\346'$'\226'$'\207'\)/ VH_1601025_translated_V1/}} (make sure to keep the slashes on the ends of the paths.) Then add {{ic|1=FullPackageFlag=1}} to your RPG_RT.ini above ''GameTitle'' then cd into the directory and run {{ic|easyrpg-player}}.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*EasyRPG Player won't run if something else (e.g. pulseaudio) has exclusive control of the (ALSA) audio device&lt;br /&gt;
&lt;br /&gt;
== Using WINE ==&lt;br /&gt;
I've had it working before but I can't get it working now. (I also didn't write down what I did to make it work)&lt;br /&gt;
=== Setting up the WINEPREFIX ===&lt;br /&gt;
I use &amp;quot;~/.local/share/wineprefixes/vh/&amp;quot; because it's similar to what winetricks uses, but you can use what you want.&lt;br /&gt;
&lt;br /&gt;
First set the variable with {{ic|1=export WINEPREFIX=~/.local/share/wineprefixes/vh/}}, then run {{ic|winetricks sandbox win7}} (I haven't tried other settings for the windows version, they may work better)&lt;br /&gt;
=== Installation ===&lt;br /&gt;
These instructions don't work, the instructions for portable version get you farther.&lt;br /&gt;
&lt;br /&gt;
First copy the RPG Maker RTP exe to your $WINEPREFIX: {{ic|cp 2000rtp.exe $WINEPREFIX/drive_c/}} then run the self-executing archive with the japanese locale {{ic|1=LANG wine 2000rtp.exe}}.&lt;br /&gt;
&lt;br /&gt;
After the archive is extracted cd into the directory it creates and run the program it extracted with the Japanese locale {{ic|1=LANG=ja-JP.UTF-8 wine RPG2000RTP.exe}}.&lt;br /&gt;
&lt;br /&gt;
Finally watch as the installer complains about missing japanese files and eventually fails to install.&lt;br /&gt;
&lt;br /&gt;
=== Portable version ===&lt;br /&gt;
Download the RTP files from [https://mega.co.nz/#!oR41lZ7a!MXjw5Go3Jq3_4l7Aryttijd2UFQN_yHnt_EmpaSIkMU here] then extract the RTP files with {{ic|1=LANG=ja_JP.UTF-8 unrar x -ad RTP2000JP.rar}}. After extracting the RTP files delete the images with {{ic|find RTP2000JP/RTP* -iname '*.png' -delete}} then extract VH with {{ic|1=LANG=ja_JP.UTF-8 unrar x -ad VH_*.rar}} and merge the RTP files into VH with {{ic|rsync -a RTP2000JP/RTP\($'\346'$'\227'$'\245'$'\346'$'\226'$'\207'\)/ VH_1601025_translated_V1/}} (make sure to keep the slashes on the ends of the paths.)&lt;br /&gt;
&lt;br /&gt;
Fix your fonts by downloading [https://web.archive.org/web/20140227005436/http://rmt.divinelegy.com/utilities/rm2k_fonts.zip rm2k_fonts.zip] and putting the files into {{ic|$WINEPREFIX/drive_c/windows/Fonts}}&lt;br /&gt;
&lt;br /&gt;
The registry stuff is probably optional, but it would be nice if someone would upload a .reg file.&lt;br /&gt;
&lt;br /&gt;
Then add the following to your RPG_RT.ini above ''GameTitle'' :&lt;br /&gt;
 FullPackageFlag=1&lt;br /&gt;
&lt;br /&gt;
You now have a version of VH with the RTP integrated. '''Note:''' If you get an error while running RPG_RT.exe, putting the VH Game directory in C:/Program Files might help.&lt;br /&gt;
&lt;br /&gt;
== Controls ==&lt;br /&gt;
* Use the arrow keys to walk, tap the arrow keys twice to run.&lt;br /&gt;
* Use Z to select, X to cancel/open the menu.&lt;br /&gt;
* Use Z to attack when in the overworld (Space key works later in the game too).&lt;br /&gt;
&lt;br /&gt;
You can also use a gamepad instead of the keyboard. The controls for gamepads vary with each pad so you will have to figure it out for yourself.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* You can press F4 to get in or out of full-screen.&lt;br /&gt;
* You can find help and tips in the thread on [http://www.hongfire.com/forum/showthread.php?t=100606 Hongfire]&lt;br /&gt;
* More walkthrough is to be found [http://www.vn-meido.com/vh/ here], but it's all in japanese language.&lt;br /&gt;
* Some systems will return a DirectDraw error if the game is started in fullscreen mode. If you get a DirectDraw error (will have DD in error message) when starting the game, use the &amp;quot;Dummy ShowTitle Window&amp;quot; option described above to start the game in windowed mode which avoids the error. (this might not apply to Linux users)&lt;/div&gt;</summary>
		<author><name>Nebulousmallard</name></author>	</entry>

	<entry>
		<id>http://wiki.anime-sharing.com/hgames/index.php?title=VH/Linux_Setup&amp;diff=20776</id>
		<title>VH/Linux Setup</title>
		<link rel="alternate" type="text/html" href="http://wiki.anime-sharing.com/hgames/index.php?title=VH/Linux_Setup&amp;diff=20776"/>
				<updated>2016-10-27T21:48:50Z</updated>
		
		<summary type="html">&lt;p&gt;Nebulousmallard: add Linux Setup page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{VH}}&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* The knowledge and ability to edit files and run commands as root&lt;br /&gt;
* WINE or [https://github.com/EasyRPG/Player EasyRPG Player]&lt;br /&gt;
* unrar&lt;br /&gt;
* The Japanese RPG Maker 2000 RTP, which can be downloaded [http://www.mediafire.com/?mug4mjtorfm here] or [http://www.famitsu.com/freegame/rtp/2000_rtp.html here] (executable archive, set $LANG before extracting, see below to extract the installer correctly)&lt;br /&gt;
* For information about Downloading the game itself and the partial patch, visit [[../Game Archives/]] page&lt;br /&gt;
&lt;br /&gt;
== Generating the Japanese Locale ==&lt;br /&gt;
The location of the locale configuration file and method for generating the locale can vary from distro to distro, so instructions are split in to sections by distro.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
This should work for all apt-based distros.&lt;br /&gt;
Run {{ic|locale-gen ja_JP.UTF-8}} as root. (I haven't confirmed this works, I think it might stop working after a glibc update. If it does stop working after a glibc update try the instructions for Arch)&lt;br /&gt;
&lt;br /&gt;
=== ArchLinux ===&lt;br /&gt;
Uncomment ja_JP.UTF-8 UTF-8 in /etc/locale.gen, then run {{ic|locale-gen}} as root.&lt;br /&gt;
&lt;br /&gt;
=== Void Linux ===&lt;br /&gt;
Uncomment ja_JP.UTF-8 UTF-8 in /etc/default/libc-locales, then run {{ic|xbps-reconfigure -f glibc-locales}} as root.&lt;br /&gt;
&lt;br /&gt;
== Using [https://github.com/EasyRPG/Player EasyRPG Player] ==&lt;br /&gt;
The issues seem to indicate it works, but I haven't tested it.&lt;br /&gt;
&lt;br /&gt;
Extract VH with {{ic|1=LANG=ja_JP.UTF-8 unrar x -ad VH_*.rar}} then cd into the directory and run {{ic|easyrpg-player}}&lt;br /&gt;
&lt;br /&gt;
== Using WINE ==&lt;br /&gt;
I've had it working before but I can't get it working now. (I also didn't write down what I did to make it work)&lt;br /&gt;
=== Setting up the WINEPREFIX ===&lt;br /&gt;
I use &amp;quot;~/.local/share/wineprefixes/vh/&amp;quot; because it's similar to what winetricks uses, but you can use what you want.&lt;br /&gt;
&lt;br /&gt;
First set the variable with {{ic|1=export WINEPREFIX=~/.local/share/wineprefixes/vh/}}, then run {{ic|winetricks sandbox win7}} (I haven't tried other settings for the windows version, they may work better)&lt;br /&gt;
=== Installation ===&lt;br /&gt;
These instructions don't work, do the portable version instead.&lt;br /&gt;
&lt;br /&gt;
First copy the RPG Maker RTP exe to your $WINEPREFIX: {{ic|cp 2000rtp.exe $WINEPREFIX/drive_c/}} then run the self-executing archive with the japanese locale {{ic|1=LANG wine 2000rtp.exe}}.&lt;br /&gt;
&lt;br /&gt;
After the archive is extracted cd into the directory it creates and run the program it extracted with the Japanese locale {{ic|1=LANG=ja-JP.UTF-8 wine RPG2000RTP.exe}}.&lt;br /&gt;
&lt;br /&gt;
Finally watch as the installer complains about missing japanese files and eventually fails to install.&lt;br /&gt;
&lt;br /&gt;
=== Portable version ===&lt;br /&gt;
Download the RTP files from [https://mega.co.nz/#!oR41lZ7a!MXjw5Go3Jq3_4l7Aryttijd2UFQN_yHnt_EmpaSIkMU here] then extract the RTP files with {{ic|1=LANG=ja_JP.UTF-8 unrar x -ad RTP2000JP.rar}}. After extracting the RTP files delete the images with {{ic|find RTP2000JP/RTP* -iname '*.png' -delete}} then extract VH with {{ic|1=LANG=ja_JP.UTF-8 unrar x -ad VH_*.rar}} and merge the RTP files into VH with {{ic|rsync -a RTP2000JP/RTP\($'\346'$'\227'$'\245'$'\346'$'\226'$'\207'\)/ VH_1601025_translated_V1/}} (make sure to keep the slashes on the ends of the paths.)&lt;br /&gt;
&lt;br /&gt;
Fix your fonts by downloading [https://web.archive.org/web/20140227005436/http://rmt.divinelegy.com/utilities/rm2k_fonts.zip rm2k_fonts.zip] and putting the files into {{ic|$WINEPREFIX/drive_c/windows/Fonts}}&lt;br /&gt;
&lt;br /&gt;
The registry stuff is probably optional, but it would be nice if someone would upload a .reg file.&lt;br /&gt;
&lt;br /&gt;
Then add the following to your RPG_RT.ini above ''GameTitle'' :&lt;br /&gt;
 FullPackageFlag=1&lt;br /&gt;
 s&lt;br /&gt;
&lt;br /&gt;
You now have a version of VH with the RTP integrated. '''Note:''' If you get an error while running RPG_RT.exe, putting the VH Game directory in C:/Program Files might help.&lt;br /&gt;
&lt;br /&gt;
== Controls ==&lt;br /&gt;
* Use the arrow keys to walk, tap the arrow keys twice to run.&lt;br /&gt;
* Use Z to select, X to cancel/open the menu.&lt;br /&gt;
* Use Z to attack when in the overworld (Space key works later in the game too).&lt;br /&gt;
&lt;br /&gt;
You can also use a gamepad instead of the keyboard. The controls for gamepads vary with each pad so you will have to figure it out for yourself.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* You can press F4 to get in or out of full-screen.&lt;br /&gt;
* You can find help and tips in the thread on [http://www.hongfire.com/forum/showthread.php?t=100606 Hongfire]&lt;br /&gt;
* More walkthrough is to be found [http://www.vn-meido.com/vh/ here], but it's all in japanese language.&lt;br /&gt;
* Some systems will return a DirectDraw error if the game is started in fullscreen mode. If you get a DirectDraw error (will have DD in error message) when starting the game, use the &amp;quot;Dummy ShowTitle Window&amp;quot; option described above to start the game in windowed mode which avoids the error. (this might not apply to Linux users)&lt;/div&gt;</summary>
		<author><name>Nebulousmallard</name></author>	</entry>

	<entry>
		<id>http://wiki.anime-sharing.com/hgames/index.php?title=Template:Ic&amp;diff=20775</id>
		<title>Template:Ic</title>
		<link rel="alternate" type="text/html" href="http://wiki.anime-sharing.com/hgames/index.php?title=Template:Ic&amp;diff=20775"/>
				<updated>2016-10-27T18:14:35Z</updated>
		
		<summary type="html">&lt;p&gt;Nebulousmallard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;code&amp;gt;{{{code|{{{1|undefined}}}}}}&amp;lt;/code&amp;gt;&amp;lt;noinclude&amp;gt;{{documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nebulousmallard</name></author>	</entry>

	<entry>
		<id>http://wiki.anime-sharing.com/hgames/index.php?title=Template:Ic/doc&amp;diff=20774</id>
		<title>Template:Ic/doc</title>
		<link rel="alternate" type="text/html" href="http://wiki.anime-sharing.com/hgames/index.php?title=Template:Ic/doc&amp;diff=20774"/>
				<updated>2016-10-27T18:11:55Z</updated>
		
		<summary type="html">&lt;p&gt;Nebulousmallard: add documentation for ic&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Inline code.'''&lt;br /&gt;
&lt;br /&gt;
Copied from the [https://wiki.archlinux.org/index.php/Template:Ic ArchLinux Wiki]&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{ic|code}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When representing keyboard keys, you can use [[Wikipedia:List of XML and HTML character entity references|HTML entities]] {{ic|&amp;amp;amp;uarr;}}, {{ic|&amp;amp;amp;rarr;}}, {{ic|&amp;amp;amp;darr;}} and {{ic|&amp;amp;amp;larr;}} to depict arrow keys: {{ic|&amp;amp;uarr;}}, {{ic|&amp;amp;rarr;}}, {{ic|&amp;amp;darr;}}, {{ic|&amp;amp;larr;}}&lt;br /&gt;
&amp;lt;!-- ## Keep this comment hidden to prevent this feature from being abused ##&lt;br /&gt;
This syntax allows the user to select the whole code with a triple click. For long lines of code, however, the template will tend to behave like [[Template:bc]]. To prevent this from happening, append a {{ic|&amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt;}} to the code (this will suppress the triple click functionality):&lt;br /&gt;
&lt;br /&gt;
{{bc|&amp;lt;nowiki&amp;gt;{{ic|code|}}&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{Note|Please use the second argument only when strictly necessary, consider manually splitting the code in more parts instead.}}--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&lt;br /&gt;
{{ic|code}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nebulousmallard</name></author>	</entry>

	<entry>
		<id>http://wiki.anime-sharing.com/hgames/index.php?title=Template:Ic&amp;diff=20773</id>
		<title>Template:Ic</title>
		<link rel="alternate" type="text/html" href="http://wiki.anime-sharing.com/hgames/index.php?title=Template:Ic&amp;diff=20773"/>
				<updated>2016-10-27T18:10:53Z</updated>
		
		<summary type="html">&lt;p&gt;Nebulousmallard: add Ic to simplify things on VH/Linux Setup&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;code&amp;gt;{{{code|{{{1|{{META Error}}}}}}}}&amp;lt;/code&amp;gt;&amp;lt;noinclude&amp;gt;{{documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nebulousmallard</name></author>	</entry>

	<entry>
		<id>http://wiki.anime-sharing.com/hgames/index.php?title=VH/Setup&amp;diff=20772</id>
		<title>VH/Setup</title>
		<link rel="alternate" type="text/html" href="http://wiki.anime-sharing.com/hgames/index.php?title=VH/Setup&amp;diff=20772"/>
				<updated>2016-10-27T16:45:10Z</updated>
		
		<summary type="html">&lt;p&gt;Nebulousmallard: add link to Linux Setup page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{VH}}&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* A computer with settings for non-unicode applications set to Japanese: Start Button -&amp;gt; Control Panel -&amp;gt; Regional and Language Options -&amp;gt; Advanced Tab on Windows XP/ Administrative Tab on Vista and Windows 7. Reboot.&lt;br /&gt;
* The Japanese RPG Maker 2000 RTP, which can be downloaded [http://www.famitsu.com/freegame/rtp/2000_rtp.html here] (executable archive, use AppLocale set to Japanese [last option in list], see below, to extract the installer correctly) or [http://www.mediafire.com/?mug4mjtorfm here]&lt;br /&gt;
* For an AppLocale Windows 7/Vista guide see [http://www.emreakkas.com/windows-tips/how-to-install-applocale-on-windows-7 here]&lt;br /&gt;
* For information about Downloading the game itself and the partial patch, visit [[../Game Archives/]] page&lt;br /&gt;
* For information about running the game on Linux, see the [[VH/Linux Setup|Linux Setup]] page&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
First install the RPG Maker RTP (make sure to set your unicode table before you install it). Keep hitting the the Next Button (the left one) unless you want to install it in different folder othe than the default on C. After the RTP is installed you can unzip the game itself to a folder of your choice (e.g. using [http://www.7-zip.org/ 7-zip] which is a free open-source file archiver).&lt;br /&gt;
Now open the folder and double-click on &amp;quot;RPG_RT.exe&amp;quot; to start the game.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:VH_RTP_Installation_1.jpg|Unpack the RTP&lt;br /&gt;
Image:Installvh2.jpg|Click on next&lt;br /&gt;
Image:Installvh3.jpg|Choose the installation directory and click next.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Portable version ==&lt;br /&gt;
[[Image:VHportable.jpg|thumb|left|100px|alt=VH Portable picture|How to make VH portable by integrating the RTP]]&lt;br /&gt;
&lt;br /&gt;
You can also uninstall the RTP and still be able to play the game. This is useful if you want to save the game on a USB stick or the like and want to play it on different computers. For this to work, copy the contents of the RTP installation directory into the VH Game directory (where all the files of the game are located). Alternatively you can download the RTP files in packed in RAR format here: [https://mega.co.nz/#!oR41lZ7a!MXjw5Go3Jq3_4l7Aryttijd2UFQN_yHnt_EmpaSIkMU Mirror] . Unzip with WinRAR or 7Zip. If asked to overwrite folders, choose YES, if asked to overwrite (image) files, choose NO!&lt;br /&gt;
&lt;br /&gt;
Open regedit and search for ASCII in \Software\ and save the registry entry of the RTP package. On a different PC, add the saved registry entry to its registry by doublecliking on the .reg file.&lt;br /&gt;
{{clrl}}&lt;br /&gt;
&lt;br /&gt;
Then add the following to your RPG_RT.ini above ''GameTitle'' :&lt;br /&gt;
 FullPackageFlag=1&lt;br /&gt;
 s&lt;br /&gt;
&lt;br /&gt;
You now have a version of VH with the RTP integrated. '''Note:''' If you get an error while running RPG_RT.exe, putting the VH Game directory in C:/Program Files might help (it did for me at least).&lt;br /&gt;
&lt;br /&gt;
== Controls ==&lt;br /&gt;
* Use the arrow keys to walk, tap the arrow keys twice to run.&lt;br /&gt;
* Use Z to select, X to cancel/open the menu.&lt;br /&gt;
* Use Z to attack when in the overworld (Space key works later in the game too).&lt;br /&gt;
&lt;br /&gt;
You can also use a gamepad instead of the keyboard. The controls for gamepads vary with each pad so you will have to figure it out for yourself.&lt;br /&gt;
&lt;br /&gt;
== Translation ==&lt;br /&gt;
There are a couple of options for translation.&lt;br /&gt;
&lt;br /&gt;
=== ChiiTrans2 ===&lt;br /&gt;
Instead of AGTH &amp;amp; Translation Aggregator you can use [http://code.google.com/p/chiitrans2/ ChiiTrans2]. This program requires [http://msdn.microsoft.com/netframework/ .NET Framework 4.0]. You can also optionally use ATLAS with it. [http://www.ulmf.org/bbs/showthread.php?t=353 Installing ATLAS instructions]&lt;br /&gt;
&lt;br /&gt;
How to use:&lt;br /&gt;
* Start ChiiTrans and click on the link (&amp;quot;Click here to start&amp;quot;) in the main window.&lt;br /&gt;
* Select the game .exe&lt;br /&gt;
* If you a not under Japanese locale check &amp;quot;Fix game locale&amp;quot;&lt;br /&gt;
* Click &amp;quot;OK&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Machine translation patch ===&lt;br /&gt;
http://vkozyrev.blogspot.com/&lt;br /&gt;
&lt;br /&gt;
=== AGTH + Translation Aggregator ===&lt;br /&gt;
You can use AGTH and Translation Aggregator to translate the on-screen text into english. First you will need to download AGTH [http://agthook.googlepages.com/index.html from its website](or [http://www.mediafire.com/?wdej5mmdwzj here]). Install AGTH and download Translation Aggreator [http://www.hongfire.com/forum/showthread.php?t=94395 from Hongfire]. Install both of them and now it's time to do some magic.&lt;br /&gt;
&lt;br /&gt;
Create a new shortcut to AGTH. Right-click and open preferences. Now you can modify the link to AGTH under Shortcut. Change the Target into this:&lt;br /&gt;
 Full path to agth.exe &amp;quot;full path to RPG_RT.exe&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Which should look something like this depending on where you have installed it:&lt;br /&gt;
 C:\Program Files\agth\agth.exe &amp;quot;C:\porn\VH\RPG_RT.EXE&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If you want the game to start in windowed mode, change your path accordingly:&lt;br /&gt;
 C:\Program Files\agth\agth.exe &amp;quot;C:\porn\VH\RPG_RT.exe&amp;quot; Dummy ShowTitle Window&lt;br /&gt;
&lt;br /&gt;
Now run the game using the shortcut you just created. Go to the AGTH windows which was opened along with Violated Heroine and press 'Options'. Activate 'Auto copy to clipboard' and hit OK. Make sure you choose the third option in the dropdown menu in AGTH, otherwise you will not get text for Translation Aggregator to translate. Now open up Translation Aggregator and make sure to enable the auto translate from clipboard.&lt;br /&gt;
&lt;br /&gt;
be sure to include /l&lt;br /&gt;
&lt;br /&gt;
Note: On some systems minimizing Violated Heroine can cause it to crash, in this case use ALT+ENTER or F4 to change VH to windowed mode if you need to change settings/streams in translator aggregator while the game is running&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* You can press F4 to get in or out of full-screen.&lt;br /&gt;
* Too long filepath may cause installation/unpacking to fail. If you get odd error messages or the unpacker prompts you to overwrite files in the same archive, move the path closer to root and try again.&lt;br /&gt;
* You can find help and tips in the thread on [http://www.hongfire.com/forum/showthread.php?t=100606 Hongfire]&lt;br /&gt;
* More walkthrough is to be found [http://www.vn-meido.com/vh/ here], but it's all in japanese language.&lt;br /&gt;
* Some systems will return a DirectDraw error if the game is started in fullscreen mode. If you get a DirectDraw error (will have DD in error message) when starting the game, use the &amp;quot;Dummy ShowTitle Window&amp;quot; option described above to start the game in windowed mode which avoids the error.&lt;/div&gt;</summary>
		<author><name>Nebulousmallard</name></author>	</entry>

	</feed>