I want 1.8 minecraft models but cubik studio don't support 1.8
I want 1.8 Minecraft Models
Cubik studio Minecraft 1.8 Support
Re: Cubik studio Minecraft 1.8 Support
This is actually very easy to do as long as you know how to use a text editor.
1) Make your model as normal in Studio, with all the display views.
2) Export to .json.
3) Go into your text editor. Find and replace "firstperson_righthand" and "thirdperson_righthand" with "firstperson" and "thirdperson" respectively.
You're done, the model should now display correctly in 1.8. Good luck
1) Make your model as normal in Studio, with all the display views.
2) Export to .json.
3) Go into your text editor. Find and replace "firstperson_righthand" and "thirdperson_righthand" with "firstperson" and "thirdperson" respectively.
You're done, the model should now display correctly in 1.8. Good luck
0 x
Currently working for the #PokeCA project with @phnixhamsta
- TheMajorMushroom
- Early Adopter
- Posts: 16
- Joined: 01 Nov 2016, 21:21
- Likes: 1 x | 2 x
Re: Cubik studio Minecraft 1.8 Support
Renaming is not enough. Mojang changed coordinates system. The model will work but not the display settings.
1 x
1.8 model export
Location: Name of the menu or dialog in which the option should be accessible
Option name: Version
Option type:Radio-box (multiple choice)
Option action when clicked:
You could select a Minecraft version (1.8 or 1.9) that you want your model to be exported for. However, this would not effect other export types like Staxel and Stonehearth.
Option name: Version
Option type:Radio-box (multiple choice)
Option action when clicked:
You could select a Minecraft version (1.8 or 1.9) that you want your model to be exported for. However, this would not effect other export types like Staxel and Stonehearth.
2 x
Re: Cubik studio Minecraft 1.8 Support
I really need this thing, I'm creating a resource pack in 1.8, but nothing
0 x
Re: Cubik studio Minecraft 1.8 Support
well if you still need it...
1. why not use the 1.8 old program you can still import the .cubik file in there so just use it for export.
2. what i use because i cant get the 1.8 one to work is use this formate
"display": {
"thirdperson": {
"rotation": [ 0, 90, -90 ],
"translation": [ 0, 0.5, -1 ],
"scale": [ 1, 1, 1 ]
},
"head": {
"rotation": [ -180, 0, -50 ],
"translation": [ -4, -4, 2 ],
"scale": [ 1, 1, 1 ]
},
"ground": {
"rotation": [ 0, 0, 45 ],
"translation": [ 0, 0, 0 ],
"scale": [ 3, 3, 3 ]
},
"fixed": {
"rotation": [ 0, 0, 45 ],
"translation": [ 5, -5, 0 ],
"scale": [ 2, 2, 2 ]
},
"firstperson": {
"rotation": [ 0, 30, 0 ],
"translation": [ -4, -1, 2 ],
"scale": [ 1.5, 1.5, 1.5 ]
},
"gui": {
"rotation": [ 15, -45, 45 ],
"translation": [ 4.5, -2.5, 0 ],
"scale": [ 1.4, 1.4, 1.4 ]
}
}
}
you will most likely have some fine turning to so with the numbers but yeah good luck
1. why not use the 1.8 old program you can still import the .cubik file in there so just use it for export.
2. what i use because i cant get the 1.8 one to work is use this formate
"display": {
"thirdperson": {
"rotation": [ 0, 90, -90 ],
"translation": [ 0, 0.5, -1 ],
"scale": [ 1, 1, 1 ]
},
"head": {
"rotation": [ -180, 0, -50 ],
"translation": [ -4, -4, 2 ],
"scale": [ 1, 1, 1 ]
},
"ground": {
"rotation": [ 0, 0, 45 ],
"translation": [ 0, 0, 0 ],
"scale": [ 3, 3, 3 ]
},
"fixed": {
"rotation": [ 0, 0, 45 ],
"translation": [ 5, -5, 0 ],
"scale": [ 2, 2, 2 ]
},
"firstperson": {
"rotation": [ 0, 30, 0 ],
"translation": [ -4, -1, 2 ],
"scale": [ 1.5, 1.5, 1.5 ]
},
"gui": {
"rotation": [ 15, -45, 45 ],
"translation": [ 4.5, -2.5, 0 ],
"scale": [ 1.4, 1.4, 1.4 ]
}
}
}
you will most likely have some fine turning to so with the numbers but yeah good luck
0 x
7 posts
• Page 1 of 1