LightFloatBand.dbc¶
The light float band table contains definitions for daytime modifiers of lighting.
Table structure¶
ID | Name | Type | Default | Description |
---|---|---|---|---|
1 | ID | Integer | Unique ID | |
2 | num | Integer (signed) | 0 | Number of lighting modifiers set. |
3 | time1 | Integer (signed) | 0 | Time Values from 0 to 2880 where each number represents a half minute from midnight to midnight. |
4 | time2 | Integer (signed) | 0 | Time Values from 0 to 2880 where each number represents a half minute from midnight to midnight. |
5 | time3 | Integer (signed) | 0 | Time Values from 0 to 2880 where each number represents a half minute from midnight to midnight. |
6 | time4 | Integer (signed) | 0 | Time Values from 0 to 2880 where each number represents a half minute from midnight to midnight. |
7 | time5 | Integer (signed) | 0 | Time Values from 0 to 2880 where each number represents a half minute from midnight to midnight. |
8 | time6 | Integer (signed) | 0 | Time Values from 0 to 2880 where each number represents a half minute from midnight to midnight. |
9 | time7 | Integer (signed) | 0 | Time Values from 0 to 2880 where each number represents a half minute from midnight to midnight. |
10 | time8 | Integer (signed) | 0 | Time Values from 0 to 2880 where each number represents a half minute from midnight to midnight. |
11 | time9 | Integer (signed) | 0 | Time Values from 0 to 2880 where each number represents a half minute from midnight to midnight. |
12 | time10 | Integer (signed) | 0 | Time Values from 0 to 2880 where each number represents a half minute from midnight to midnight. |
13 | time11 | Integer (signed) | 0 | Time Values from 0 to 2880 where each number represents a half minute from midnight to midnight. |
14 | time12 | Integer (signed) | 0 | Time Values from 0 to 2880 where each number represents a half minute from midnight to midnight. |
15 | time13 | Integer (signed) | 0 | Time Values from 0 to 2880 where each number represents a half minute from midnight to midnight. |
16 | time14 | Integer (signed) | 0 | Time Values from 0 to 2880 where each number represents a half minute from midnight to midnight. |
17 | time15 | Integer (signed) | 0 | Time Values from 0 to 2880 where each number represents a half minute from midnight to midnight. |
18 | time16 | Integer (signed) | 0 | Time Values from 0 to 2880 where each number represents a half minute from midnight to midnight. |
19 | data1 | Float | 0 | Modifier corresponding with the time value. |
20 | data2 | Float | 0 | Modifier corresponding with the time value. |
21 | data3 | Float | 0 | Modifier corresponding with the time value. |
22 | data4 | Float | 0 | Modifier corresponding with the time value. |
23 | data5 | Float | 0 | Modifier corresponding with the time value. |
24 | data6 | Float | 0 | Modifier corresponding with the time value. |
25 | data7 | Float | 0 | Modifier corresponding with the time value. |
26 | data8 | Float | 0 | Modifier corresponding with the time value. |
27 | data9 | Float | 0 | Modifier corresponding with the time value. |
28 | data10 | Float | 0 | Modifier corresponding with the time value. |
29 | data11 | Float | 0 | Modifier corresponding with the time value. |
30 | data12 | Float | 0 | Modifier corresponding with the time value. |
31 | data13 | Float | 0 | Modifier corresponding with the time value. |
32 | data14 | Float | 0 | Modifier corresponding with the time value. |
33 | data15 | Float | 0 | Modifier corresponding with the time value. |
34 | data16 | Float | 0 | Modifier corresponding with the time value. |
Notes¶
Controls the various values that are related to floats in .LIT files which was believed just to be the sky positions. There are 6 rows corresponding to every ID so take the ID*6 to get the proper start ID to look at it and the next 5 rows after it go along with it as well.