• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Custom Skybox Lighting?

Status
Not open for further replies.
Level 6
Joined
Jun 4, 2017
Messages
172
What with software did you tried editing the skybox models? If you tried with magos model editor I remember that there are some problems when working with dnc or with lights in general.
However I think this dnc might be what you are looking for:
I never tried to create a dnc, but if you want to try you could maybe try to follow this tutorial(I'm not sure if that tutorial will actually work because it is a bit outdated).
 
Level 65
Joined
Dec 23, 2013
Messages
1,406
First time I've seen that o.o
I was using Magos' Model Editor to edit skyboxes, only to have it save wrong :\
Happens the same way with MdlVis too?

On a side note, I think I'm doing something wrong with the DNC up there ^
I got it to work in-game, but the lighting didn't apply.
White/yellow day (normal) and light-blue night (feck)
 
Level 6
Joined
Jun 4, 2017
Messages
172
Happens the same way with MdlVis too?
I don't know, I never used MdlVis.

On a side note, I think I'm doing something wrong with the DNC up there ^
I got it to work in-game, but the lighting didn't apply.
White/yellow day (normal) and light-blue night (feck)
After you download DNCAnimated2.mdx you'll need to create a trigger to tell the game that you want to use that dnc and not the standard one:
  • DNC Initialization
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Custom script: call SetDayNightModels("war3mapImported\\DNCAnimated2.mdx","war3mapImported\\DNCAnimated2.mdx")
 
Status
Not open for further replies.
Top