Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/archive/global.php(40) : eval()'d code on line 2
making a forest border [Archive] - TF2Maps.net Forums

PDA

View Full Version : making a forest border


99X
08-25-2008, 08:29 AM
I looked through the assets and materials and couldn't find what I was looking for and you guys know the answer. I want to make a forest be the border around my map play area, with some trees inside the area for some fun detail. I understand that the sky map is: sky_trainyard_01 - Check!

Here is a picture:
http://img388.imageshack.us/img388/595/forestqi1.jpg


several questions:
have the props been added to the SDK already?
What are the trees and stump props called?
to get the grass to show up is another asset correct? needing to change the detail on the map properties?
Do I need a different asset for the dark blue background trees or is that part of the skymap?
is there a more efficient way of doing this idea?

Thanks for helping!

samn
08-25-2008, 08:44 AM
The props have been added to the SDK, and I believe they are under the folder 'props_forest' (not 100% sure)
Yes, you will need to change something in the map properties, there's a thread here about how to do it: http://forums.tf2maps.net/showthread.php?t=3319
I believe the dark blu trees are sprites in the 3D skybox. You can download a decompiled version of lumberyard and look at it in Hammer here: http://forums.tf2maps.net/downloads.php?do=file&id=557
If you don't know how to do a 3D skybox, there's a few tutorials in the tutorial section that should help you out.

Immortal-D
08-25-2008, 01:29 PM
The props have been added to the SDK, and I believe they are under the folder 'props_forest' (not 100% sure)
Yes, you will need to change something in the map properties, there's a thread here about how to do it: http://forums.tf2maps.net/showthread.php?t=3319
I believe the dark blu trees are sprites in the 3D skybox. You can download a decompiled version of lumberyard and look at it in Hammer here: http://forums.tf2maps.net/downloads.php?do=file&id=557
If you don't know how to do a 3D skybox, there's a few tutorials in the tutorial section that should help you out.

Score one for the TF2M community :D

FaTony
08-25-2008, 04:43 PM
The trees props are in prop_forest. The Blu sections are in props_skybox. Their color is defined by skin. Also if u are intersted, vtf for that prop is a white alpha mask, and Blu color is generated by a $color parameter in the vmt so u can easily make green sections, purple sections and so on without editing the vtf.

Have fun.