[1.8.1] Modloader Modding Setup
5 posters
MC Modding :: Modding :: Singleplayer Modding :: Tutorials
Page 1 of 1
[1.8.1] Modloader Modding Setup
Things to get:
Minecraft Coders Pack
Notepad++
Java JDK
A brain
Modloader
7zip
Part 1
First of all we need to set up JDK,
1. Go to start, and right click on My Computer. Then click properties. Then advanced computer settings.
Click environmental variables
2. Is there a Path variable at the top? As the value does it say "C:\Program Files\Java\jdk1.6.0_24\bin", or something
like that? (If it does then you can skip this setup guide.)
3. Open your web browser, and download JDK SE. NOT JDK EE!
4. Once that downloads, and you set it up, open C:\Program Files\java\jdk1.6.0_24\bin, if the location is a bit different
that's OK, this is why we are doing this, to make sure we have the right location. You should see a heap of files with
the ".exe" extension. Right click on any one of them, and click properties, then copy the location.
5. Now navigate back to environmental variables(the first 2 steps) Click new, type "Path" (the capitalization matters)
as the name. Paste the location as the value.
You are now finished setting up JDK!
If you wanna make sure you did this properly, search CMD, hit enter, and type in "javac", push enter. If it gives you an error, then you did something wrong, if it gives you a long list of commands then, YAY! You did it!
--------------------------------------------------------------------------------------------------------------------------------------------
Part 2
Next, we need to set up MCP (Minecraft Coders Pack)
1. Download the latest MCP, and extract it to a folder on your desktop (doesn't have to be desktop, but it's just easier).
2. Now type in the search bar %appdata%, and hit enter. Look in your ".minecraft" folder and copy your "bin"
and "resources" folders. Go into your MCP folder and paste them into the "jars" folder.
3. (In MCP folder) Enter the bin folder and use 7zip to open "minecraft.jar" there should be a heap of files in it.
Keep that window open, now open the modloader file you downloaded, highlight all the files in it and drag 'n' drop them
into the "minecraft.jar" window. (Don't forget to delete the "META-INF" folder!)
4. Now run "decompile.bat" It should bring up a black window. Wait until it says "press any key to continue..." and do it.
(If it says something like "2 HUNKS OUT OF 2 FAILED" don't worry, it doesn't mean anything!
You have now finished setting up MCP!
Minecraft Coders Pack
Notepad++
Java JDK
A brain
Modloader
7zip
Part 1
First of all we need to set up JDK,
1. Go to start, and right click on My Computer. Then click properties. Then advanced computer settings.
Click environmental variables
2. Is there a Path variable at the top? As the value does it say "C:\Program Files\Java\jdk1.6.0_24\bin", or something
like that? (If it does then you can skip this setup guide.)
3. Open your web browser, and download JDK SE. NOT JDK EE!
4. Once that downloads, and you set it up, open C:\Program Files\java\jdk1.6.0_24\bin, if the location is a bit different
that's OK, this is why we are doing this, to make sure we have the right location. You should see a heap of files with
the ".exe" extension. Right click on any one of them, and click properties, then copy the location.
5. Now navigate back to environmental variables(the first 2 steps) Click new, type "Path" (the capitalization matters)
as the name. Paste the location as the value.
You are now finished setting up JDK!
If you wanna make sure you did this properly, search CMD, hit enter, and type in "javac", push enter. If it gives you an error, then you did something wrong, if it gives you a long list of commands then, YAY! You did it!
--------------------------------------------------------------------------------------------------------------------------------------------
Part 2
Next, we need to set up MCP (Minecraft Coders Pack)
1. Download the latest MCP, and extract it to a folder on your desktop (doesn't have to be desktop, but it's just easier).
2. Now type in the search bar %appdata%, and hit enter. Look in your ".minecraft" folder and copy your "bin"
and "resources" folders. Go into your MCP folder and paste them into the "jars" folder.
3. (In MCP folder) Enter the bin folder and use 7zip to open "minecraft.jar" there should be a heap of files in it.
Keep that window open, now open the modloader file you downloaded, highlight all the files in it and drag 'n' drop them
into the "minecraft.jar" window. (Don't forget to delete the "META-INF" folder!)
4. Now run "decompile.bat" It should bring up a black window. Wait until it says "press any key to continue..." and do it.
(If it says something like "2 HUNKS OUT OF 2 FAILED" don't worry, it doesn't mean anything!
You have now finished setting up MCP!
Re: [1.8.1] Modloader Modding Setup
thank you for the tutorial! youtube didn't teach me very well =/
jesshankin22- Member
- Posts : 47
Join date : 2011-10-24
Re: [1.8.1] Modloader Modding Setup
hey how do you extract the mods and give them for download?
bottz2- Member
- Posts : 14
Join date : 2011-10-24
Re: [1.8.1] Modloader Modding Setup
You could copy them from the jar you use to test or i`m pretty sure that reobfuscate.bat does it for you.
breakyorself- Member
- Posts : 60
Join date : 2011-10-19
Re: [1.8.1] Modloader Modding Setup
@bottz2 please dont post something more than once. just post stuff like this in the help section
Re: [1.8.1] Modloader Modding Setup
i know but i need him to see it and i need him to respond soon
bottz2- Member
- Posts : 14
Join date : 2011-10-24
Re: [1.8.1] Modloader Modding Setup
what do i do after i reobfuscate?
bottz2- Member
- Posts : 14
Join date : 2011-10-24
Re: [1.8.1] Modloader Modding Setup
@bottz2, You go into the "reobf" folder and then minecraft, and your files you made are there.
MC Modding :: Modding :: Singleplayer Modding :: Tutorials
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum