Modcraft - The community dedicated to quality WoW modding!

Content creation => Modelling and Animation => Topic started by: eratoc on December 09, 2013, 11:09:09 pm

Title: [HELP] Skybox Change. Scholo to ED sky.
Post by: eratoc on December 09, 2013, 11:09:09 pm
Hello!

I've been messing around with Lightmapper and Taliis Editor, currently I've opened up Light.dbc and I'm following this guide: viewtopic.php?f=61&t=673 (http://modcraft.io/viewtopic.php?f=61&t=673" onclick="window.open(this.href);return false;)

But I get stuck at the Table with all the columns. I'm not sure what to edit and such. Don't really get it.

I want to edit these:

Code: [Select]
ED ID: 188 (169)
188 169 681133.0 -3835.0 699542.0 31902.0 41354.0 189 188 10 11 4

SCHOLO ID: 335 (289)
335 289 610565.0 -1609.0 610565.0 38597.0 38597.0 324 325 10 11 4

Anyone who can help me out?

Edit: Update
To implement the Emerald Dream-skybox into Scholomance, should my "new" column look like this?

Code: [Select]
188 (skybox ID-ED) 289 (map ID-scholo) 610565.0 -1609.0 610565.0 38597.0 38597.0 324 325 10 11 4 (Scholo coords)
Thanks,
Eratoc
Title: Re: [HELP] Skybox Change. Scholo to ED sky.
Post by: Rangorn on December 11, 2013, 07:16:52 pm
Quote from: "eratoc"
Hello!



Edit: Update
To implement the Emerald Dream-skybox into Scholomance, should my "new" column look like this?

Code: [Select]
188 (skybox ID-ED) 289 (map ID-scholo) 610565.0 -1609.0 610565.0 38597.0 38597.0 324 325 10 11 4 (Scholo coords)

Quote
188, 289,  610565.0   -1609.0   610565.0   38597.0   38597.0
=> Correct, this is just coordinates of your light point.


Quote
324   325   10   11   4
324 325 10 11 and 4are params ID for your light point
Replaces them by :
189   188   10   11   4 (You just have to replace 324 by 189 and 325 by 188 for your example)





Anyway, your correct config :

Code: [Select]
188 (skybox ID-ED) 289 (map ID-scholo) 610565.0 -1609.0 610565.0 38597.0 38597.0 189 188 10 11 4
Title: Re: [HELP] Skybox Change. Scholo to ED sky.
Post by: eratoc on December 11, 2013, 09:22:14 pm
Quote from: "Rangorn"
Quote from: "eratoc"
Hello!



Edit: Update
To implement the Emerald Dream-skybox into Scholomance, should my "new" column look like this?

Code: [Select]
188 (skybox ID-ED) 289 (map ID-scholo) 610565.0 -1609.0 610565.0 38597.0 38597.0 324 325 10 11 4 (Scholo coords)

Quote
188, 289,  610565.0   -1609.0   610565.0   38597.0   38597.0
=> Correct, this is just coordinates of your light point.


Quote
324   325   10   11   4
324 325 10 11 and 4are params ID for your light point
Replaces them by :
189   188   10   11   4 (You just have to replace 324 by 189 and 325 by 188 for your example)





Anyway, your correct config :

Code: [Select]
188 (skybox ID-ED) 289 (map ID-scholo) 610565.0 -1609.0 610565.0 38597.0 38597.0 189 188 10 11 4

Thank you, I will see if it worked when it isn't nighttime in WoW (after 9pm?)

Because I assume it will only work during the day.

/ Eratoc
Title: Re: [HELP] Skybox Change. Scholo to ED sky.
Post by: eratoc on December 12, 2013, 07:06:03 pm
It won't work for me. I have changed the Light.dbc file correctly (I think? see picture below)
I then saved the new Light.dbc and put it into my Scholo > ED.MPQ file as DBFilesClient/Light.dbc path.

http://i143.photobucket.com/albums/r124 ... b46c56.png (http://i143.photobucket.com/albums/r124/eratoc/taliis_zpsfeb46c56.png" onclick="window.open(this.href);return false;)

Did I do something wrong here? I guess most people have knowledge of this, I'd really appreaciate the help.

This is what it looks like now, with Scholo/WPL skybox:
http://i143.photobucket.com/albums/r124 ... f9a694.png (http://i143.photobucket.com/albums/r124/eratoc/edfail_zpse0f9a694.png" onclick="window.open(this.href);return false;)

And I want the skybox to be something like this (Old Hillsbrad skybox, is it?)
http://img148.imageshack.us/img148/3752 ... 225mj9.jpg (http://img148.imageshack.us/img148/3752/wowscrnshot010208141225mj9.jpg" onclick="window.open(this.href);return false;)

Edit: also, is it possible to remove the fog? Or does it go away with the new skybox?

Thanks again for your help.

/ Eratoc