• 🏆 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!

Model doesn't show in-game but shows in retera and mdlvis.

Level 22
Joined
Mar 16, 2018
Messages
250
изображение_2024-02-24_105255842.png
изображение_2024-02-24_105232610.png

How to get rid of invalid geosets? Never had this problem before this one
 

Attachments

  • HeroSpellSword999.mdx
    1,014.7 KB · Views: 5
Last edited:
Zero tracks in EventObjects always causes model to fail to show.

Conveniently, a zero-track EventObject is "an object without purpose."

Deleting it will have no negative impact upon the model in any way.

If you need to change the Warcraft III game code to accept zero-track EventObjects and simply ignore them instead of hiding the model because of them, then you will need to reach out to Microsoft Activision Blizzard King company.
 
Level 22
Joined
Mar 16, 2018
Messages
250
Zero tracks in EventObjects always causes model to fail to show.

Conveniently, a zero-track EventObject is "an object without purpose."

Deleting it will have no negative impact upon the model in any way.

If you need to change the Warcraft III game code to accept zero-track EventObjects and simply ignore them instead of hiding the model because of them, then you will need to reach out to Microsoft Activision Blizzard King company.
Removed them. Now it doesnt show in game but instead crashes because of two invalid geosets right?

EDIT: Problem solved
 
Last edited:
Top