• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Is it possible to remove WC3 lightning? and....

Status
Not open for further replies.
Level 9
Joined
Apr 30, 2010
Messages
324
That's very odd. You can try reinstalling JNGP. Does normal WE work for "test map"?

yeah normal WE work well

1. That's lighting, not lightning. Call native SetDayNightModels takes string terrainDNCFile, string unitDNCFile returns nothing with ("", "").

detail pls.. i'm not an experienced guy at coding or WE
 
Level 26
Joined
Aug 18, 2009
Messages
4,097
Go trigger editor (F4), create new page (CTRL+T), new event (CTRL+E), choose Map Initialization, which is already selected first, OK, new action (CTRL+R), choose the third one from above in the All list (Custom Script), click the red appearing underscored Script Code, enter call SetDayNightModels("", ""), 2x OK, finished.
 
Status
Not open for further replies.
Top