Post
by Need_Not » 06 Mar 2019, 15:27
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
0 x