universal advertising (Part II)

Forum Archive - from http://theuniversal.net
Locked
User avatar
fhko
VIP
VIP
Posts: 930
Joined: Sun Mar 27, 2005 10:38 pm
Location: As I awake I find myself in a strange new place.

Post by fhko »

If I can get it fixed...
User avatar
Jayecifer
Posts: 475
Joined: Tue Apr 10, 2007 11:37 pm
Location: Ames, Iowa
Contact:

Post by Jayecifer »

Is the problem with the texture?
User avatar
fhko
VIP
VIP
Posts: 930
Joined: Sun Mar 27, 2005 10:38 pm
Location: As I awake I find myself in a strange new place.

Post by fhko »

No...

Image

The texture is actually more or less done...I'm exhausted now...4 or 5 straight hours of messing with this thing...

as I was saying...the missiles are inside out...

If your interested
Ship Model
Ship Texture
User avatar
Fooli
Staff
Staff
Posts: 1957
Joined: Sun Oct 05, 2003 2:38 pm
Location: Mars

Post by Fooli »

It's still a transforms problem. Assuming this is all one mesh... first, collapse the mesh in Gmax.

Add an "edit mesh" modifier. Choose the "element" subobject level. Select the missiles, and click "detach".

You should now have two meshes - the missiles, and the rest of the ship. If you can't select the whole missile using the element subobject level, you don't have all the missile vertices welded. Either weld them properly and do it again, or select the missile using faces and do it that way.

Do a reset transforms on the missiles, and collapse that mesh again. If they're showing inside out in Gmax you'll need to flip the normals, then reset transforms and collapse again, as in my previous post. What you're aiming for is two meshes with faces in the correct orientation in Gmax, all the transforms reset, and all collapsed and ready to go.

Finally, select the main mesh, and attach the missiles to it.

As for the texture lines: I assume you're using Paint Shop Pro? Sounds to me like one of two things: either you're painting with a brush that doesn't have enough opacity to completely cover the template lines; or, you're using the magic wand tool to select bits of the template to paint on. Sometimes it gets it wrong... difficult to explain but usually fixable if you just move whatever you're trying to paint to a new layer and do it there.

By the way, it's often necessary in texturing to paint beyond the boundaries of the template. Two reasons why: first, there's often more resolution on the UV map than there is on the texture itself (eg, you edit the UVs in 1600x1200 but the template ends up 512x512). So you can end up having UV coordinates that don't map directly to pixel positions on the template (they're half way between two pixels, or something). So the output template is a kludge that's just a best guess. You can fix this by snapping UVs to pixels in Gmax, but sometimes that's not an option and you just have to leave enough space around each bit of the template to paint an overlap (diagonal lines, for example, will usually pass through non-definite pixel coordinates, if that makes sense).

Second reason, if you're using jpgs.. the compression can mess up the boundaries too. Again, best answer... build a little leeway into the template so you can paint over the lines.

f
User avatar
fhko
VIP
VIP
Posts: 930
Joined: Sun Mar 27, 2005 10:38 pm
Location: As I awake I find myself in a strange new place.

Post by fhko »

and what if the Missiles are objects separate from the ship body? :D

Seemed like a waste of time to try and combine the little fins to the missile, and the missile to the mount, and mount to the ship...when it's too small to tell the difference...and it's easier to UV map them when they're separate...

The rest of the ship however is one piece...all except for the guns and thruster (which are connected) I formed from a single box modified several times...
User avatar
Fooli
Staff
Staff
Posts: 1957
Joined: Sun Oct 05, 2003 2:38 pm
Location: Mars

Post by Fooli »

Makes no difference, just skip all the stuff about detaching them from the main mesh. Just keep reminding yourself, no model (or part of a model) is finished until you've collapsed the stack, reset transforms, collapsed again and everything looks ok :)

f

/edit: oh, and i'm not sure I'd agree about it being easier to map them when they're separate... how do you make sure you're aligning them properly on the map, and using all the available space? I tend to map separate bits of model like that as I go along, fine: but there comes a time when I'll combine them into one mesh so I can optimise the mapping.

You can still map chunks of model individually in Gmax. Apply an edit mesh modifier (or edit poly, makes no odds) and use the subobject selection to choose a face or an element (say, one of your missiles): then with that still selected, apply your unwrap UV modifier or UVmap modifier and it'll only affect that subobject selection.
User avatar
fhko
VIP
VIP
Posts: 930
Joined: Sun Mar 27, 2005 10:38 pm
Location: As I awake I find myself in a strange new place.

Post by fhko »

Yes...I would probably have some clue of what that means if I had bothered to read at least one tutorial :D ...probably has something to do with that collapse transform button...but I'm not sure what...I'll keep pressing things till something breaks...
User avatar
Fooli
Staff
Staff
Posts: 1957
Joined: Sun Oct 05, 2003 2:38 pm
Location: Mars

Post by Fooli »

Heh. Quick explanation:

"Collapsing" usually means one of two things. In terms of actual mesh editing, you'll notice a little "collapse" button appear whenever you have vertices, edges or faces selected in an Edit Mesh modifier (or Edit Poly come to that). As you might imagine, if you click the button Gmax will collapse your selection into a single vertex/edge/face, if it can.

The thing I'm talking about is collapsing the stack. The stack is the list of modifiers you add to actually make the model (such as Edit Mesh, UVWMap, Bend, Twist, whatever). When you collapse the stack, it's like flattening a multi-layered image in a paint program, or creating a final mix in a sound program: Gmax will produce a single mesh by calculating the effect of each modifier in turn, starting at the bottom of the stack and ending at the top. Once you've done that there's no going back into the stack to change stuff, obviously (though I doubt you'll need to unless you're doing something funky and advanced). To collapse the stack, first save a copy just in case. Then right click the top-most modifier on the stack, and choose "collapse to" (or you could right click anywhere in the stack and choose "collapse all").

To reset transforms, first do the collapsing thing above. You don't have to but if you're at that final mesh stage it makes sense to, I find. Click the Utilities tab (the one with the hammer, above/to the right of the stack). Click "Reset Xform" then "Reset Selected". Go back to the stack, and you'll see a new Xform modifier applied to your model... yes, Reset Xform is just another modifier and you can also find it in the normal modifier list. Anyway, if it all looks good, you can then collapse the stack again and you're done.

f
User avatar
fhko
VIP
VIP
Posts: 930
Joined: Sun Mar 27, 2005 10:38 pm
Location: As I awake I find myself in a strange new place.

Post by fhko »

okay...now my model looks inside-out (except for missiles) even in gmax now...how has this helped?

Edit: Nvm...I found the flip normals command...

Edit2: hmmm...the ship's UV map is messed up now...bummer...

Edit3: haha...I out-flipped this crummy little system...the UV is messed up on the missiles now ...but at least they are right side out...woohoo!

The model the above link goes to should be correct now...

Jaye did you want a .3ds version to texture for yourself?
User avatar
fhko
VIP
VIP
Posts: 930
Joined: Sun Mar 27, 2005 10:38 pm
Location: As I awake I find myself in a strange new place.

Post by fhko »

A visit to ariya has just reminded me that I forgot to publish the finished lumber mill texture Jaye made.
User avatar
Jayecifer
Posts: 475
Joined: Tue Apr 10, 2007 11:37 pm
Location: Ames, Iowa
Contact:

Post by Jayecifer »

fhko wrote:A visit to ariya has just reminded me that I forgot to publish the finished lumber mill texture Jaye made.
A texture is never really finished.
fhko wrote:Jaye did you want a .3ds version to texture for yourself?
I already pulled it from the .atm
User avatar
fhko
VIP
VIP
Posts: 930
Joined: Sun Mar 27, 2005 10:38 pm
Location: As I awake I find myself in a strange new place.

Post by fhko »

Anyone have a model need I could try and fill? Preferably nothing really complex...
User avatar
Jayecifer
Posts: 475
Joined: Tue Apr 10, 2007 11:37 pm
Location: Ames, Iowa
Contact:

Post by Jayecifer »

Would you consider doing some base modeling for Frankly Games? I have need for basic space elements like asteroids and other debris. I would even allow you to try your hand at any other model you desire.
Gavinbaisk
Posts: 534
Joined: Thu Nov 23, 2006 3:20 pm

Post by Gavinbaisk »

Sorry to break the convo here but I've restarted my google ads for the game, more cash is now going towards advertising too, so there should be more players in game hopefully. I know you staff would like to wait until everythings sorted but you'll have hardly any beta testers left if we dont do at least some advertising :)
User avatar
fhko
VIP
VIP
Posts: 930
Joined: Sun Mar 27, 2005 10:38 pm
Location: As I awake I find myself in a strange new place.

Post by fhko »

I don't know about that...they'll always probably be at least a few of us...

asteroids eh?...that sounds rather dull...how detailed you looking for?...as I think about it...how can some big blobby looking thing not look like an asteroid...
User avatar
Jayecifer
Posts: 475
Joined: Tue Apr 10, 2007 11:37 pm
Location: Ames, Iowa
Contact:

Post by Jayecifer »

It is rather dull that's why we can't get anyone to take the time, because they are too busy with the more important ship designs and such.
User avatar
fhko
VIP
VIP
Posts: 930
Joined: Sun Mar 27, 2005 10:38 pm
Location: As I awake I find myself in a strange new place.

Post by fhko »

Then I refuse...I'm not getting recruited by your group to do dirty work...I restrict my services to TU...

anyone else with a request?
User avatar
Fooli
Staff
Staff
Posts: 1957
Joined: Sun Oct 05, 2003 2:38 pm
Location: Mars

Post by Fooli »

Hehehe :)

Actually I find that asteroids are a challenge to do well (see TU's for how not to do it...). It's very hard to map and texture them so they look reasonably seamless close-up. Generally they're just lumps in the distance, but I'm a perfectionist I guess. They're probably an ideal candidate for procedural modelling/texturing.

f
User avatar
zaroba
World Owner
World Owner
Posts: 7257
Joined: Fri Oct 10, 2003 11:06 pm
Location: Hereford, PA
Contact:

Post by zaroba »

how good are you at modelling higher detail things?

i need models and textures for ciroz and sabrada
User avatar
fhko
VIP
VIP
Posts: 930
Joined: Sun Mar 27, 2005 10:38 pm
Location: As I awake I find myself in a strange new place.

Post by fhko »

*shrugs*

What did you have in mind?

Edit: Right now I'm working on an animated gattling gun...
Locked