Page 1 of 1

[Bug] Incorrect display of the model.

Posted: 02 Jul 2017, 06:50
by IGORUSH
Hi, today decided to test a new feature CubikStudio, namely exporting the model to Java. The model was exported to armor, how to lead the model in the form of an entity I don't know. If you need the booking code can throw. Look a screenshot!
Image

Re: [Bug] Incorrect display of the model.

Posted: 03 Jul 2017, 08:08
by Sphax
The java exporter has not been tested.

If you have a way to test it, please send it to me and I'll fix it in next version.

Re: [Bug] Incorrect display of the model.

Posted: 03 Jul 2017, 15:56
by IGORUSH
If not difficult, then make it so you can choose the model for the likeness of the player or mob. The program is techne and it was convenient. Just need to add a selection function model type, for example "ModelBiped, ModelBase, etc.".

Back to the problem:
My repository: https://github.com/YouTy6bl4/ivasiktutorials
My mode: https://github.com/YouTy6bl4/ivasiktutorials/releases

ArmorModel.java <-My model. src/ru/ivasik/tutorial/proxy/ArmorMode.java
ItemsRegister <-Registration items src/ru/ivasik/tutorial/init/ItemsRegister.java

Than I can help you still?

P.s. Sorry for my English.

Re: [Bug] Incorrect display of the model.

Posted: 04 Jul 2017, 02:25
by KitsuShadow
Are the model parts rotating with the player chest?

I'm assuming you made a chest plate armor.

Re: [Bug] Incorrect display of the model.

Posted: 04 Jul 2017, 05:12
by IGORUSH
KitsuShadow wrote: 04 Jul 2017, 02:25 Are the model parts rotating with the player chest?

I'm assuming you made a chest plate armor.
Yes, it is chestplate.

Re: [Bug] Incorrect display of the model.

Posted: 04 Jul 2017, 16:56
by KitsuShadow
Can you please provide a json version of the model so that i can import it into cubik?

I want to make custom armor and i am determined to get it working.

Re: [Bug] Incorrect display of the model.

Posted: 05 Jul 2017, 19:27
by Sphax
@IGORUSH thanks for the links. Is techne can import .java models? If not, could you do a very small Mod just so I can easily test one model? I know this is asking a lot but that would save me huge time and would let me fix that java exporter. ;)

Re: [Bug] Incorrect display of the model.

Posted: 06 Jul 2017, 07:03
by IGORUSH
Sphax wrote: 05 Jul 2017, 19:27 @IGORUSH thanks for the links. Is techne can import .java models? If not, could you do a very small Mod just so I can easily test one model? I know this is asking a lot but that would save me huge time and would let me fix that java exporter. ;)
It's a model of techne https://gist.githubusercontent.com/YouT ... armor.java

Mod with this model can do, but a little later.

Re: [Bug] Incorrect display of the model.

Posted: 06 Jul 2017, 16:54
by KitsuShadow
@Sphax Techne's import function doesn't seem to work but other model programs like Tabula support importing java models. What do you mean by small Mod for testing the model? I think I have a mod that I can use as a test subject for you.

Re: [Bug] Incorrect display of the model.

Posted: 08 Jul 2017, 14:42
by Sphax
KitsuShadow wrote: 06 Jul 2017, 16:54 What do you mean by small Mod for testing the model? I think I have a mod that I can use as a test subject for you.
That's what I was asking. ;)
But if Tabula can import java models, then I'll try it (much easier to test) :)