DB/LightFloatBand: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: Controls the various values that are related to floats in .lit files which was believed just to be the sky positions. There is 6 rows corresponding to every ID so take the ID*6 to get the ...)
 
No edit summary
Line 15: Line 15:


Retrieved from "http://www.sourcepeek.com/wiki/LightFloatBand.dbc"
Retrieved from "http://www.sourcepeek.com/wiki/LightFloatBand.dbc"
[[Category:DBC]]

Revision as of 14:58, 25 July 2007

Controls the various values that are related to floats in .lit files which was believed just to be the sky positions. There is 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.

Header Info

Records..................3426
Fields.....................34
Record Size...............136
String Block Size...........1

Structure

Column	Field 		Type 	Notes 
1 	ID 		Integer 	
2 	# of Entries 	Integer This is how many of the columns actually have data for this row 
3-18 	Time Values 	Integer Time Values from 0 to 2880 where each number represents a half minute from midnight to midnight 
19-34 	Float Values 	Float 	These are the actual values that correspond with the time value 

Retrieved from "http://www.sourcepeek.com/wiki/LightFloatBand.dbc"