Page 1 of 1

outdoor level design

Posted: Thu Apr 05, 2007 1:49 am
by 4ratz
is there any tuts or books on making a outdoor level?i tried the book by dan but the download links didn't work

Posted: Thu Apr 05, 2007 2:05 am
by darksmaster923
not exactly the easiest thing to do. it also drops framerates.
first make a big box
go into face mode
flag all sides as sky
add a skydome template and add the script
insert terrain
rest is basic

Posted: Thu Apr 05, 2007 5:10 am
by Mallek
yeah, its quite hard, in fact i havent even tried it yet! ind i dont think i wil.

Posted: Thu Apr 05, 2007 10:13 am
by Jay
-add an EnvironmentSetup Entity
In this entity:
-set UseFarClipPlane and UseFog to true
-insert values for the FarClipPlane and the fog (look in the manual for a better explanation, under EnvironmentSetup)

It's a bit of optimization, however in some scenes i turn those two off, because i want it that the player can see everything.
hope this helps for now...

Posted: Thu Apr 05, 2007 5:59 pm
by darksmaster923
a bit offtopic, but how do you turn off terrain in the skydome script?

Posted: Thu Apr 05, 2007 8:09 pm
by Juutis
a bit offtopic, but how do you turn off terrain in the skydome script?
I'm not sure how to exactly turn it off, but you could make it so low that it can't be seen.

Posted: Thu Apr 05, 2007 8:12 pm
by QuestOfDreams
RenderLandscape(bool Flag);
If Flag is false then the Landscape will not be rendered.