I' am working on a custom game on Starcraft 2 map editor, and suddenly when I made a mistake with the actor of a zergling or something and now all my units on my map have a grey ugly thing on them, that usually appears when you don't got a actor for your unit. And when you highlight a unit on test mode an image of a zergling appears next to the health of the unit. Can someone help me fix this? I' am working long time on this mod, so I really need some help to fix this...
You might have something like "UnitBirth" in one actor which has no or no valid model. Posting the Error message that appears in the trigger debugger might be helpful. It should include the IDs of the actors.
@Ahli634: Go
First of all, thanks for replying so quick.
So I tried to run the debug window in test mode, but the window didn't appear; but I do got an error report from the messages I get when I reopen my map which is pretty large so I put it in a file and attached it to my first post. I hope you you can figure it out.
I' am working on a custom game on Starcraft 2 map editor, and suddenly when I made a mistake with the actor of a zergling or something and now all my units on my map have a grey ugly thing on them, that usually appears when you don't got a actor for your unit. And when you highlight a unit on test mode an image of a zergling appears next to the health of the unit. Can someone help me fix this? I' am working long time on this mod, so I really need some help to fix this...
You might have something like "UnitBirth" in one actor which has no or no valid model. Posting the Error message that appears in the trigger debugger might be helpful. It should include the IDs of the actors.
@Ahli634: Go First of all, thanks for replying so quick. So I tried to run the debug window in test mode, but the window didn't appear; but I do got an error report from the messages I get when I reopen my map which is pretty large so I put it in a file and attached it to my first post. I hope you you can figure it out.
Looks like one or more referenced actors have an invalid model set.
Be cautious, for when you rename the name of the actor certain fields will be reset to the name of the actor
for example, if u have a zergling and u change the actor name to hugeling the actor model will be changed to Hugeling (unknown)
@illidans911: Go