Help with creeper model

Get help and support for using Cubik Studio.
Post Reply

Help with creeper model

Post by iAgus23 » 19 Aug 2019, 23:49

Can anybody help me? I don't know what I'm doing wrong with this model. The model does not appear, the normal creeper appear.

creeper.jem

Code: Select all

{
	"textureSize": [128, 128],
	"models": [
		{
			"part": "body",
			"model": creeper_body.jpm,
			"attach": false,
			"id": "body"
		},
		{
			"part": "head",
			"model": creeper_head.jpm,
			"attach": false,
			"id": "head"
		},
		{
			"part": "leg0",
			"model": creeper_leg0.jpm,
			"attach": false,
			"id": "leg0"
		},
		{
			"part": "leg1",
			"model": creeper_leg1.jpm,
			"attach": false,
			"id": "leg1"
		},
		{
			"part": "leg2",
			"model": creeper_leg2.jpm,
			"attach": false,
			"id": "leg2"
		},
		{
			"part": "leg3",
			"model": creeper_leg3.jpm,
			"attach": false,
			"id": "leg3"
		}
	]
}
creeper_body.jpm

Code: Select all

{
	"texture": "creeper",
	"textureSize": [128, 128],
	"invertAxis": "xy",
	"translate": [0, 0, 0],
    "mirrorTexture": "u",
	"boxes": [
		{
			"coordinates": [-10.8, -8.4, 2.4, 5.6, 5.6, 11.2],
			"uvNorth": [11, 10, 13, 12],
			"uvEast": [9, 10, 14, 12],
			"uvSouth": [11, 10, 13, 12],
			"uvWest": [9, 10, 14, 12],
			"uvUp": [2, 9, 4, 13],
			"uvDown": [2, 9, 4, 12]
		}
	],
	"submodels": [
		{
			"id": "tail",
			"rotate": [45, 0, 0],
			"boxes": [
				{
					"coordinates": [-8.7, -3.90294, 4.71665, 1.4, 1.4, 3.15],
					"uvNorth": [3, 9, 4, 11],
					"uvEast": [3, 8, 4, 11],
					"uvSouth": [3, 9, 4, 11],
					"uvWest": [3, 9, 4, 11],
					"uvUp": [3, 9, 4, 11],
					"uvDown": [3, 8, 4, 10]
				}
			]
		}
	]
}
creeper_head.jpm

Code: Select all

{
	"texture": "creeper",
	"textureSize": [128, 128],
	"invertAxis": "xy",
	"translate": [0, -18, 0],
	"mirrorTexture": "u",
	"boxes": [
		{
			"coordinates": [-10.17, -16.1, 12.9, 4.34, 4.2, 4.2],
			"uvNorth": [2, 9, 4, 11],
			"uvEast": [8, 1, 10, 4],
			"uvSouth": [2, 2, 5, 5],
			"uvWest": [9, 1, 9, 4],
			"uvUp": [2, 9, 5, 12],
			"uvDown": [10, 10, 13, 12]
		}
	],
	"submodels": [
		{
			"id": "neck",
			"rotate": [-22.5, 0, 0],
			"boxes": [
				{
					"coordinates": [-10.1, -18.03519, 6.64801, 4.2, 7.7, 4.2],
					"uvNorth": [2, 5, 5, 8],
					"uvEast": [2, 9, 4, 11],
					"uvSouth": [2, 5, 5, 11],
					"uvWest": [2, 9, 4, 11],
					"uvUp": [0, 0, 6, 6],
					"uvDown": [2, 9, 4, 11]
				}
			]
		},
		{
			"id": "ear",
			"rotate": [0, 0, 22.5],
			"boxes": [
				{
					"coordinates": [-16.53406, -10.51226, 13.25, 2.1, 1.4, 0.35],
					"uvNorth": [3, 10, 4, 12],
					"uvEast": [3, 9, 4, 11],
					"uvSouth": [2, 8, 3, 10],
					"uvWest": [3, 9, 4, 11],
					"uvUp": [10, 10, 13, 11],
					"uvDown": [10, 11, 13, 12]
				}
			]
		},
		{
			"id": "ear",
			"rotate": [0, 0, -22.5],
			"boxes": [
				{
					"coordinates": [-0.34801, -16.63519, 13.25, 2.1, 1.4, 0.35],
					"uvNorth": [2, 9, 4, 11],
					"uvEast": [2, 8, 3, 10],
					"uvSouth": [2, 9, 4, 10],
					"uvWest": [3, 9, 4, 11],
					"uvUp": [10, 9, 13, 10],
					"uvDown": [10, 11, 13, 12]
				}
			]
		}
	]
}
creeper_leg0.jpm

Code: Select all

{
	"texture": "creeper",
	"textureSize": [128, 128],
	"invertAxis": "xy",
	"translate": [-2, -6, -4],
	"mirrorTexture": "u",
	"boxes": [
		{
			"coordinates": [-5.2, -3.5, 10.1, 1.4, 3.5, 1.4],
			"uvNorth": [12, 18, 16, 24],
			"uvEast": [8, 16, 12, 22],
			"uvSouth": [8, 16, 12, 22],
			"uvWest": [32, 14, 36, 20],
			"uvUp": [8, 16, 12, 22],
			"uvDown": [8, 16, 12, 18]
		},
		{
			"coordinates": [-5.9, -0.35, 10.8, 2.8, 0.35, 2.1],
			"uvNorth": [8, 20, 12, 21],
			"uvEast": [8, 12, 12, 13],
			"uvSouth": [12, 16, 16, 17],
			"uvWest": [8, 18, 16, 19],
			"uvUp": [14, 29, 21, 31],
			"uvDown": [8, 18, 12, 20]
		}
	],
	"submodels": [
		{
			"id": "legtop",
			"rotate": [-22.5, 0, 0],
			"boxes": [
				{
					"coordinates": [-5.27, -11.03519, 7.34801, 1.54, 4.2, 2.8],
					"uvNorth": [8, 18, 13, 24],
					"uvEast": [8, 16, 12, 22],
					"uvSouth": [8, 18, 13, 24],
					"uvWest": [8, 18, 12, 24],
					"uvUp": [8, 18, 13, 24],
					"uvDown": [8, 18, 13, 24]
				}
			]
		}
	]
}
The rest of the legs are similars.
x
User avatar
iAgus23
Supporter
Posts: 2
Joined: 05 Dec 2018, 23:53

Return to “Help Centre”