Jump to content

Requesting Modder Support for TileEntities


lombax

Recommended Posts

Hello, I'm a bit new to modding and require some help with creating a TileEntity. I've tried creating one before, but with no success. I would also like to make the TileEntity render with a custom model. If you could contact me privately on skype to help via IM and/or Teamviewer, that would be much appreciated. Skype:vista4utoday

Link to comment
Share on other sites

Look up the Techne modeler.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

Use techne to export to Java, which will give you a rendering class (I haven't imported any yet myself, but it looks to be everything you'd need to create a custom renderer).

 

As for GUIs, those are immensely complicated (though you don't need a TE to make them).

 

Can't help you with the BuildCraft API.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

Use techne to export to Java, which will give you a rendering class (I haven't imported any yet myself, but it looks to be everything you'd need to create a custom renderer).

 

As for GUIs, those are immensely complicated (though you don't need a TE to make them).

 

Can't help you with the BuildCraft API.

 

Actually Techne exports only the model file. You have to make the render file for yourself (or use a pre-existing one). As for a TileEntity model, you need a TileEntitySpecialRenderer class and an ItemRenderer class (if you also want to render the model inside the inventory / when dropped / when held)

 

Guis aren't THAT complicated. For some GUIs, look at my TurretMod3 source: https://github.com/SanAndreasP/TurretModv3/tree/master/sanandreasp/mods/TurretMod3

Features also TileEntities with custom models.

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

Link to comment
Share on other sites

Guis aren't THAT complicated. For some GUIs, look at my TurretMod3 source: https://github.com/SanAndreasP/TurretModv3/tree/master/sanandreasp/mods/TurretMod3

 

Takes a large number of classes, plus packet handling, to pull off.  I'm inching along slowly with my own GUI project.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.