Random WIP 2006-2011 - Page 127

Random WIP 2006-2011

Share and discuss visual creations and creation practices like texturing, modelling and musing on the meaning of life.

Moderators: MR.D, Moderators

User avatar
Hoi
Posts: 2917
Joined: 13 May 2008, 16:51

Re: Random WIP

Post by Hoi »

Crayfish wrote:Ooo I like that! Will it have crackly lightning and stuff?
yeh and the animation will be sex
e: i'm going for "constant animation" in my mod, almost every building will have a small animation to make it interesting to look at
e2: don't say anything about the poly waste, i'm optimising a bit atm and its 584 tri's so far
e3: 396 :wink:
User avatar
Pressure Line
Posts: 2283
Joined: 21 May 2007, 02:09

Re: Random WIP

Post by Pressure Line »

Hoi wrote:Image
wip
before i continue i'd like to know if i can let it create units in that house thing, and let them walk out via the stairs, otherwise there is no point continuing it :|
afaik no, you cant do that.
User avatar
Snipawolf
Posts: 4357
Joined: 12 Dec 2005, 01:49

Re: Random WIP

Post by Snipawolf »

You have to move the nano/creation point forward, then down the stairs. The unit is stuck onto the point. As far as I know, you can't apply animations. I'm not sure about rotation of the unit. Last time I tried, it didn't work.

E: Also, you'd either need to use lua for a nice effect, or you'd have to have everything have the same build time so that the factory can move them all down at the correct time.
Gnomre
Imperial Winter Developer
Posts: 1754
Joined: 06 Feb 2005, 13:42

Re: Random WIP

Post by Gnomre »

Snipawolf wrote:E: Also, you'd either need to use lua for a nice effect, or you'd have to have everything have the same build time so that the factory can move them all down at the correct time.
#define UNIT_BUILD_PERCENT_LEFT 73
User avatar
Hoi
Posts: 2917
Joined: 13 May 2008, 16:51

Re: Random WIP

Post by Hoi »

huh? I want it to walk out when its built, not when being build :|
SpikedHelmet
MC: Legacy & Spring 1944 Developer
Posts: 1948
Joined: 21 Sep 2004, 08:25

Re: Random WIP

Post by SpikedHelmet »

Actually, it is possible, for instance by having the building "pick up" a finished unit, calling a walking animation for that unit, and then moving the unit as desired.

We have something very similar. Well, not similar to that specifically, but a building which picks up completed units and moves them along a scripted path.
[Krogoth86]
Posts: 1176
Joined: 23 Aug 2007, 19:46

Re: Random WIP

Post by [Krogoth86] »

Well I'd do this via COB script but pretty much the other way round than what Spiked described. The actual point where the unit is spawned should be right in front of the stairs (i.e. "downstairs"). Then in the create() part of the script you move the model's base to the "faked" spawning position somewhere near that portal or whatever it is, set something like bmoving=1 (or however you've called it - it's just that your walking animation will get played) and then you just need two "keyframes" and that is one where the model's base is at the beginning of the stairs and then one which actually is 0,0,0 as you end up where the unit actually spawns engine wise...

The advantage is you just can copy paste that code for all your units...
User avatar
Cremuss
Posts: 364
Joined: 28 Oct 2006, 21:38

Re: Random WIP

Post by Cremuss »

Hi, =)
First post on this thread.
There is some really great stuff ! I like this thread :)

Here is my participation :
I've design a super unit, like destructible only by the rear ( low defense at the rear )... 2800 polys, 95% done...
I've learned a lot in texturing while doing this one :)

The Behemot

Non textured render (no lights) :
http://cremuss.free.fr/fodb/files/behemot/render/7.jpg
http://cremuss.free.fr/fodb/files/behemot/render/8.jpg
http://cremuss.free.fr/fodb/files/behemot/render/9.jpg

Behemot's defense review
http://cremuss.free.fr/fodb/files/behem ... er/doc.jpg

The Behemot textured :
http://cremuss.free.fr/fodb/files/behemot/render/11.jpg
http://cremuss.free.fr/fodb/files/behemot/render/12.jpg
http://cremuss.free.fr/fodb/files/behemot/render/13.jpg

http://cremuss.free.fr/fodb/files/behem ... nshot1.jpg
http://cremuss.free.fr/fodb/files/behem ... nshot2.jpg

In my mind, the metal texture is pretty bad, and it look likes too much visual elements...
User avatar
Otherside
Posts: 2296
Joined: 21 Feb 2006, 14:09

Re: Random WIP

Post by Otherside »

as i said on ur OTA thread just awesome (come work for CA :P)
Warlord Zsinj
Imperial Winter Developer
Posts: 3742
Joined: 24 Aug 2004, 08:59

Re: Random WIP

Post by Warlord Zsinj »

Nice cremuss - you've got a great base to start working from in terms of learning texturing, you just need to get a few tricks of the trade right.

The material colour itself is non-believable as a material, it sort of looks like the model is being seen in 'negative'.

Have a look at how real metal tends to look, especially when painted and starting to flake:
http://www.cgtextures.com/textures.php?t=browse&q=169

Other areas where you need to work on is faking occlusion. Occlusion is very basically where light tends to become weaker after it has bounced a lot (more is being absorbed). You will therefore find that in a corner, and at the jointing of two surfaces there is a darker band of shadow linking the two. The trick here is to make sure it is very subtle, if it is too strong it will look strange.

http://www-viz.tamu.edu/students/bmoyer ... e_pass.jpg
vs
http://www-viz.tamu.edu/students/bmoyer ... c_pass.jpg
(though shadows are coming into play there too obviously)

Also, preshading. Pretend there is a generic lightsource coming from one direction (typically for an RTS, up) and fake the lighting on your model accordingly by brightening surfaces on the top, and darkening surfaces underneath. Only put highlights on edges that are facing your light direction.

Also, when you are doing glints, make sure the glints themselves have some noise and speckled nature. Unless it is highly polished and perfeclt flat, metal doesn't reflect the way you have done it there.

Still though, you and TRO are the revelations of the past week...
User avatar
Snipawolf
Posts: 4357
Joined: 12 Dec 2005, 01:49

Re: Random WIP

Post by Snipawolf »

It's nice but horrible at the same time...

I'm a bit busy, but it looks like WZ has most of it nailed.

Ah hah, I see one thing. Your treads look like they are just stuck on to the side of the tank. They have no distorted metal or welded metal. They obviously aren't connected by model, so try to make them look better with your texture. :P
Last edited by Snipawolf on 10 Aug 2008, 03:45, edited 1 time in total.
User avatar
Gota
Posts: 7151
Joined: 11 Jan 2008, 16:55

Re: Random WIP

Post by Gota »

Eh also too much clutter...u need less different colors..itss too confusing and makes the unit lose its form..
Could this be made to be a moving lab?
Would need some place to build units ....like the supcom uef experimental.this looks very suitable and ota based mods dont have such a unit.
Maybe make it able to build planes if not land units..
User avatar
Pressure Line
Posts: 2283
Joined: 21 May 2007, 02:09

Re: Random WIP

Post by Pressure Line »

Image

i know you can read yan. SO DO IT. on the lhs of the picture "Aircraft construction platform"
User avatar
FLOZi
MC: Legacy & Spring 1944 Developer
Posts: 6241
Joined: 29 Apr 2005, 01:14

Re: Random WIP

Post by FLOZi »

It should be called 'The Noob'
Warlord Zsinj
Imperial Winter Developer
Posts: 3742
Joined: 24 Aug 2004, 08:59

Re: Random WIP

Post by Warlord Zsinj »

Image

The similarities are fairly striking, but I think yours has a bit more design flair, perhaps, even if the fatboy is professionally textured.
User avatar
Gota
Posts: 7151
Joined: 11 Jan 2008, 16:55

Re: Random WIP

Post by Gota »

Maybe instead of making those huge cannons berthas make em shoot a masive laser shot into the same place.
User avatar
Gota
Posts: 7151
Joined: 11 Jan 2008, 16:55

Re: Random WIP

Post by Gota »

Now we just need another massive "t4" unit for the other side.
Make a nice spider bot? or a Colossus like bot?although krogis kinda..but krog i so ugly.. and i mean the model itself is horrible.
Krg needs a totlay fresh model with a different design...thisis one unit i wish they wont just facelift but totaly redo.
User avatar
Crayfish
Posts: 481
Joined: 12 Feb 2008, 12:39

Re: Random WIP

Post by Crayfish »

Really nice model. Ridiculously overarmed, impossible to actually use in a game (except possibly maximum annihilation?) and I don't like the texture, but the modelling is awesome!
smokingwreckage
Posts: 327
Joined: 09 Apr 2005, 11:40

Re: Random WIP

Post by smokingwreckage »

Maybe for a gametype, like chickens, only it spawns waves of mechanical units culminating in THAT beast.
Warlord Zsinj
Imperial Winter Developer
Posts: 3742
Joined: 24 Aug 2004, 08:59

Re: Random WIP

Post by Warlord Zsinj »

Crayfish wrote:Ridiculously overarmed
DOES NOT COMPUTE
Locked

Return to “Art & Modelling”