[COMMON]
;//
;// Tune options
;//
ztuneDebugPrint		= NO				;// Bool - Enable/Disable debug printing
ztuneActive			= YES				;// Bool - NO=Disable ztune module (Don't read the script)
;//LogFile=D:\PSX.LOG					;// Str	 - Log zconsoleLog calls to a file
AlwaysDisableSound      = NO               ;// Boolean - Disable sound - only on debug

;//;//
;//;// Asset info
;//;//
;//LibPath=c:\ROLLERSB\assets\psx\		;// Don't forget a back-slash at the end of the line
;//LibAnimation=motion.zal
;//LibMaterial=material.zal
;//LibGeometry=geometry.zal
;//LibData=miscdata.zal


;//
;// Run-Time options
;//
[SWITCHES]
ProfileBar			= OFF 				;// Boolean - CPU/GPU profiling bar (ON/OFF)
PSXTools			= ON				;// Boolean - Enable/Disable PSX debugging tools
DisableFloorLayer	= NO				;// Boolean - Enable/Disable display layers
Disable2DLayer		= NO				;// Boolean - "
Disable3DLayer		= NO				;// Boolean - "
DisableHorizonLayer	= NO				;// Boolean - "
DisableDebugLayer	= YES				;// Boolean - "


[TRACK]
;//
;// Track options
;// Feet2Metres=x*.3048 (x * 12 * 2.54 / 100)
;//TrackLengths    =0 , 60.96, 24.384			;// int TrackNum, ZFixed X,Z size of track in metres
;//;//TrackInnerRadii =0 ,18.0, 18.0			;// int TrackNum, ZFixed Inner track radii (X & Z)
;//;//TrackOuterRadii =0 ,27.0, 27.0			;// int TrackNum, ZFixed Outer track radii (X & Z)
;//;//TrackHeights    =0 , 0.0,  1.5			;// int TrackNum, ZFixed Height of track at inner/outer limits 0,3
;//;//TrackWallHeights=0 , 1.0,  1.0			;// int TrackNum, ZFixed Height of walls at inner/outer 
;//;//TrackCentre     =0 , 0.0,  0.0			;// int TrackNum, ZFixed Centre X,Z of track
;//;//TrackSectorRes  =0 , 5.0					;// int TrackNum, ZAngle Sector resolution
;//;//TrackRadialRes  =0 , 2					;// int TrackNum, int	 Radial reolution
;//;//TrackAddRamp    =0 , 0, 0.0,  0.0,  0.8	;// int TrackNum, int RampType, ZAngle PositionOnTrack, ZFixed InnerHeight, ZFixed OuterHeight

;//;//            Red Grn  Blu   X  Z  Radius
;//FloorAmbient= 0 ,  65,  65,  65
;//FloorLight  = 0 , 100,   0,   0,  0, 0, 12.0  	;// int TrackNum, R, G, B, TileXoffsetFromCentre, TileZOffsetFromCentre, Radius(InMetres)
;//FloorLight  = 0 ,   0,   0, 120, -6, 0, 10.0
;//FloorLight  = 0 ,   0,   0, 120,  6, 0, 10.0
;//FloorLight  = 0 , 255,   0,   0,  6, 3,  6.0
;//FloorLight  = 0 , 255,   0,   0, -6, 3,  6.0
;//FloorLight  = 0 , 255,   0,   0,  9,-0,  5.0
;//FloorLight  = 0 , 255,   0,   0, -9,-0,  5.0
;//
;//FloorLight  = 0 , 255,   0,   0,  6,-3,  6.0
;//FloorLight  = 0 , 255,   0,   0, -6,-3,  6.0

