Difference between revisions of "Time cycle"
(→Amb_Obj) |
(→TimeCyc.dat Structure) |
||
Line 7: | Line 7: | ||
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. | 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== | + | ==TimeCyc.dat Structure (Section Name, Section Type)== |
− | ===Amb=== | + | ===Amb (Color)=== |
Coming soon. | Coming soon. | ||
− | ===Amb_Obj | + | ===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 streetlamps and mailboxes. | ||
− | ===Amb_Bl=== | + | ===Amb_Bl (Color)=== |
Coming soon. | Coming soon. | ||
− | ===Amb_Obj_bl=== | + | ===Amb_Obj_bl (Color)=== |
Coming soon. | Coming soon. | ||
Line 67: | Line 66: | ||
Coming Soon. | Coming Soon. | ||
− | ===LowCloudsRGB=== | + | ===LowCloudsRGB (Color)=== |
Coming Soon. | Coming Soon. | ||
− | ===TopCloudRGB=== | + | ===TopCloudRGB (Color)=== |
Coming Soon. | Coming Soon. | ||
− | ===BottomCloudRGB=== | + | ===BottomCloudRGB (Color)=== |
Coming Soon. | Coming Soon. | ||
− | ===BlurRGB=== | + | ===BlurRGB (Color)=== |
Coming Soon. | Coming Soon. | ||
− | ===WaterRGBA=== | + | ===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. | 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. | ||
[[Category:Map Formats]] [[Category:GTA 3]] [[Category:GTA VC]] | [[Category:Map Formats]] [[Category:GTA 3]] [[Category:GTA VC]] |
Revision as of 22:43, 20 August 2006
Contents
- 1 Introduction
- 2 TimeCyc.dat Structure (Section Name, Section Type)
- 2.1 Amb (Color)
- 2.2 Amb_Obj (Color)
- 2.3 Amb_Bl (Color)
- 2.4 Amb_Obj_bl (Color)
- 2.5 Dir
- 2.6 Sky top
- 2.7 Sky bot
- 2.8 SunCore
- 2.9 SunCorona
- 2.10 Sky top
- 2.11 SunSz
- 2.12 SprSz
- 2.13 SprBght
- 2.14 Shdw
- 2.15 LightShd
- 2.16 PoleShd
- 2.17 FarClp
- 2.18 FogSt
- 2.19 LightOnGround
- 2.20 LowCloudsRGB (Color)
- 2.21 TopCloudRGB (Color)
- 2.22 BottomCloudRGB (Color)
- 2.23 BlurRGB (Color)
- 2.24 WaterRGBA (Color4)
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)
Coming soon.
Amb_Obj (Color)
Controls the amount of ambient light on dynamic objects, like streetlamps and mailboxes.
Amb_Bl (Color)
Coming soon.
Amb_Obj_bl (Color)
Coming soon.
Dir
Coming soon.
Sky top
Coming Soon.
Sky bot
Coming Soon.
SunCore
Coming Soon.
SunCorona
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.