SidewinderX
Newbie
- Joined
- May 15, 2003
- Messages
- 4,884
- Reaction score
- 0
hmmm...condradiction.....
This is what I asked and the answer I recived....
This is what someone else got....
I trust Yhan... as he does programming...but i'm confused
Hi David,
See my answers below.
Rick
-----Original Message-----
From: SidewinderX
Sent: Tuesday, January 06, 2004 7:43 PM
To: Rick Ellis
Subject: HL2 Hammer question
Hi!
I have some quick questions for you about making maps for
Half-Life
2 (as the SDK will be released "soon" it's time to gather info ). We
know from the first E3 tech demo that displacment maps can be used to
change terrain in maps on the fly, but can a mapper use a displacment
map to make the basic terrain for a level? (for something like an
outside level)
*** Yes of course, this is exactly how terrain for outdoor environments
is made.
Also, would it be possible (either in the editor itself or through
code) to do something like specify a "zone" on a map and have the map
randomly generate a tree within that zone everytime the map loads?
*** This is not currently supported. I'm not sure how difficult it
would be for you to add, I'd have to look into it more.
Thanks and Happy New Year,
David Petkofsky
This is what I asked and the answer I recived....
This is what someone else got....
Yes you could create such an entity. We also have a system for
instancing detail objects like foliage, so you might just use that
directly or in addition to such an entity that you create in your mod.
Yahn
-----Original Message-----
From: xxxxx
Sent: Friday, January 09, 2004 2:48 AM
To: Yahn Bernier
Subject: Entity-Question (SDK)
Hi Yahn,
would it be possible to create an entity that specifies an area in that,
at the time the map loads on the server, randomly placed objects are
created (rocks, trees, whatever) with defined density, for example using
an entity-variable 'density', etc.?
Thanks for your time,
Tim
I trust Yhan... as he does programming...but i'm confused