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

[Solved] Original Infested Swarm Egg Model

Status
Not open for further replies.
Level 9
Joined
Feb 12, 2010
Messages
509
I'm basically trying to find the model of the original green Infested Swarm Egg that appeared in Wings of Liberty while having melee HotS assets (and liberty campaign assets) in my custom map.
HotS apparently changed the green egg the Infestors fired to something that looks like an of infested terran blob. >.>
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,217
Assets\Effects\Zerg\InfestedTerranSpawnMissile\InfestedTerranSpawnMissile.m3

You can find it by going to the model catalogue and looking at the inherited entries. You will find that Swarm mod extended the entry with a new model path. The old model is still there just the actual entry in the model catalogue references the new model instead of the old model.

The solution is to make a new entry in the model catalogue of class Unit and copy all the values from the Liberty "Infested Swarm Egg" model catalogue entry. Then in the Actor catalogue change the model path for the "Infested Swarm Egg" entry to the newly created model. It will now use the old infested egg model.
 
Status
Not open for further replies.
Top