Difference between revisions of "Time cycle"

From GTAMods Wiki
Jump to navigation Jump to search
(WaterRGBA (Color4))
(TimeCyc.dat Structure (Section Name, Section Type))
Line 10: Line 10:
  
 
===Amb (Color)===
 
===Amb (Color)===
Coming soon.
+
Controls amount of ambient color on static map objects, like most buildings, structures and landmasses.
  
 
===Amb_Obj (Color)===
 
===Amb_Obj (Color)===
Controls the amount of ambient light on dynamic objects, like streetlamps and mailboxes.
+
Controls the amount of ambient light on dynamic objects, like pedestrians, vehicles and breakable objects.
  
 
===Amb_Bl (Color)===
 
===Amb_Bl (Color)===
Coming soon.
+
Effect unknown, changing produces no visible results.
  
 
===Amb_Obj_bl (Color)===
 
===Amb_Obj_bl (Color)===
Coming soon.
+
Effect unknown, changing produces no visible results.
  
 
===Dir (Color)===
 
===Dir (Color)===
Coming soon.
+
Controls amount of direct light on pedestrians and vehicles.
  
 
===Sky top (Color)===
 
===Sky top (Color)===
Coming Soon.
+
Color of the top of the sky.
  
 
===Sky bot (Color)===
 
===Sky bot (Color)===
Coming Soon.
+
Color of the bottom of the sky.
  
 
===SunCore (Color)===
 
===SunCore (Color)===
 
Coming Soon.
 
Coming Soon.
  
===SunCorona===
+
===SunCorona (Color)===
 
Coming Soon.
 
Coming Soon.
  

Revision as of 23:26, 20 August 2006

Introduction

This document only covers gta3 and vice city at the moment.

The timecyc.dat file contains the information for how to display the sky, weather effects and time of day. It is broken into the many sections. There is one line of data per hour in the game, per weather type. In the Vice City timecyc.dat, there is an extra section at the bottom of the file named "EXTRACOLOURS". These extra colours are used for building interiors, but should function the same.

Note: A comment in the timecyc.dat file is preceded by a series of slashes ("//") and they will precede each type of weather, and time of day in the file.

TimeCyc.dat Structure (Section Name, Section Type)

Amb (Color)

Controls amount of ambient color on static map objects, like most buildings, structures and landmasses.

Amb_Obj (Color)

Controls the amount of ambient light on dynamic objects, like pedestrians, vehicles and breakable objects.

Amb_Bl (Color)

Effect unknown, changing produces no visible results.

Amb_Obj_bl (Color)

Effect unknown, changing produces no visible results.

Dir (Color)

Controls amount of direct light on pedestrians and vehicles.

Sky top (Color)

Color of the top of the sky.

Sky bot (Color)

Color of the bottom of the sky.

SunCore (Color)

Coming Soon.

SunCorona (Color)

Coming Soon.

Sky top

Coming Soon.

SunSz

Coming Soon.

SprSz

Coming Soon.

SprBght

Coming Soon.

Shdw

Coming Soon.

LightShd

Coming Soon.

PoleShd

Coming Soon.

FarClp

Coming Soon.

FogSt

Coming Soon.

LightOnGround

Coming Soon.

LowCloudsRGB (Color)

Coming Soon.

TopCloudRGB (Color)

Coming Soon.

BottomCloudRGB (Color)

Coming Soon.

BlurRGB (Color)

Coming Soon.

WaterRGBA (Color4)

Controls the color of the water. On the pc version of the game, the water texture is greenish-blue. It needs to be converted to grayscale to fully see the effect of changing the water color in the timecyc.dat, as the colors defined in this file, are multiplied by the water texture color ingame. The last part of RGBA, the A, is the alpha channel and it controls the level of transparency for the water. 0, will make the water totally transparent, while 255 will make the water as opaque as the game will allow.