Minecraft Mods

MCModeler v2.4 -- Mac Fix!

  • 19,411 views, 4 today
  • 3,120 downloads, 0 today
  • 28
  • 15
  • 112
Cube Modding's Avatar Cube Modding
Level 59 : Grandmaster Modder
97

MCModeler v1.3




The original post can be found here.

The new forums post can be found here.


Showing I have permission to re-continue this project:


Permission
Posted Image




*Basic Info -


Creating Mobs can be one of the most frustrating processes in making a minecraft mod. One of the hardest parts in the process is creating a mobs model. It takes a lot of trial-and-error to code a basic model, and it can take a long time to create an advanced one. This is the reason programs such as Techne and MCModeler were created. They are made to make modding easier.


This program differs from Techne because it is written in Java, so it works with multiple platforms (Mac OS X, Linux, Windows).


Thank you so much to Apples_R_Tasty for making a Mac launcher for this! It is included in the download.



**Features -


- Easy to use GUI


- Userfriendly


- In-Program Texture Previewing


- Mutli-Platform Support


- Copy/Paste


- Code Generation




New in v1.3 -


- Added Undo/Redo

- Added downloadable Texture maps











Whats Next -


- Techne Model Support


- In-Program Updating


- More Backgrounds/Grids


- Automated Installer


- Complete Mob Code Support


- Option to export as .obj


Suggest Ideas in the comments below.






Download -


Download v1.2 Here: Version 1.2


Download v1.2 Source Code Here: Coming Soon

Download BETA v1.3 Here: Version BETA 1.3


Download v.2.4 Here : Version 2.4






Installation:


Download, Unzip, and run MCModeler.jar.




Note: Requires Java3D API. You can locate that here: Java3D v1.5.1












How To Use


Posted Image


What does it all mean?!?!


Let me explain the fields and buttons:


Box List Manipulators
  • Name -
    • [*:20sjqv6b]The name of the new box you want to add. Please keep this name a valid Java identifier, as this is what the code generator uses as the identifiers for the boxes in the code it generates.

  • [*:20sjqv6b]Add New Box (Button)
    • [*:20sjqv6b]Adds a new box with the name specified in the Name field.

  • [*:20sjqv6b]Boxes
    • [*:20sjqv6b]A list of the boxes in your model.

  • [*:20sjqv6b]Delete box (Button)
    • [*:20sjqv6b]Deletes the selected box (This is irreversable! Careful!).

  • [*:20sjqv6b]Rename box (Button)
    • [*:20sjqv6b]Renames the selected box to the name of your choice (asks you for a new name, doesn't use the Name field).



Texture Manipulators
  • [*:20sjqv6b]Texture URL
    • [*:20sjqv6b]The URL of the texture you want to apply to the model.

  • [*:20sjqv6b]Browse (Button)
    • [*:20sjqv6b]Lets you select an image to use for the texture. Does not load the texture but simply puts the texture's location into the Texture URL field.

  • [*:20sjqv6b]Load (Button)
    • [*:20sjqv6b]Loads the texture specified by the Texture URL field.



Selected Box Values


**Note that with the following fields you need to press Enter to finalize your change.
  • [*:20sjqv6b]X/Y/Z size
    • [*:20sjqv6b]Specify the size of this box in pixels.

  • [*:20sjqv6b]X/Y/Z center
    • [*:20sjqv6b]Specify how many pixels the rotational center of the box should be from the geometric center of the box. This is the point around which the box rotates.

  • [*:20sjqv6b]X/Y/Z offset
    • [*:20sjqv6b]Specify how many pixels the box should be from the center of the model.

  • [*:20sjqv6b]X/Y/Z rotation
    • [*:20sjqv6b]Specify to what angle the box should rotate to, in degrees. Note that the rotations are applied in Z-Y-X order.

  • [*:20sjqv6b]X/Y Texture Offsets
    • [*:20sjqv6b]Specify the offset of this particular box's texture within the texture image, in pixels from the top left corner of the image.



File Menu


I won't explain the generic ones.
  • [*:20sjqv6b]Generate Code
    • [*:20sjqv6b]Generates the model code and puts it in the file specified.



Edit Menu


Copy/Cut/Paste are self-explanatory. (They also only work with boxes. )




View Menu
  • [*:20sjqv6b]Display XY/YZ/ZX grid
    • [*:20sjqv6b]These are guides to help you build your model. You can turn them on or off here.

  • [*:20sjqv6b]Display center point
    • [*:20sjqv6b]This option tells the previewer whether or not to draw the center point of the box.

  • [*:20sjqv6b]Display unselected boxes as...
    • [*:20sjqv6b]This option tells the previewer how to draw boxes you aren't currently working with. The options are self-explanatory, but keep in mind that you cannot mouse-select unselected boxes if this option is set to 'Invisible'.

  • [*:20sjqv6b]Reload texture file
    • [*:20sjqv6b]If you've made changes to your texture file, this reloads them and reapplies them to your model.



View Controls


View controls are pretty natural:
  • [*:20sjqv6b]Left-click on a box to select that box.
  • [*:20sjqv6b]Left-click and drag to rotate your view of the model
  • [*:20sjqv6b]Scroll with the mouse wheel to zoom in and out.


In case of an error-

  • [*:20sjqv6b]Run the program via the command terminal (CMD on windows, Shell/Bash on Linux/Macs) with the '-osdetect' parameter (something to this extent: 'java -jar MCModeler.jar -osdetect')


  • [*:20sjqv6b]Provide the information given to you in the popup. This will help me add compatibility for your operating system.


Thanks, and feel free to leave feedback/suggestions
Progress100% complete
Game VersionMinecraft 1.5.2
Tags

7 Update Logs

Update #3 : by Cube Modding 06/10/2013 11:45:17 amJun 10th, 2013

Fixed download links, they linked to planetminecraft.com/<link> instead of just <link>
LOAD MORE LOGS

Create an account or sign in to comment.

1
08/24/2015 6:58 pm
Level 1 : New Miner
Minethwart
Minethwart's Avatar
can not download
1
07/02/2015 3:20 pm
Level 1 : New Miner
Marijntjuh
Marijntjuh's Avatar
Dude, 1.2 and 2.4 links are down. and 1.3 doesnt work, i have a mac.
Please fix this! :(
1
02/12/2015 9:22 pm
Level 26 : Expert Spelunker
0m3g45n1p3r4lph4
0m3g45n1p3r4lph4's Avatar
heeyyyyyyyyyyy the link isnt working, if you'd like you could borrow my dropbox for it
1
06/26/2014 9:07 pm
Level 43 : Master Modder
superninjaman45
superninjaman45's Avatar
You should fix the link on the MC Forums page as well.
1
06/01/2014 5:40 pm
Level 17 : Journeyman Skinner
EPICNESS234
EPICNESS234's Avatar
FIX THE LINK FIX THE LINK FIX THE LINK FIX THE LINK!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1
06/02/2014 10:44 am
Level 59 : Grandmaster Modder
Cube Modding
Cube Modding's Avatar
Trying to! Our host isn't working right now, and I'mnot sure why.
1
06/02/2014 10:33 pm
Level 17 : Journeyman Skinner
EPICNESS234
EPICNESS234's Avatar
Thank you.
1
03/22/2014 10:10 am
Level 1 : New Crafter
herobrinender
herobrinender's Avatar
Hey Guy i had the same problem it didnt work so I typed this in                                                          Download file : http://www.creeperrepo.net/downloads/avatarmod/MCModeler.zip and click MCModeler download for mac - Soft pedia ;) hoped I helped. but dont click it type it in or it wont work.
1
04/12/2016 1:36 pm
Level 3 : Apprentice Modder
Ocean Witch
Ocean Witch's Avatar
Doesn't work
1
03/18/2014 7:12 pm
Level 18 : Journeyman Architect
whitefyre1
whitefyre1's Avatar
Not working... download links broken, no file asociated.
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome