Jump to content

Kwibble

Forge Modder
  • Posts

    340
  • Joined

  • Last visited

Everything posted by Kwibble

  1. So that would involve getting the direction the player is looking etc. I trust you have got that bit sorted then so what exactly is the problem? Just the saving? Is it NBT stuff then?
  2. From my interpretation, it sound like you are wanting to extend the player? If so and if not, have you looked into IExtendedEntityProperties (something like that. maybe its aiEntityExtendedProperties. Check for those and stuff similar).
  3. I agree with Bedrock_Miner on this. Basically, every machine you want to make you can figure out the mechanics via the furnace. It has pretty much all the base methods you will need... And if you are in eclipse, ctrl + space for all the methods you can use
  4. @Alix_The_Alicorn Yeah, I found that soon after I answered >.> @Eastonium In case you can't read, I had already solved the rendering problems... The lighting is a bit iffy now. Something like this: https://onedrive.live.com/redir?resid=361B44D022EA75F6!175&authkey=!APkA9zR_1BIMM9w&v=3&ithint=photo%2c.png (NOTE: This was before I removed the sides rendering... Don't mind the block in the middle. The lighting is still the same without it)
  5. Thanks TheGreyGhost. I have also semi fixed some lighting issues... It's always the lighting issues... Also - any ideas why I am still getting the block rendered in the middle there? I don't want it there and I am probably forgetting to tell it not to render it... Just not sure where.
  6. It's all good mate. I fixed it What I had was an object file exported from Sketch Up. It wasn't in the correct format etc. etc.. So I downloaded blender, imported the .obj, then exported it again with the right check boxes checked. Model doesn't crash and now I am just having rendering issues: http://www.minecraftforge.net/forum/index.php/topic,19855.0.html
  7. It almost sounds like you are trying to make an animation... Is that what you are trying to do? If you are trying to make an animation like that, it makes me think Timer (TickHandler in Minecraft terms?). Every so many ticks update the height of the model etc.. Is that the behaviour you are trying to achieve?
  8. So thanks to TheGreyGhost (I think it was), I have fixed the loading of my model But Now it is... Well, rendering really... weird. This first one is semi-correct. It renders part of it correctly. https://onedrive.live.com/redir?resid=361B44D022EA75F6!174&authkey=!ABkCS2M6d5ywwyM&v=3&ithint=photo%2c.png But then we come to this one... It's see through? https://onedrive.live.com/redir?resid=361B44D022EA75F6!173&authkey=!ADi_EHb8CpaQLVA&v=3&ithint=photo%2c.png Here is my renderer: I think I am doing something wrong somewhere... Especially since the block is still being rendered So yeah... A tutorial link to this would be nice. Any help is appreciated
  9. Hello all, I am trying to play around with .obj modelling and using them in minecraft... But it's throwing a parse error: And the Test.obj file: Any ideas why this is happening?
×
×
  • Create New...

Important Information

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