Compiling Workspace: Difference between revisions
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Prerequisites == | == Prerequisites == | ||
* Galacticraft | * Galacticraft dev deobf files - You can download them from http://www.micdoodle8.com/mods/galacticraft/downloads/dev. | ||
** You may also download the latest build from [http://ci.micdoodle8.com/job/Galacticraft-Dev/ Jenkins]. | ** You may also download the latest build from [http://ci.micdoodle8.com/job/Galacticraft-Dev/ Jenkins]. | ||
* Galacticraft Github | * Galacticraft Github code [https://github.com/micdoodle8/Galacticraft Galacticraft Github Code] (download zip) | ||
== Setting up the workspace == | == Setting up the workspace == | ||
Videos coming soon! | Videos coming soon! | ||
# Open "Forge/mcp/libs". | # Open "Forge/mcp/libs". | ||
# Copy Galacticraft | # Copy the Galacticraft dev deobf files here. | ||
# Open Eclipse. | # Open Eclipse. | ||
# Right-click on Minecraft project, click Properties->Java Build Path->Libraries->Add External Jars and select the 4 dev files. | # Right-click on the Minecraft project, click Properties->Java Build Path->Libraries->Add External Jars and select the 4 dev files. | ||
# Extract the Galacticraft Github code. | |||
# Extract Galacticraft Github code. | |||
# Open common. | # Open common. | ||
# Copy all files to "Forge/mcp/src". | # Copy all files to "Forge/mcp/src". | ||
# Open "Forge/mcp/src/micdoodle8/mods/galacticraft/". | # Open "Forge/mcp/src/micdoodle8/mods/galacticraft/". | ||
# Delete all folders without API folder. | # Delete all folders without the API folder. | ||
# At "Forge/mcp" Run "recompile.bat/.sh" then "updatemd5.bat/.sh". | # At "Forge/mcp", Run "recompile.bat/.sh" then "updatemd5.bat/.sh". | ||
<gallery> | |||
Copy_GC_Libs.png | |||
Eclipse GC Libs.png | |||
</gallery> | |||
== Notes == | == Notes == | ||
* This workspace is just for compiling; you can't run Minecraft MCP. | * This workspace is just for compiling; you can't run Minecraft MCP. |
Latest revision as of 04:31, 15 June 2014
Prerequisites
- Galacticraft dev deobf files - You can download them from http://www.micdoodle8.com/mods/galacticraft/downloads/dev.
- You may also download the latest build from Jenkins.
- Galacticraft Github code Galacticraft Github Code (download zip)
Setting up the workspace
Videos coming soon!
- Open "Forge/mcp/libs".
- Copy the Galacticraft dev deobf files here.
- Open Eclipse.
- Right-click on the Minecraft project, click Properties->Java Build Path->Libraries->Add External Jars and select the 4 dev files.
- Extract the Galacticraft Github code.
- Open common.
- Copy all files to "Forge/mcp/src".
- Open "Forge/mcp/src/micdoodle8/mods/galacticraft/".
- Delete all folders without the API folder.
- At "Forge/mcp", Run "recompile.bat/.sh" then "updatemd5.bat/.sh".
Notes
- This workspace is just for compiling; you can't run Minecraft MCP.
|
Cookies help us deliver our services. By using our services, you agree to our use of cookies.