>LainIwakura m (101h) |
>Mathewv (I basically rewrote the entire article, since the previous one included some false and ambiguous information.) |
||
Line 1: | Line 1: | ||
== | == Introduction == | ||
Even though Yume 2kki can be an amazing gaming experience, installing it can be tricky. | Even though ''Yume 2kki'' can be an amazing gaming experience, installing it can be tricky. This guide should be enough for most people to get the game working smoothly. | ||
If you are having problems installing the game, feel free to leave a comment here or on the [[Troubleshooting]] page. | If you are having problems installing the game, feel free to leave a comment here or on the [[Troubleshooting]] page. | ||
==''' | == Preparation == | ||
On '''''Windows XP''''', some additional setup is required for East-Asian languages. | |||
# Go to Control Panel. | |||
# Go to Regional and Language Options. | |||
# Click the "Install files for East-Asian Languages" checkbox. | |||
# Press OK. Windows will install East-Asian language support. | |||
===''' | == Installing AppLocale and the Japanese RPG Maker 2000 RTP (Automatic) == | ||
You can download a script [http://mathew.link here] (located near the bottom of the page) which will automatically download and install [[wikipedia:AppLocale|AppLocale]] and both the English and Japanese RPG Maker 2000 and 2003 runtime packages. Simply download the file, extract the "Install RTPs.bat" script, and run it ('''''Vista and later:''''' right-click and select ''Run As Administrator''). | |||
== Installing AppLocale and the Japanese RPG Maker 2000 RTP (Manual) == | |||
Download [[wikipedia:AppLocale|AppLocale]] from Microsoft's website [http://www.microsoft.com/en-au/download/details.aspx?id=13209 here]. | |||
On '''''Windows XP''''', open the "apploc.msi" file you downloaded earlier and follow the installation instructions. | |||
On '''''Windows Vista and later''''', the process is a bit more complicated. | |||
# Open the start menu, type "cmd" in the search box, then right click "cmd.exe" and select “Run as Administrator”. | |||
# Type the following command and press enter: | |||
msiexec /i "C:\Users\...\Downloads\apploc.msi" | |||
Make sure to replace the "C:\Users..." path with the full filename of apploc.msi. Also, the quotes are important! | |||
AppLocale will be used to install the RTP and later to run ''Yume 2kki''. To install the RTP using AppLocale: | |||
# Download the RTP [http://tkool.jp/support/download/rpg2000/rtp here] [http://download.tkool-online.com/rtp/2000rtp.exe (Mirror)] | |||
# If you downloaded a ZIP file, extract the contents. Otherwise, if you downloaded an EXE file, run it and allow it to extract. In the extracted files will be a file called RPG2000RTP.exe. | |||
# Open AppLocale, and when prompted, select RPG2000RTP.exe as the executable file to run. | |||
# Select Japanese (日本語) as the language, which is the very last option in the language dropdown menu. | |||
# Run the installer. The "next" button should be highlighted by default. | |||
If you have attempted to install the RTP before and failed, or have difficulties installing the RTP, make sure other versions of the RTP have been uninstalled through Add or Remove Programs ('''''Vista and later:''''' Programs and Features) in the Control Panel and try again. If you still have issues installing, the Automatic installation above is recommended. | |||
== Installing Yume 2kki == | |||
''Yume 2kki'' download links can be found [[Downloads|here]] on the wiki. The official downloads will typically run with less issues than the mirrors; try downloading from the official source before trying the mirrors. | |||
If | If downloading from the official links (on GetUploader), make sure to download ''all'' of the files in the series (e.g. ゆめ2っきver0.102b.part01.exe, ゆめ2っきver0.102b.part02.rar, etc). GetUploader only allows ''one'' download at a time, so be aware of this. If you cannot identify the download button, it has the text「ダウンロード」written on it. | ||
If you want to apply any patches to the game, download those files too. Make sure the version numbers match before applying a patch! | |||
Now, to extract the game, you will need to run the self-extracting EXE file with AppLocale: | |||
# Start AppLocale | |||
# When prompted, choose the "...part01.exe" file as the file to run. | |||
# Select Japanese (日本語; the very last option) in the language menu that follows. | |||
# Start the self-extractor. Keep in mind that all of the downloaded parts must be kept in the same folder for this step to work. | |||
You will now have a new folder (typically named similarly to「ゆめ2っきver0.101」) in the same location as the archive EXE. Inside is another folder (typically「ゆめ2っき」or "data") which contains the actual game data. To apply patches, extract and copy the patch data into this folder and overwrite existing files. You can now place this game folder wherever you'd like. | |||
The last step is to create a shortcut to play the game via AppLocale. The process is similar to before: | |||
# Start AppLocale | |||
# When prompted, choose "RPG_RT.exe" file as the file to run. If you don't want to play the game in fullscreen, inpuut "x x Window" (without quotes) for the program arguments. | |||
# Select Japanese (日本語; the very last option) in the language menu that follows. | |||
# Check "Create a shortcut to always run this application with AppLocale" and rename it to whatever you wish. | |||
# Start the game! | |||
The shortcut that is created from the previous steps will be found under Programs->Microsoft AppLocale and can be safely moved to another location. | |||
== See also == | |||
=== pAppLoc === | |||
"pAppLoc" is a modified version of AppLocale which disables the nag screen that appears when starting AppLocale shortcuts. There also exists a registry modification which adds an option in the right-click menu to start executable files in Japanese using AppLocale. | |||
You can find a guide on how to install and use pAppLoc [http://www.hongfire.com/forum/showthread.php/82164-Right-Click-Context-Menu-for-Applocalehere here]. | |||
=== Uboachan Installation Thread[[Category:Guides]] === | |||
If you're still having trouble getting the installation working, you might find some information in this [http://archive.uboachan.net/tkki/res/534.xhtml Uboachan thread]. | |||
=== | |||
Revision as of 03:10, 13 January 2015
Introduction
Even though Yume 2kki can be an amazing gaming experience, installing it can be tricky. This guide should be enough for most people to get the game working smoothly.
If you are having problems installing the game, feel free to leave a comment here or on the Troubleshooting page.
Preparation
On Windows XP, some additional setup is required for East-Asian languages.
- Go to Control Panel.
- Go to Regional and Language Options.
- Click the "Install files for East-Asian Languages" checkbox.
- Press OK. Windows will install East-Asian language support.
Installing AppLocale and the Japanese RPG Maker 2000 RTP (Automatic)
You can download a script here (located near the bottom of the page) which will automatically download and install AppLocale and both the English and Japanese RPG Maker 2000 and 2003 runtime packages. Simply download the file, extract the "Install RTPs.bat" script, and run it (Vista and later: right-click and select Run As Administrator).
Installing AppLocale and the Japanese RPG Maker 2000 RTP (Manual)
Download AppLocale from Microsoft's website here.
On Windows XP, open the "apploc.msi" file you downloaded earlier and follow the installation instructions.
On Windows Vista and later, the process is a bit more complicated.
- Open the start menu, type "cmd" in the search box, then right click "cmd.exe" and select “Run as Administrator”.
- Type the following command and press enter:
msiexec /i "C:\Users\...\Downloads\apploc.msi"
Make sure to replace the "C:\Users..." path with the full filename of apploc.msi. Also, the quotes are important!
AppLocale will be used to install the RTP and later to run Yume 2kki. To install the RTP using AppLocale:
- Download the RTP here (Mirror)
- If you downloaded a ZIP file, extract the contents. Otherwise, if you downloaded an EXE file, run it and allow it to extract. In the extracted files will be a file called RPG2000RTP.exe.
- Open AppLocale, and when prompted, select RPG2000RTP.exe as the executable file to run.
- Select Japanese (日本語) as the language, which is the very last option in the language dropdown menu.
- Run the installer. The "next" button should be highlighted by default.
If you have attempted to install the RTP before and failed, or have difficulties installing the RTP, make sure other versions of the RTP have been uninstalled through Add or Remove Programs (Vista and later: Programs and Features) in the Control Panel and try again. If you still have issues installing, the Automatic installation above is recommended.
Installing Yume 2kki
Yume 2kki download links can be found here on the wiki. The official downloads will typically run with less issues than the mirrors; try downloading from the official source before trying the mirrors.
If downloading from the official links (on GetUploader), make sure to download all of the files in the series (e.g. ゆめ2っきver0.102b.part01.exe, ゆめ2っきver0.102b.part02.rar, etc). GetUploader only allows one download at a time, so be aware of this. If you cannot identify the download button, it has the text「ダウンロード」written on it.
If you want to apply any patches to the game, download those files too. Make sure the version numbers match before applying a patch!
Now, to extract the game, you will need to run the self-extracting EXE file with AppLocale:
- Start AppLocale
- When prompted, choose the "...part01.exe" file as the file to run.
- Select Japanese (日本語; the very last option) in the language menu that follows.
- Start the self-extractor. Keep in mind that all of the downloaded parts must be kept in the same folder for this step to work.
You will now have a new folder (typically named similarly to「ゆめ2っきver0.101」) in the same location as the archive EXE. Inside is another folder (typically「ゆめ2っき」or "data") which contains the actual game data. To apply patches, extract and copy the patch data into this folder and overwrite existing files. You can now place this game folder wherever you'd like.
The last step is to create a shortcut to play the game via AppLocale. The process is similar to before:
- Start AppLocale
- When prompted, choose "RPG_RT.exe" file as the file to run. If you don't want to play the game in fullscreen, inpuut "x x Window" (without quotes) for the program arguments.
- Select Japanese (日本語; the very last option) in the language menu that follows.
- Check "Create a shortcut to always run this application with AppLocale" and rename it to whatever you wish.
- Start the game!
The shortcut that is created from the previous steps will be found under Programs->Microsoft AppLocale and can be safely moved to another location.
See also
pAppLoc
"pAppLoc" is a modified version of AppLocale which disables the nag screen that appears when starting AppLocale shortcuts. There also exists a registry modification which adds an option in the right-click menu to start executable files in Japanese using AppLocale.
You can find a guide on how to install and use pAppLoc here.
Uboachan Installation Thread
If you're still having trouble getting the installation working, you might find some information in this Uboachan thread.