This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [QUESTION] DBC Environments WOD to WOTLK  (Read 1341 times)

Desed

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 18
    • View Profile
[QUESTION] DBC Environments WOD to WOTLK
« on: July 14, 2015, 08:08:39 am »
LightIntBand.dbc    to
         LightData.dbc
LightFloatBand.dbc  to

http://www.wowdev.wiki/index.php ... ntBand.dbc
http://www.wowdev.wiki/index.php ... atBand.dbc
-------------------------
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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

GanjaNoodle

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 10
    • View Profile
Re: [QUESTION] DBC Environments WOD to WOTLK
« Reply #1 on: July 16, 2015, 12:41:41 am »
LightIntBand and LightFloatBand got merged into LightData.dbc in WoD.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »