Merge pull request #355 from PizzAna/master

Fixed Finnish localization typos and updated README.md with newer JDK and Ant versions
This commit is contained in:
pahimar 2013-05-09 07:05:20 -07:00
commit ddf859d670
2 changed files with 13 additions and 13 deletions

View file

@ -1,5 +1,5 @@
## Welcome to Equivalent Exchange 3! ## Welcome to Equivalent Exchange 3!
**LATEST OFFICIAL VERSION**: [EE3 pre1g for 1.5.1] (http://adf.ly/Mj3ZL) **LATEST OFFICIAL VERSION**: [EE3 pre1g for 1.5.1/1.5.2] (http://adf.ly/Mj3ZL)
[Minecraft Forums page] (http://www.minecraftforum.net/topic/1540010-equivalent-exchange-3) [Minecraft Forums page] (http://www.minecraftforum.net/topic/1540010-equivalent-exchange-3)
@ -17,9 +17,9 @@ IMPORTANT: This is not guaranteed to work as it has not been tested extensively
* Click on `Environment Variables`. * Click on `Environment Variables`.
* Under `System Variables`, click `New`. * Under `System Variables`, click `New`.
* For `Variable Name`, input `JAVA_HOME`. * For `Variable Name`, input `JAVA_HOME`.
* For `Variable Value`, input something similar to `;C:\Program Files (x86)\Java\jdk1.7.0_15` exactly as shown to the end (or wherever your Java JDK installation is), and click `Ok`. * For `Variable Value`, input something similar to `;C:\Program Files (x86)\Java\jdk1.7.0_21` exactly as shown to the end (or wherever your Java JDK installation is), and click `Ok`.
* Scroll down to a variable named `Path`, and double-click on it. * Scroll down to a variable named `Path`, and double-click on it.
* Append `;C:\Program Files (x86)\Java\jdk1.7.0_15\bin` (or your Java JDK installation directory\bin), and click `Ok`. * Append `;C:\Program Files (x86)\Java\jdk1.7.0_21\bin` (or your Java JDK installation directory\bin), and click `Ok`.
3. Download Apache Ant [here] (http://ant.apache.org). 3. Download Apache Ant [here] (http://ant.apache.org).
* Unzip the files anywhere you want, eg `C:\Program Files (x86)\Ant`. * Unzip the files anywhere you want, eg `C:\Program Files (x86)\Ant`.
* Again, go to `Environment Variables` just like you did for the Java JDK. * Again, go to `Environment Variables` just like you did for the Java JDK.
@ -27,7 +27,7 @@ IMPORTANT: This is not guaranteed to work as it has not been tested extensively
* For `Variable Name`, input `ANT_HOME`. * For `Variable Name`, input `ANT_HOME`.
* For `Variable Value`, input `C:\Ant\apache-ant-1.9.0` (or your Ant directory\apache-ant-1.9.0). * For `Variable Value`, input `C:\Ant\apache-ant-1.9.0` (or your Ant directory\apache-ant-1.9.0).
* Scroll down to `Path`, and double-click on it. * Scroll down to `Path`, and double-click on it.
* Append `;C:\Ant\apache-ant-1.8.4\bin` exactly as shown to the end (or your Ant directory\apache-ant-1.9.0\bin). * Append `;C:\Ant\apache-ant-1.9.0\bin` exactly as shown to the end (or your Ant directory\apache-ant-1.9.0\bin).
4. Download and install Github [here] (http://windows.github.com/) (Windows) or [here] (http://mac.github.com/) (Mac OS X 10.7+). For Linux, you could download it as a .zip/tarball and unzip it. 4. Download and install Github [here] (http://windows.github.com/) (Windows) or [here] (http://mac.github.com/) (Mac OS X 10.7+). For Linux, you could download it as a .zip/tarball and unzip it.
* Create an account. * Create an account.
* Scroll to the top of this page, login at the top-right, and then click `Clone to Windows/Mac` near the top-left of the page. * Scroll to the top of this page, login at the top-right, and then click `Clone to Windows/Mac` near the top-left of the page.
@ -36,10 +36,10 @@ IMPORTANT: This is not guaranteed to work as it has not been tested extensively
#### Setup MCP (Tested on Linux and Windows) #### Setup MCP (Tested on Linux and Windows)
1. Download the latest version of MCP from [here] (http://mcp.ocean-labs.de/index.php/MCP_Releases), e.g. mcp744.zip. Install MCP dependencies as listed on the website if neccessary. 1. Download the latest version of MCP from [here] (http://mcp.ocean-labs.de/index.php/MCP_Releases), e.g. mcp751.zip. Install MCP dependencies as listed on the website if neccessary.
2. Inside `mcdev`, create a directory named `mcp` and unzip the MCP .zip file into it. 2. Inside `mcdev`, create a directory named `mcp` and unzip the MCP .zip file into it.
* To verify, check if a file named `CHANGELOG` exists inside `mcp`. * To verify, check if a file named `CHANGELOG` exists inside `mcp`.
3. Download the latest forge **source** for Minecraft 1.5.1 and unzip it into `mcp`. You need at least Forge 7.7.1.500, best way is to get it from [here] (http://files.minecraftforge.net/). 3. Download the latest forge **source** for Minecraft 1.5.2 and unzip it into `mcp`. You need at least Forge 7.7.1.500 (Forge 7.8.0.684 if using 1.5.2), best way is to get it from [here] (http://files.minecraftforge.net/).
* To verify, check if a application named `install.sh` exists. * To verify, check if a application named `install.sh` exists.
4. Execute `install.sh` (Linux and Mac) or `install.cmd` (Windows), both found in `mcdev\mcp\forge`. On Linux you might have to `chmod +x install.sh` before you can execute it. On some system configurations you need to execute `install.sh` from within the `forge` directory whereas on others it doesn't matter. Just check the output for error messages to find out what you need to do. 4. Execute `install.sh` (Linux and Mac) or `install.cmd` (Windows), both found in `mcdev\mcp\forge`. On Linux you might have to `chmod +x install.sh` before you can execute it. On some system configurations you need to execute `install.sh` from within the `forge` directory whereas on others it doesn't matter. Just check the output for error messages to find out what you need to do.
@ -64,13 +64,13 @@ IMPORTANT: This is not guaranteed to work as it has not been tested extensively
* Open it up with any text editor, and type into it the following (fully customizable except for `dir.development`): * Open it up with any text editor, and type into it the following (fully customizable except for `dir.development`):
* `dir.development=../../` * `dir.development=../../`
* `dir.release=Releases` * `dir.release=Releases`
* `release.minecraft.version=1.5.1` * `release.minecraft.version=1.5.2`
* `release.mod.version=pre2` * `release.mod.version=pre2`
5. Open up your OS's command line (Command Prompt in Windows, Terminal in Linux and Mac). 5. Open up your OS's command line (Command Prompt in Windows, Terminal in Linux and Mac).
6. Navigate to `mcdev\source\Equivalent-Exchange-3` by executing `cd mcdev's location\source\Equivalent-Exchange-3`. 6. Navigate to `mcdev\source\Equivalent-Exchange-3` by executing `cd mcdev's location\source\Equivalent-Exchange-3`.
7. Execute `ant release`. This will generally take around 5-15 minutes, depending on your computer. If you've done everything right, `BUILD SUCCESSFUL` is displayed after it finishes. 7. Execute `ant release`. This will generally take around 5-15 minutes, depending on your computer. If you've done everything right, `BUILD SUCCESSFUL` is displayed after it finishes.
* If you see `BUILD FAILED`, check the error output (it should be right around `BUILD FAILED`), fix everything, and try again. * If you see `BUILD FAILED`, check the error output (it should be right around `BUILD FAILED`), fix everything, and try again.
8. Go to `mcdev\source\Equivalent-Exchange-3\Releases\1.5\pre2`. 8. Go to `mcdev\source\Equivalent-Exchange-3\Releases\1.5.2\pre2`.
* You should see a .jar named `ee3-universal-pre2.jar`. * You should see a .jar named `ee3-universal-pre2.jar`.
9. Copy the jar into your Minecraft mods folder, and play Minecraft! 9. Copy the jar into your Minecraft mods folder, and play Minecraft!

View file

@ -29,12 +29,12 @@
<entry key="container.alchemicalBag">Alkeminen pussi</entry> <entry key="container.alchemicalBag">Alkeminen pussi</entry>
<entry key="container.glassBell">Lasitiuku</entry> <entry key="container.glassBell">Lasitiuku</entry>
<entry key="itemGroup.EE3">Equivalent Exchange 3</entry> <entry key="itemGroup.EE3">Equivalent Exchange 3</entry>
<entry key="version.init_log_message">Alustetaaan etäversion tarkistusta palvelimeen kohteessa</entry> <entry key="version.init_log_message">Aloitetaan etäversion tarkistusta kohteessa</entry>
<entry key="version.uninitialized">Etäversion tarkistusta ei pystytty alustamaan</entry> <entry key="version.uninitialized">Etäversion tarkistusta ei pystytty alustamaan</entry>
<entry key="version.current">Käytät tällä hetkellä uusinta (@REMOTE_MOD_VERSION@) Equivalent Exchange 3 -versiota, joka on tarkoitettu Minecraft @MINECRAFT_VERSION@:lle</entry> <entry key="version.current">Käytät tällä hetkellä uusinta (@REMOTE_MOD_VERSION@) Equivalent Exchange 3 -versiota, joka on tarkoitettu Minecraft @MINECRAFT_VERSION@:lle</entry>
<entry key="version.outdated">Uusi @MOD_NAME@ versio on saatavilla (@REMOTE_MOD_VERSION@) Minecraftin versiolle @MINECRAFT_VERSION@. Lataa se täältä: @MOD_UPDATE_LOCATION@</entry> <entry key="version.outdated">Uusi @MOD_NAME@ versio on saatavilla (@REMOTE_MOD_VERSION@) Minecraftin versiolle @MINECRAFT_VERSION@. Lataa se täältä: @MOD_UPDATE_LOCATION@</entry>
<entry key="version.general_error">Virhe yhdistettäessä etäversiopalvelimeen; yritetään uudelleen</entry> <entry key="version.general_error">Virhe yhdistettäessä etäversion palvelimeen; yritetään uudelleen</entry>
<entry key="version.final_error">Version tarkistus pysäytetään kolmen epäonnistuneen yrityksen jälkeen</entry> <entry key="version.final_error">Version tarkistus lopetettu kolmen epäonnistuneen yrityksen jälkeen</entry>
<entry key="version.mc_version_not_found">@MOD_NAME@:a @MINECRAFT_VERSION@:lle ei löytynyt</entry> <entry key="version.mc_version_not_found">@MOD_NAME@:a @MINECRAFT_VERSION@:lle ei löytynyt</entry>
<entry key="command.ee3.overlay.turned_on">Kohdistetun transmutoinnin peitevalikko käytössä</entry> <entry key="command.ee3.overlay.turned_on">Kohdistetun transmutoinnin peitevalikko käytössä</entry>
<entry key="command.ee3.overlay.turned_off">Kohdistetun transmutoinnin peitevalikko poissa käytössä</entry> <entry key="command.ee3.overlay.turned_off">Kohdistetun transmutoinnin peitevalikko poissa käytössä</entry>