提供: Minecraft Modding Wiki
移動先: 案内検索

警告: ログインしていません。編集を行うと、あなたの IP アドレスが公開されます。ログインまたはアカウントを作成すれば、あなたの編集はその利用者名とともに表示されるほか、その他の利点もあります。

この編集を取り消せます。 下記の差分を確認して、本当に取り消していいか検証してください。よろしければ変更を保存して取り消しを完了してください。
最新版 編集中の文章
1行目: 1行目:
このページは[http://www.minecraftforge.net/wiki/ Minecraft Forge Wiki]の[http://www.minecraftforge.net/wiki/Installation/Source Installation/Source]の訳です。
+
Installation/Source
 +
Installing Minecraft Forge is a simple process. Follow these steps exactly, and you should be fine. You should also read all of the instructions before beginning, including the common errors and warnings.
 +
----
 +
 
 
= インストールとソースコード =
 
= インストールとソースコード =
 
Minecraft Forgeのインストールは簡単です。以下のステップを正確に辿れば、問題なく済むでしょう。使用する前には、説明に一般的なエラーと警告が書いてあるので、全て読んでください。
 
Minecraft Forgeのインストールは簡単です。以下のステップを正確に辿れば、問題なく済むでしょう。使用する前には、説明に一般的なエラーと警告が書いてあるので、全て読んでください。
 +
 +
----
 +
 +
Installation Process
  
 
== インストールの手順 ==
 
== インストールの手順 ==
  
=== 1,JDKがインストールされているか確認してください ===
 
  
 +
1. Make sure you have the JDK installed.
 +
If you do not, install Java SDK Standard Edition (short JDK). Then, add the paths to your JDK and JRE bin folders to the Environment Variable PATH.
 +
Example for Windows users of what you have to add to the variable (entries are seperated by ";" ):
 +
C:\Program Files\Java\jdk1.6.0_24\bin;C:\Program Files\Java\jre6\bin
 +
You should also be able to use Java 7 (JDK 1.7), but doing so means that all users of your mod must also be using Java 7.
 +
----
 
始めに、JDK(Java Development Kit:原文注釈無し)がインストールされているかを確認してください。もししていなかったら、Java SDK Standard Edition(short JDK)をインストールしてください。
 
始めに、JDK(Java Development Kit:原文注釈無し)がインストールされているかを確認してください。もししていなかったら、Java SDK Standard Edition(short JDK)をインストールしてください。
  
次に、JDKとJREのバイナリフォルダに環境変数を通します。<br>(翻訳者注:以下環境変数PATHの通し方ですが、日本語解説サイトの方が良いでしょう)<br>
+
次に、JDKとJREのバイナリフォルダに環境変数を通します。<br>(翻訳者注:以下環境変数PATHの通し方ですが、日本語解説サイトの方が良いでしょう)
例えばWindowsを使用している場合、、変数に<br>
+
----
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,Forgeのインストール ===
 
Forge source zip をプロジェクトのディレクトリに置いて、解凍してください。<br>
 
そうすると、今プロジェクトフォルダには全ての解凍したファイルを含む"forge"というフォルダがあるはずです。そうであるならば、install.cmd(Windows)かinstall.sh(Mac/Linux)を起動してください。Minecraftがデコンパイルされ、必要な全ての基本的な設定が行われます。<br>
 
デコンパイルにかかる時間はハードウェアに依存します。10分以内に完了する場合が多いですが、1時間以上かかったという報告もあります。もしそうなったら、何か食べながらででも待っていればいいと思います(笑)[原文直訳]<br>
 
スクリプトの実行が終了すれば、Forgeのインストールは正しく終了していると思われます。
 
 
 
 
 
== 一般的なエラーと警告 ==
 
  
  
===スナップショット===
+
2. Download everything you will need.
ForgeはMCPマッピングのスナップショットを内包しています。マッピングは最新のものではないかも知れませんが、共同作業の為のパッチファイルですので必ず提供されたマッピングを使ってください。
+
You're going to need a fresh copy of the following programs:
 
+
Minecraft
===MCPスクリプト===
+
Minecraft Server JAR
Forgeの install.shは必要な事を全てやるようになっているので、Forgeのインストールの為にMCPスクリプトを走らせる必要はありません。
+
MCP (Minecraft Coder Pack)
 
+
Minecraft Forge Source
===もし以下の様なエラーが出たら===
+
----
 
+
必要なものをダウンロードします。以下のファイルを用意してください。
 +
・Minecraft
 +
・Minecraft Server jar
 +
・MCP(Minecraft Coder Pack)
 +
Minecraft Forge Source
 +
----
 +
3. Extract MCP
 +
Create a directory for your project. Put the MCP zip inside of it and, extract it into that folder.
 +
----
 +
あなたのプロジェクト用のディレクトリを作成し、MCPのzipフォルダを中にいれ、解凍してください
 +
----
 +
4. Add Minecraft Files
 +
Copy the "minecraft_server.jar" file and the folders "bin" and "resources" from your "%APPDATA%\.minecraft" folder into the "jars" folder created by the MCP extraction in your project directory.
 +
----
 +
プロジェクトディレクトリ内の解凍したMCPの中の、"jars"フォルダに、"minecraft_server.jar"
 +
----
 +
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.
 +
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'
 
WindowsError: [Error 5] Access is denied: '<..>\\mcp72\\eclipse'
 
+
Try deleting the eclipse directory within your MCP directory, and then run the install script.
MCPディレクトリ内のecripseフォルダを削除して、インストールスクリプトをもう一度開いてください。<br>
+
Please ensure that Eclipse is closed before installation.
インストールの前に、必ずEclipseを閉じるようにしてください
 
 
 
===Eclipseで開くと6000,7000のエラーが発生する場合===
 
/mcp/eclipseを編集しているリビジョンのForgeを使用しているのかもしれません。/forge/fml/eclipseを/mcp/eclipseに移すか、最新版のforgeを手に入れてください。
 
 
 
==Forgeのディレクトリ構造==
 
'''/forge/'''
 
forgeに関係するファイルがあります。readmeと以下のファイルを含みます。
 
 
 
'''/forge/install.sh 、/forge/install.cmd'''
 
Forgeをインストールするためのスクリプトです。
 
 
 
'''/forge/mcp/'''
 
Minecraft Coder Pack(MCP)のツール群の場所です。
 
 
 
'''/forge/mcp/eclipse/'''
 
Eclipse統合開発環境利用者のための仮構築のワークスペースです。
 
 
 
'''/forge/mcp/recompile.sh /forge/mcp/reobfuscate.sh(Windowsは.bat)'''
 
作成したMODをリリースする形にするスクリプトです。
 
 
 
'''/forge/mcp/reobf'''
 
reobfuscate.sh(Windowsでは.bat)を走らせたあとの、クラスファイルの場所です。
 

Minecraft Modding Wikiへの投稿はすべて、他の投稿者によって編集、変更、除去される場合があります。 自分が書いたものが他の人に容赦なく編集されるのを望まない場合は、ここに投稿しないでください。
また、投稿するのは、自分で書いたものか、パブリック ドメインまたはそれに類するフリーな資料からの複製であることを約束してください(詳細はMinecraft Modding Wiki:著作権を参照)。 著作権保護されている作品は、許諾なしに投稿しないでください!

このページを編集するには、下記の確認用の質問に回答してください (詳細):

取り消し 編集の仕方 (新しいウィンドウで開きます)