1

Getting started with a mod...

HappyBoyJr 6/27/13 6:12 pm
214
6/27/2013 11:32 pm
Hiya! I'm going to start a journey on modding. Here are plans for mods I'd like to make:

-A vehicle mod
-A mod that adds animals, ambient and water mobs
-A mod that adds monsters

And eventually I will put them all together in a huge pack.

I have already done a few models on Techne and I know how to texture, but here's what I need to find out how to use: MCP (MineCraft Coder Pack)... Anyone know how to install it, and will I be able to import my models into that program?

If none of you know how to use MCP or have a preferred program for beginners, please let me know right away! Thanks!
Posted by
HappyBoyJr
Level 5 : Apprentice Artist
6

  Have something to say?

JoinSign in

7

cuchaz
06/27/2013 11:32 pm
Level 77 : Legendary Modder
Yes, you definitely want to learn Java programming first. Also, you can use Techne models with Forge, or any mod loading framework.
1
bmanrules
06/27/2013 8:04 pm
Level 57 : Grandmaster Programmer
Strange, it looks like my comment was removed/didn't post...

I agree with Teotoo, Learning Java will definitely help you when modding, and there are plently of tutorials online. Minecraft coder's pack isn't a program, but more of an aid to help you while you mod Minecraft, decompiling source code, naming it and even recompiling and letting you test it, However you cannot just import Techne models with it. Techne is a modeler that generates Minecraft-ready Java code from the models you create, but you still have to code A.I. and other features into your mod with Java. Forge and Modloader make it slightly easier to mod, and allow mods to be compatible with each other. They still allow you to use Techne models, but you still have to code A.I. and other things just like before. I recommend starting with Modloader as it is the easier of the two A.P.I's to begin with.
1
HappyBoyJr
06/27/2013 9:15 pm
Level 5 : Apprentice Artist
Hmm.. good thinking, and AI is what I need to code, so I am needing to learn that. I think I'll learn Java beforehand. Thanks.
1
cuchaz
06/27/2013 6:18 pm
Level 77 : Legendary Modder
I'd recommend using Forge instead of the plain MCP. Forge gives you a lot more tools and makes many modding tasks much easier.
1
HappyBoyJr
06/27/2013 6:22 pm
Level 5 : Apprentice Artist
Yes! I use MineCraft Forge for current mods I like such as PortalGun and Flans.

Where can I find that, and can I use Techne with it?

Thanks!
1
PJ_Videos
06/27/2013 6:18 pm
Level 28 : Expert Taco
Adding extra GUI's plus tools and weapons is always a good idea.
1
anonpmc449001
06/27/2013 6:14 pm
Level 13 : Journeyman Miner
[deleted]
1

Welcome