Darwinia Index Darwinia
The Official forums for Introversion's game Darwinia


Darwinia-inspired landscape
Goto page 1, 2, 3, 4, 5  Next
 
Post new topic   Reply to topic    Darwinia Index -> General
View previous topic :: View next topic  
CadeF
level1
level1



Joined: 25 Jun 2004
Posts: 23

 PostPosted: Sun Nov 13, 2005 4:07 am    Post subject: Darwinia-inspired landscape Reply with quote Back to top

Would it be alright if I were to create a realtime 3D terrain renderer, which looks like it was inspired by the Darwinia screenshots? If yes, I'll post screenshots here and a link when I'm done (EXE,Source). If not, I'll just keep it to myself.
 
View user's profile Send private message
Stewsburntmonkey
level3
phase1 tester
phase2 tester
level3




Joined: 10 Jul 2002
Posts: 466
Location: Nashville, TN

 PostPosted: Sun Nov 13, 2005 6:03 am    Post subject: Reply with quote Back to top

I can't see any problem with that. People have been creating complete rip-offs of Introversion's Uplink for years, so I don't think a terrain renderer will be a problem. Smile
 
View user's profile Send private message Send e-mail Visit poster's website AIM Address ICQ Number
xander
level5
phase1 tester
level5




Joined: 21 Oct 2004
Posts: 3554
Location: Sparks, NV, USA

 PostPosted: Sun Nov 13, 2005 7:33 pm    Post subject: Reply with quote Back to top

I doubt that anyone would be offended. As a matter of fact, I seem to remember an After Dark plugin that created terrain much like Darwinias. That ran on my Mac II, so it must predate Darwinia by at least 15 year :)

xander
 
View user's profile Send private message Send e-mail AIM Address
FinnG
level2
demo2 tester
patch 1.3 tester
level2



Joined: 02 Jul 2004
Posts: 205
Location: Cambridge

 PostPosted: Sun Nov 13, 2005 7:33 pm    Post subject: Reply with quote Back to top

its pretty hard to copyright a landscape anyway Very Happy
 
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
CadeF
level1
level1



Joined: 25 Jun 2004
Posts: 23

 PostPosted: Sun Nov 13, 2005 10:23 pm    Post subject: Reply with quote Back to top

Hm... but the screenshots will look like Darwinia. Just not exactly, but more or less like Darwinia. Thanks for the replies, I should have a few screenshots sometime this week or next.
 
View user's profile Send private message
CadeF
level1
level1



Joined: 25 Jun 2004
Posts: 23

 PostPosted: Mon Nov 14, 2005 1:06 pm    Post subject: Reply with quote Back to top

Alpha screenshot


I know, the sky is not Darwinia-ish. I'll get around to that.

Apart from that, comments? Smile

Next up: Sky...
Boxy clouds? Or fractal clouds?

Boxy clouds - Like Darwinia
Fractal clouds - Layers of perlin noise scrolling with an additive blend
 
View user's profile Send private message
Darksun
level4
phase1 tester
phase2 tester
demo2 tester
patch 1.3 tester
level4




Joined: 07 Dec 2002
Posts: 966
Location: 127.0.0.1

 PostPosted: Mon Nov 14, 2005 2:07 pm    Post subject: Reply with quote Back to top

What are you coding it in?
 
View user's profile Send private message
xander
level5
phase1 tester
level5




Joined: 21 Oct 2004
Posts: 3554
Location: Sparks, NV, USA

 PostPosted: Mon Nov 14, 2005 3:19 pm    Post subject: Reply with quote Back to top

CadeF wrote:
...I know, the sky is not Darwinia-ish. I'll get around to that.

Apart from that, comments? :)
...


I would even go so far as to say that the landscape is not really Darwinia-ish. Your landscape looks like a fairly smooth, curvy landscape, with a triangular grid placed upon it. In Darwinia, each triangular grid cell is a portion of a plane -- it is flat; one polygon. I don't think you had anything to worry about, really, in terms of violating copyrights, &c. As to the sky, what can you do with a blocky perlin noise routine (i.e. very large "pixels" or some such)? That might look rather neat...

xander
 
View user's profile Send private message Send e-mail AIM Address
Stewsburntmonkey
level3
phase1 tester
phase2 tester
level3




Joined: 10 Jul 2002
Posts: 466
Location: Nashville, TN

 PostPosted: Mon Nov 14, 2005 4:48 pm    Post subject: Reply with quote Back to top

Yeah, this definitely looks like a landscape with a triangular texture placed on it rather than the way Darwinia is built you are actually seeing the polygons that are the landscape. But it looks pretty nice even if it is not exactly the same thing. Smile
 
View user's profile Send private message Send e-mail Visit poster's website AIM Address ICQ Number
Tortanick
level3
level3



Joined: 21 Jan 2005
Posts: 285

 PostPosted: Mon Nov 14, 2005 5:32 pm    Post subject: Reply with quote Back to top

Reprograme it to look more like darwinia Wink curvs just aren't the same, and use the fractual sky
 
View user's profile Send private message
xander
level5
phase1 tester
level5




Joined: 21 Oct 2004
Posts: 3554
Location: Sparks, NV, USA

 PostPosted: Mon Nov 14, 2005 7:16 pm    Post subject: Reply with quote Back to top

Tortanick wrote:
Reprograme it to look more like darwinia ;) curvs just aren't the same, and use the fractual sky


Yeah, curves are for |uz0rz!!11!!1!1oneoneeleventyone :P

xander
 
View user's profile Send private message Send e-mail AIM Address
Darksun
level4
phase1 tester
phase2 tester
demo2 tester
patch 1.3 tester
level4




Joined: 07 Dec 2002
Posts: 966
Location: 127.0.0.1

 PostPosted: Mon Nov 14, 2005 7:35 pm    Post subject: Reply with quote Back to top

Well, it kinda looks like the Future War screenshots

http://www.darwinia.co.uk/extras/development.html
 
View user's profile Send private message
CadeF
level1
level1



Joined: 25 Jun 2004
Posts: 23

 PostPosted: Mon Nov 14, 2005 10:37 pm    Post subject: Reply with quote Back to top

VB.NET, DirectX9 + HLSL.

To make the landscape more "triangly-shaded" and not smooth shaded,
D3DDevice.RenderState.Shademode = Flat
A simple change Wink

Wow, all those posts really got my attention all of a sudden

Anyway, I'm going to work on the water now. More soon.

Edit, after reading the posts more carefully:
I've darkened the textures a lot. The grid lines are a lot more noticble. Also, I've now started using the flat shade mode.

Perlin noise clouds - Think like Quake 1, sort of, except with an additive blend for each later.
I'm going to do Darwinia's clouds first, without the mesh grid. A simple SetTexture and I can use a noise texture on them. Some HLSL and the clouds will look like plasma, or realtime noise morphing.

For now-

 
View user's profile Send private message
xMs
level1
level1



Joined: 02 Jul 2005
Posts: 30
Location: London

 PostPosted: Mon Nov 14, 2005 11:00 pm    Post subject: Reply with quote Back to top

Looks good, only thing I would say that could do with improving would be the lighting.
It dosen't look like it has reached it's full potential for that aspect.

Got a higher quality image/render?
 
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
xander
level5
phase1 tester
level5




Joined: 21 Oct 2004
Posts: 3554
Location: Sparks, NV, USA

 PostPosted: Mon Nov 14, 2005 11:03 pm    Post subject: Reply with quote Back to top

It needs anti-aliasing, too, though I am sure you will get to that in the end, or not at all.

xander
 
View user's profile Send private message Send e-mail AIM Address
Display posts from previous:   
Post new topic   Reply to topic    Darwinia Index -> General All times are GMT
Goto page 1, 2, 3, 4, 5  Next
Page 1 of 5

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum