So I have tried to find some tutorials on this but unfortunately I keep finding chain link fence tutorials. Now I know how to make alpha maps in games and in photoshop but I'm not sure how to make a simple chain, I just don't know how to begin modeling one do I just use plains, 2 boxes that form a cross?
Btw by chains I mean like what Kratos's weapons are hung by or something you typically see in factories to transport things.
I was just wondering if anybody had some useful tutorials or advice?
Replies
For the Kratos chains, you can sorta cheese it with the transparency, you might be able to make it work with just the transparent planes, but the links themselves have to e small and take up little screen space. If it's going to be bigger, and you can afford it, perhaps you could mix the alpha approach and a poly mesh and use that.
Heck, you could probably get away with a 16x16 for the links here...The advantage to this is that half your chain links don't disappear when you view the thing from the side, as they would with a purely alpha chain. You can sort of billboard the things, at each edge (like Unity's trail renderer, or the ropes in Half Life 2), but they if you're going around it it never turns.
If you're feeling especially cheesy, grab the verts on the center face on my example and merge them, re-UV and you can save a few more polys, while maintaining some depth.
For larger chains, just model the things. That always gives it that much more depth.
I really need some help on this one cause I cannot model the chains out lol.
Make a box, rotate 45 degrees. Grab the edges on the far left and right, and scale them outwards. Then planar map them (UV - planar map, or el cheapo make sure you're looking through the right ortho camera and UV - based on camera).
Go into photoshop, make a chain link looking thing at a low resolution (in this case maybe 32x32, maybe 16x16). Make sure the bits that aren't metal are transparent. Also only do one or two chain links, you can use this as a repeating texture, but if you're not game just do one.
Apply that texture to the model, find the tiling options in your program of choice and set them so they look right for the length of chain you have. Then duplicate the thing, rotate 90 degrees, and you've got it.
One animating thing you could try, is make a bone, and play with the weights you can apply. Add in some edge loops and have a gradient and you'll get some curve, or make the whole thing attached to the bone and you'll keep the chain taut and straight. Or maybe go with something in between.
Also, if you can, even fake a normal map for the chain. That halps give it the depth on the inside of each chain link I think.
This is just a guess but I'm assuming
UNWRAP means you take a complex model or something that you can't easily make a repeating texture for and make the UV map you're self than texture
and UVW is for repeating things like a tiled floor or my chain
Is this true? It would greatly help me if someone could answer that as well lol, there has been some confusion when I model things.
Also how far do I take out the left and right edges? I took each edge with the move tool and took them out 10 units each, do you think that works?
Something like this:
Alternatively you can get to where you want to be by rotating the gizmo for the planar map you have there.
I have used the Unwrap mod for every model that I make and been ignoring the UVW map one. I thought the UVW Map Modifier was used in games for repeating textures, or am I way off?
Also I have done that with the cylinders and offset one by 90 degrees I'm just having trouble with the texture lol.
And please do not call me a noob lol I did learn to unwrap things about 6 months ago which was about the time I started to get extremely serious about modeling.
How do I make a texture repeat in it though I mean all my UVs need to be in that purple box so how do I tell the UVs to repeat outside that box??
My texture wasn't very efficient for a single prop. I made a strip of 4 links on the left 25% of the texture - my intention was a combined sheet and I would fill up the other 75% with similar strips, like rope and wires. I made it a 4-link strip so the swing (iirc the guy who asked about cheap chains needed it for a swing) could still have some gentle movement.
Ben Apuna: don't forget to offset the two meshes a bit so the chain links interlock properly.
Oops! :poly136: Nice catch on my error. Yes my example geometry would definitely have issues. (that's what I get for rushing something for an example pic...).
@1magus:
I hope I didn't lead you astray with my pic.