Random WIP 2006-2011 - Page 340

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
zwzsg
Kernel Panic Co-Developer
Posts: 7049
Joined: 16 Nov 2004, 13:08

Re: Random WIP

Post by zwzsg »

Image
User avatar
FireStorm_
Posts: 666
Joined: 19 Aug 2009, 16:09

Re: Random WIP

Post by FireStorm_ »

looks cool!
I'd make every column one single colour, though. Now the yellow top diminishes the column effect.
Are the columns featuremodels by the way?
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Re: Random WIP

Post by knorke »

super cool.
User avatar
Wolf-In-Exile
Posts: 497
Joined: 21 Nov 2005, 13:40

Re: Random WIP

Post by Wolf-In-Exile »

thesleepless wrote:
Wolf-In-Exile wrote:Warrior IFV texture im working on, unlit diffuse.
wow wolf, that looks amazing! how much of that is texture and how much is model? can we see wireframe?
Lol thanks, still got alot of work to do on it so will post those later.

Tex is 1024, model isn't by me and its quite unoptimised, almost 15k tris.

*edit* finished:

Image

Image

Image

Wires:
Image
User avatar
zwzsg
Kernel Panic Co-Developer
Posts: 7049
Joined: 16 Nov 2004, 13:08

Re: Random WIP

Post by zwzsg »

FireStorm_ wrote:I'd make every column one single colour, though. Now the yellow top diminishes the column effect.
I actually have been thinking about making the towers team colored:

Image
User avatar
oksnoop2
Posts: 1207
Joined: 29 Aug 2009, 20:12

Re: Random WIP

Post by oksnoop2 »

This looks really fun. I like the team color idea.
User avatar
bobthedinosaur
Blood & Steel Developer
Posts: 2700
Joined: 25 Aug 2004, 13:31

Re: Random WIP

Post by bobthedinosaur »

Wow Wolf. What game is that for?


Z: Are you using a fog to fade out the bottoms of the towers and can units fall?
User avatar
manolo_
Posts: 1370
Joined: 01 Jul 2008, 00:08

Re: Random WIP

Post by manolo_ »

wolf is it some kind of S2000 (<--> S44)
User avatar
FLOZi
MC: Legacy & Spring 1944 Developer
Posts: 6240
Joined: 29 Apr 2005, 01:14

Re: Random WIP

Post by FLOZi »

15k tri model for an RTS? I hope not. :lol:
User avatar
Guessmyname
Posts: 3301
Joined: 28 Apr 2005, 21:07

Re: Random WIP

Post by Guessmyname »

Zwzsg, I'd suggest adding teamcoloured borders to the tops of those pillars, if you can. Makes the colours stand out more, makes the map less dark and would also clearly show the divide between playing area and column wall.
User avatar
FireStorm_
Posts: 666
Joined: 19 Aug 2009, 16:09

Re: Random WIP

Post by FireStorm_ »

Guessmyname wrote:Zwzsg, I'd suggest adding teamcoloured borders to the tops of those pillars, if you can. Makes the colours stand out more, makes the map less dark and would also clearly show the divide between playing area and column wall.
could work...
Image
User avatar
SirArtturi
Posts: 1164
Joined: 23 Jan 2008, 18:29

Re: Random WIP

Post by SirArtturi »

How did you make those pillars?
User avatar
Guessmyname
Posts: 3301
Joined: 28 Apr 2005, 21:07

Re: Random WIP

Post by Guessmyname »

Another slight problem is the black. If someone uses a very dark (or actually black) teamcolour, those pillars are going to disappear entirely. Look at how hard it is to make out the dark blue pillars compared to the others. I don't suppose there's a way to take the brightness of the teamcolour, invert that and use it as the base colour for that pillar? Or some other method to make sure there's always a contrast...
User avatar
Hoi
Posts: 2917
Joined: 13 May 2008, 16:51

Re: Random WIP

Post by Hoi »

If you use such a busy texture it won't work. Try something that is easier on the eye so you can still see the units.
User avatar
zwzsg
Kernel Panic Co-Developer
Posts: 7049
Joined: 16 Nov 2004, 13:08

Re: Random WIP

Post by zwzsg »

FireStorm_ wrote:Are the columns featuremodels by the way?
No. The map graphic is a Lua Open GL display list.
SirArtturi wrote:How did you make those pillars?
With a gadget. What you don't see in still pictures is that they are procedurally generated, from configurable (and randomisable!) parameters. The goal is to have one map to replace all speed balls, and more. The downside is that setting the whole map heightmap makes the loading takes quite long.
bobthedinosaur wrote:Are you using a fog to fade out the bottoms of the towers
No. First, I have had bad experiences with fog's gadget. Then there is a much simpler way, just set the bottom vertice color to (0,0,0,1).
bobthedinosaur wrote:and can units fall?
They can fall, but not as deep as it looks. As you guessed there is two pit depths. The "visual" one and the "heightmap" one. There's both just number in the script, I could make the "heightmap" pit depth as deep as, or even many times deeper, than the "visual" pit depth. However, the camera (at least the useable cameras) hover at a fixed height above ground. Well, to make it short, scrolling with TA camera is insufferable when the map is filled with deep pit / high tower alternance. So here's what the heightmap currently is really like: A cone so that the tower side cliffs are roughly all the same height despite towers being of different tallness, with some funky offset to take into account that only bridges and not plateaux are sloping, plus a layer of high frequency tiny peaks to make sure the bottom is impassable and unbuildable. This way you can scroll without the camera jumping too much.
Hoi wrote:I don't suppose there's a way to take the brightness of the teamcolour, invert that and use it as the base colour for that pillar?
There is, I coded HSV<->RGB functions already for some other widget. However, even then we'd still have the problem of unit blending in the tower camouflage. Ideally, I'd want to have two textures per towers, one team colored, one not, though I'm not sure I'll bother. Anyway, teamcolored pillars is a cool concept, but it makes you able to see where enemies expand through the fog of war, which is kinda cheating.
Hoi wrote:If you use such a busy texture it won't work. Try something that is easier on the eye so you can still see the units.
Very true. I noticed too we can't see the units over such a busy texture (even when not team colored). Also, I took the time to UV-map, but I didn't use it to make the drawings on the texture fit the polygons. The texture was just a filler, I need to make a real texture now.

Proper texture and start position is what I need to do before I can release.
User avatar
Guessmyname
Posts: 3301
Joined: 28 Apr 2005, 21:07

Re: Random WIP

Post by Guessmyname »

I'd be willing to model you a bridge piece and hexagonal tower top if you'd like. Sounds fun (though I won't be able to actually start until after Friday; need to get a few assignments done)
User avatar
zwzsg
Kernel Panic Co-Developer
Posts: 7049
Joined: 16 Nov 2004, 13:08

Re: Random WIP

Post by zwzsg »

But they're not models, they're a piece of code and a texture.
Last edited by zwzsg on 14 Nov 2010, 17:57, edited 1 time in total.
User avatar
FireStorm_
Posts: 666
Joined: 19 Aug 2009, 16:09

Re: Random WIP

Post by FireStorm_ »

but they could be 'crowned' with models.

Also Models with a ground plate, or models showing team colour.
Not saying it should, but it could allow for (some part of) the towers changing team colour without all player being able to see it.
User avatar
Guessmyname
Posts: 3301
Joined: 28 Apr 2005, 21:07

Re: Random WIP

Post by Guessmyname »

zwzsg wrote:But they're not models, they're a piece of code and a texture.
...oh. Fair enough then. Good luck, anyway!
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Re: Random WIP

Post by AF »

or you could write code that renders models
Locked

Return to “Art & Modelling”