Skyboxes with Terragen 2
examples of the software and the finished outcome.
You can upload screenshots at Special:Upload. For help, see the Help:Images.
About
Terragen 2 is much more powerful software than Terragen Classic, and is far easier to use. This tutorial will help explain how to create a skybox and put it into Hammer.
The program can be downloaded here: Terragen 2 free version.
Overview
Here is a quick summary of what everything does.
The top bar has several options:
- New project is the paper
- Open project is the folder
- Save project is the floppy disc
- Render project is the picture with the R in the corner
- Preview project is the picture with 3D at the bottom
- Objects is the option that deals with objects inside your scene
- Terrain is the option that deals with terrain on the "earth"
- Shaders is the option that deals with any coloration you wish to add to the terrain
- Water option deals with water on the "earth"
- Atmosphere option deals with the sky and the "air" around your terrain
- Lighting option deals with the lighting in your scene
- Cameras option deals with any additional cameras in your scene
- Renderers option deals with the rendering of the scene
- Node Network deals with how the objects in your scene interact with each other (Warning: messing around with this improperly can really mess with your scene)
Within each option, you will see a list of those objects in that category. To add to it, there is a button in between New, Open, Save, Render, Preview, and the list. When you click it you will see a list that will show you the objects you can add and once you add it, you can edit the options of that object (messing around with each "new thing option" will tell you what you want. Advice: start with a scene in mind; forest covered mountains with snow on top on a 3d cloudy day)
Importing into Hammer
Rendering
To get your skybox working for Hammer, first you will need to render each view.
An much better way is to go into your camera menu and create 5 new cameras (+ your main camera makes 6), name them after each postfix; then make every single camera with the same settings as your main render camera, then create a renderer in the rendering tab. Then add these rotations to the current rotations of your camera's in the camera tab:
- (x,y,z)
- (0,0,0) for back
- (0,90,0) for right
- (-90,0,0) for down
- (0,180,0) for front
- (0,-90,0) for left
- (90,0,0) for top
Then when deciding the dimensions of the rendered image use multiples of 2(256*256,512*512,1024*1024,2048*2048) otherwise it won't work. Then go into the node tab and make only one camera output go into an renderer that you just created or the main renderer, then go into the rendering tab and select that renderer and click render image, repeat until you have all 6 images Once fully rendered, save the file as a .bmp with the following name convention:
- Skybox name
- A side postfix
- Front = ft
- Back = bk
- Left = lf
- Right = rt
- Top = up
- Bottom = dn
For example, if your skybox name is "carrotsky", you should have the following .bmp files:
- carrotskyft.bmp
- carrotskybk.bmp
- carrotskylf.bmp
- carrotskyrt.bmp
- carrotskyup.bmp
- carrotskydn.bmp
Conversion
Once you have your six pictures, use GIMP to convert files into .tga files then use VTEX to create VTF's.
Head over to your new VTFs; and make sure thry are in ...materials/skybox
for whichever game you're editing. Now create six VMTs with the same names as the VTFs using this format:
"UnlitGeneric" { "$basetexture" "XXXX" "$nofog" 1 "$ignorez" 1 }
Where XXXX represents the name of your VTF file without the .vtf extension.
save as...
save as all files not .txt, then save the file as XXXX.vmtCompletion
The skybox is complete. To use it in Hammer, go to Map properties... in the Map menu and change the skybox entry to xxxx, where xxxx represents the name you chose for your sky.