home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC/CD Gamer UK 37
/
PCGAMER37.bin
/
games
/
ddrome
/
data.z
/
SETUP.GW
< prev
next >
Wrap
Text File
|
1996-08-20
|
1KB
|
42 lines
# Perform basic setup stuff common to all domains.
# Initialize graphics data (cubes & terrain).
PerspectiveTexture on
#################################################
# These are set internally by the graphics detail!!
#################################################
#SetPerspectiveTextureDeltaX 16
SetPerspectiveTextureDeltaX 32
SetPerspectiveTextureFarZ 350.0
#SetPerspectiveTextureFarZ 1000.0
#SetShadingOn
# Print out frames per sec on screen
PrintFPS off
SetPaletteName domain.act
NewWorld world1
#WorldFog off
# note world extents and world origin set in individual arenagw files
WorldOrigin -896.0 896.0
WorldExtents 1792.0 -1792.0
WorldPartition 128 -128
# Set tolerance for large object determination.
# This command must occur after the WorldPartition command.
WorldPartitionInclusionTolerance 3.0 3.0
# Define world regions for visibility.
# source regions.gw
FindNode world1
#WorldAddLight light1
#WorldAddLight pball_1_light