提供: Minecraft Modding Wiki
移動先: 案内検索
43行目: 43行目:
 
The time it takes to decompile properly can vary on the hardware. Less than ten minutes is average, but there have been reports of decompilation taking over an hour. Why not get something to eat while this happens?
 
The time it takes to decompile properly can vary on the hardware. Less than ten minutes is average, but there have been reports of decompilation taking over an hour. Why not get something to eat while this happens?
 
When the script is finished, Forge will be properly installed.
 
When the script is finished, Forge will be properly installed.
 +
----
 +
 +
=== 5,Forgeのインストール ===
 +
Forge source zip をプロジェクトのディレクトリに置いて、解凍してください。<br>
 +
 +
----
 
Common Errors and General Warnings
 
Common Errors and General Warnings
  

2012年10月23日 (火) 20:24時点における版

このページはMinecraft Forge WikiInstallation/Sourceの訳です。

インストールとソースコード

Minecraft Forgeのインストールは簡単です。以下のステップを正確に辿れば、問題なく済むでしょう。使用する前には、説明に一般的なエラーと警告が書いてあるので、全て読んでください。

インストールの手順

1,JDKがインストールされているか確認してください

始めに、JDK(Java Development Kit:原文注釈無し)がインストールされているかを確認してください。もししていなかったら、Java SDK Standard Edition(short JDK)をインストールしてください。

次に、JDKとJREのバイナリフォルダに環境変数を通します。
(翻訳者注:以下環境変数PATHの通し方ですが、日本語解説サイトの方が良いでしょう)
例えばWindowsを使用している場合、、変数に
C:\Program Files\Java\jdk1.6.0_24\bin;C:\Program Files\Java\jre6\bin を(";"で分けて)追加してください。これでJava 7(JDK1.7)が使えるはずです。といっても、必ずしもJava 7でなくてはならないわけではありません。


2,必要なものをダウンロードします

以下のファイルを用意してください。

  • Minecraft
  • Minecraft Server jar
  • MCP(Minecraft Coder Pack)
  • Minecraft Forge Source


3,MCPの解凍

プロジェクト用のディレクトリを作成し、MCPのzipフォルダを中にいれ、解凍してください


4,Minecraftのファイルの追加

プロジェクトディレクトリ内に解凍したMCPの中の、"jars"フォルダに、

  • minecraft_server.jar

".minecraft"の中の

  • bin
  • resource

を入れてください。


5. Install Forge Place the Forge source zip into your project directory, and extract it. Your project folder should now include a "forge" directory containing all extracted files. If so, just run install.cmd (Windows) or install.sh (Mac/Linux). This will decompile Minecraft and make all base edits necessary. The time it takes to decompile properly can vary on the hardware. Less than ten minutes is average, but there have been reports of decompilation taking over an hour. Why not get something to eat while this happens? When the script is finished, Forge will be properly installed.


5,Forgeのインストール

Forge source zip をプロジェクトのディレクトリに置いて、解凍してください。


Common Errors and General Warnings

Snapshots Forge includes a snapshot of the MCP mappings. The mappings may not be the most current, but you must use the provided mappings in order for the patch files to work together. MCP Scripts You do not need to run any of the MCP scripts to install Forge. Forge's install.sh will do it for you. If you see an error which looks like this WindowsError: [Error 5] Access is denied: '<..>\\mcp72\\eclipse' Try deleting the eclipse directory within your MCP directory, and then run the install script. Please ensure that Eclipse is closed before installation.