Help to UV Mapping [Solved]

Post Reply
User avatar
runs
Member
Posts: 3225
Joined: Sat Oct 27, 2018 08:32

Help to UV Mapping [Solved]

by runs » Post

Unwrap is the most difficult thing. I watched a lot of tutorials. I do not manage to make islands to fit in the pixels. Maybe I could separate in parts, head, arms... but I guess that it is only possible one only texture by entity.

Can anyone help me?

Image
Attachments
fairy.zip
(98.73 KiB) Downloaded 25 times
Last edited by runs on Sat Nov 24, 2018 10:36, edited 1 time in total.

User avatar
runs
Member
Posts: 3225
Joined: Sat Oct 27, 2018 08:32

Re: Help to UV Mapping

by runs » Post

help please!

User avatar
AspireMint
Member
Posts: 415
Joined: Mon Jul 09, 2012 12:59
GitHub: AspireMint
IRC: AspireMint
In-game: AspireMint
Location: Stuck at spawn

Re: Help to UV Mapping

by AspireMint » Post

I guess it is Blender question.
Texture looks blurry, first disable mipmapping:
File > User preferences... > System > uncheck mipmaps
I do not manage to make islands to fit in the pixels.
In UV editor go to: UVs > Snap to pixels
Image

User avatar
runs
Member
Posts: 3225
Joined: Sat Oct 27, 2018 08:32

Re: Help to UV Mapping

by runs » Post

AspireMint wrote:I guess it is Blender question.
Texture looks blurry, first disable mipmapping:
File > User preferences... > System > uncheck mipmaps
I do not manage to make islands to fit in the pixels.
In UV editor go to: UVs > Snap to pixels
Image
Thanks, that's what I was searching for.

User avatar
runs
Member
Posts: 3225
Joined: Sat Oct 27, 2018 08:32

Re: Help to UV Mapping

by runs » Post

I finished a model but now does not appears in the game with mobs redo. It's invisible, but it moves, even I can kill it...

Image
--Define the Fairy NPC

local name= "brewing:fairy"

local definition = {
nametag = "Lily",
type = "npc",
hp_min = 20,
hp_max = 20,
walk_velocity = 1,
run_velocity = 3,
armor = 100,
visual = "mesh",
mesh = "fairy.b3d",
textures = {"brewing_fairy.png"},
visual_size = {x = 0.5, y = 0.5},
animation = {
stand_start = 0, stand_end = 80, stand_speed = 25,
walk_start = 168, walk_end = 188, walk_speed = 25,
run_start = 168, run_end = 188,
},
}

mobs:register_mob(name, definition)

mobs:register_egg("brewing:fairy", "Fairy", "", 0, false)
Any tip?

User avatar
runs
Member
Posts: 3225
Joined: Sat Oct 27, 2018 08:32

Re: Help to UV Mapping

by runs » Post

Solved:
To export to b3d you have to select all meshes in object mode. :-)

Post Reply

Who is online

Users browsing this forum: No registered users and 10 guests