2 registered members (TipmyPip, 1 invisible),
18,789
guests, and 8
spiders. |
Key:
Admin,
Global Mod,
Mod
|
|
|
Making skycubes in terragen
#54765
09/12/05 21:33
09/12/05 21:33
|
Joined: Jan 2005
Posts: 1,918 BagEnd, Hobbiton, The Shire, E...
Bilbo
OP
Senior Developer
|
OP
Senior Developer
Joined: Jan 2005
Posts: 1,918
BagEnd, Hobbiton, The Shire, E...
|
Ok so the first step is creating a sky you like using the settings in the sun and atmoshpere settings. Next click on render settings in the main window set atmosphere and cloud shading to high. in the options tab of the same window turn of render landscape and backface culling. in the image tab set the sky size to what ever you want it i use 512 * 512.back in the main window set detail to high. open word pad and add the following code: Code:
; Script for making Gstudio skycube BMP files. ; Software used: Terragen 0.9.19 ; Written by: Eric Hendrickson-Lambert ; http://steempipe.technicalfoundry.com
;Notes: ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ;The 3GSE engine will expect the images to be ;in the order of South, East, North, West, Down, Up. ; ;Set your render resolution to 512x512 pixels if you have the unregistered terragen.
;Where to save the BMP's to initanim "sky", 1
;south campos 128,128,6 ; These are in terrain units. Not meters. tarpos 128,128,6 camh 180 ;head camp 0 ;pitch camb 0 zoom 1 sundir -60,25 exp 1 frend
;west ;This will actually wind up as east in WED skycube. ;To make the lens flare line up with the sun in the terragen file, you would add ;180 degrees to the sun position. The altitude of the sun remains the same. ;Example: Terragen has the sun at -60 degrees. In WED you would assign it 60 degrees.
campos 128,128,6 tarpos 128,128,6 camh -90 camp 0 camb 0 zoom 1 sundir -60,25 exp 1 frend
;north campos 128,128,6 tarpos 128,128,6 camh 0 camp 0 camb 0 zoom 1 sundir -60,25 exp 1 frend
;east campos 128,128,6 tarpos 128,128,6 camh 90 camp 0 camb 0 zoom 1 sundir -60,25 exp 1 frend
;Down campos 128,128,6 tarpos 128,128,6 camh 90 camp -90 camb 0 zoom 1 sundir -60,25 exp 1 frend
;Up campos 128,128,6 tarpos 128,128,6 camh -90 camp 90 camb 0 zoom 1 sundir -60,25 exp 1 frend
save as makesky.tgs back in the terragen program select execute script and chose makesky.tgs then open your image prgram and make a file with the same height and 6 times the width of you image, (i suggest ifranview) then paste the images in in the order of 1 2 3 4 5(should be blank) 6 save and your done! original tutorial by steempipe.
Last edited by Bilbo_Bogimps; 09/13/05 14:28.
|
|
|
|