Now that we're getting into minecraft modding, does anyone know what programs can be used to make custom mobs for minecraft? Would XSI work, or do we need anything else?
Before anyone asks, I did use Google. All I found was a bunch of useless clutter.
Minecraft coding and modelling
Moderator: Moderators
-
- General
- Posts: 760
- Joined: Mon Aug 03, 2009 3:21 am
- Projects :: No Mod project currently.
- Location: over the hills and far away
-
- Master Bounty Hunter
- Posts: 1570
- Joined: Wed Dec 10, 2008 7:48 pm
Re: Minecraft coding and modelling
You have to know java and have the java SDK on you pc to modify Minecraft. But for models, you dont use XSI, but im not sure what it uses.
-
- General
- Posts: 760
- Joined: Mon Aug 03, 2009 3:21 am
- Projects :: No Mod project currently.
- Location: over the hills and far away
Re: Minecraft coding and modelling
Well evidently there are people who have made custom mobs for minecraft so there has to be some way.
- bamdur123
- Sergeant Major
- Posts: 243
- Joined: Fri Oct 15, 2010 7:15 pm
- Projects :: Tython-Siege of Darkness Zombie Hotel
- Location: Ohio, USA
Re: Minecraft coding and modelling
http://www.patrickmin.com/minecraft/ tut on making custom models and bringing them into the game. but they are static "props" so to speak.
-
- Hoth Battle Chief
- Posts: 3132
- Joined: Sun Dec 09, 2007 11:45 pm
- Projects :: No Mod project currently.
- Location: A Certain Box Canyon
Re: Minecraft coding and modelling
http://www.minecraftforum.net/viewtopic ... 5&t=102487
This is fairly interesting as framework. I'm sure it could be applied to other mobs.
This is fairly interesting as framework. I'm sure it could be applied to other mobs.
- conqerer2
- Private Recruit
- Posts: 24
- Joined: Mon Oct 04, 2010 5:20 pm
- Projects :: Blah.
- Location: Google Chrome Incognito Page
Re: Minecraft coding and modelling
To create a model in minecraft, you need to know the proper Java code. Basically, you say "Draw a Rectangle that is This big! Put it here! draw another rectangle that is this big! put it there! when my model guy runs, move it to here! and when he does this, put it here!"
Over and over and over...
Modeling in Minecraft is nowhere near as easy as in Battlefront. Most people re-use the human model, and just add a new texture to it, which is way, way easier.
Over and over and over...
Modeling in Minecraft is nowhere near as easy as in Battlefront. Most people re-use the human model, and just add a new texture to it, which is way, way easier.
- DrakusFett
- Master Sergeant
- Posts: 176
- Joined: Thu Mar 31, 2011 10:33 pm
- Projects :: Playing BF3 for PS3
- xbox live or psn: PSN: DrakusFett
- Location: Here there and everywhere
- Contact:
- commandoCC-9811
- Command Sergeant Major
- Posts: 265
- Joined: Fri Apr 02, 2010 11:05 pm
- Location: Right over there... keep looking... *runs away
Re: Minecraft coding and modelling
What I have used for modelling in minecraft is a modelling engine called Techne (If you look up 'techne minecraft' on google you should be able to find it.)
- DrakusFett
- Master Sergeant
- Posts: 176
- Joined: Thu Mar 31, 2011 10:33 pm
- Projects :: Playing BF3 for PS3
- xbox live or psn: PSN: DrakusFett
- Location: Here there and everywhere
- Contact:
Re: Minecraft coding and modelling
Thats what my post was about haha so I guess it was the right program.