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

Getting an Actor to show up?

Status
Not open for further replies.
Level 7
Joined
Sep 24, 2008
Messages
281
Essentially, I am unable to get a units actor to show up as anything other than a sphere. I've followed various tutorials, but they all yield the same result. Here's exactly what I'm doing:

Units Tab>Add Object:

Name: Uber Marine
ID: Uber Marine
Copy From: Marine

Actors Tab>Duplicate Object "Marine"

unitName token: Uber Marine

What is it that I'm doing wrong? If the above explanation wasn't comprehensive enough, my map is open for download below. Thanks,

Bob
 

Attachments

  • Hero Test.SC2Map
    65.1 KB · Views: 53
Level 7
Joined
Sep 24, 2008
Messages
281
As I already explained, it is assigned to the unit. It simply just will not show up as the correct model. At the moment, the marines are simply circles.
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,202
The actor is working fine, just you are referencing a nonsense Uber Marine model...

The token replaces all instances of a name with another, including model paths etc which will not exist usually.

Instead just manually change all references in the actor event fields.

Moved thread to right section.
 
Status
Not open for further replies.
Top