DB/CinematicCamera: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
==Structure==
==Structure==
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer ID 1 and 224 not used. Someone change them to an ID used and Fraps it!
  1 ID Integer
  2 sRefPath String
  2 sRefPath String
  3 iRefID_[[SoundEntries.dbc|SoundEntries]] Integer Voiceover used in the cinematic animation  
  3 iRefID_[[SoundEntries.dbc|SoundEntries]] Integer Voiceover used in the cinematic animation  
  4 X Float Note: These coordinates are actually the end point of the path, not the start  
  4 X Float ''Note: These coordinates are actually the end point of the path, not the start''
  5 Y Float
  5 Y Float
  6 Z Float ! Was marked as 'X' at Sourcepeek
  6 Z Float
  7 Rotation Float Rotation of path  
  7 Rotation Float Rotation of path  



Revision as of 01:22, 10 August 2007

Header Info

Records....................12
Fields......................7
Record Size................28
String Block Size.........288

Structure

Column 	Field 			Type 		Notes 
1 	ID 			Integer 	
2 	sRefPath 		String 	
3 	iRefID_SoundEntries 	Integer 	Voiceover used in the cinematic animation 
4 	X 			Float 		Note: These coordinates are actually the end point of the path, not the start 
5 	Y 			Float 	
6 	Z 			Float 		
7 	Rotation 		Float 		Rotation of path 

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