Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => "Retro-Porting" => Topic started by: Desed on July 14, 2015, 08:08:39 am

Title: [QUESTION] DBC Environments WOD to WOTLK
Post by: Desed on July 14, 2015, 08:08:39 am
LightIntBand.dbc    to
         LightData.dbc
LightFloatBand.dbc  to

http://www.pxr.dk/wowdev/wiki/index.php ... ntBand.dbc (http://www.pxr.dk/wowdev/wiki/index.php?title=LightIntBand.dbc" onclick="window.open(this.href);return false;)
http://www.pxr.dk/wowdev/wiki/index.php ... atBand.dbc (http://www.pxr.dk/wowdev/wiki/index.php?title=LightFloatBand.dbc" onclick="window.open(this.href);return false;)
-------------------------
LightData.dbc (Structure Wod)
1.   ID
2.   lightParamID
3.   time > LightIntBand.dbc = Col 4,5,6 (New Lines)
4.   directColor >
5.   ambientColor >
6.   skyTopColor
7.   skyMiddleColor
8.   skyBand1Color
9.   skyBand2Color
10.   skySmogColor
11.   skyFogColor
12.   sunColor
13.   cloudSunColor
14.   cloudEmissiveColor
15.   cloudLayer1AmbientColor
16.   cloudLayer2AmbientColor
17.   oceanCloseColor
18.   oceanFarColor
19.   riverCloseColor
20.   riverFarColor
21.   shadowOpacity
22.   fogEnd > LightIntBand.dbc = col19
23.   fogScaler
24.   cloudDensity
25.   fogDensity
----------------------
idLightIntBand = lightEntry.skyParam * 18 - 17
idLightFloatBand = lightEntry.skyParam * 6 - 5

Complete convert wod to wotlk in the map 1116 (Draenor)
Light.dbc
LightParams.dbc
LightSkybox.dbc
--------------------
No convert
LightFloatBand.dbc
LightIntBand.dbc
Please help with the analysis of the structure LightIntBand.dbc, LightFloatBand.dbc

Downoad DBC: https://yadi.sk/d/7Ai_s7nvhr7cd?ncrnd=9353 (https://yadi.sk/d/7Ai_s7nvhr7cd?ncrnd=9353" onclick="window.open(this.href);return false;)
Title: Re: [QUESTION] DBC Environments WOD to WOTLK
Post by: GanjaNoodle on July 16, 2015, 12:41:41 am
LightIntBand and LightFloatBand got merged into LightData.dbc in WoD.