for some reason I can't set the height of a model in the events field of an actor using either the "unit birth" msg type or the "create" msg type. I can use unit birth to set the scale or tint just fine. I can also set the height using other msg types like "weapon start". is there another "easy" way to set the height of a model when the unit is created?
Why don't you just change the height of the model itself? Or create a custom model if needed be with your exact height.
where is the field that changes model height? I looked for it more than once, and all you can do is change the model scale or the actor's scale for the model.
The actor type called Site Operation (Offset). Put that in the Hosting - Site Operations - Operations field to change the x,y,z offset of the actor. Read the uberlisk tutorial on this site to see how it is done.
Rollback Post to RevisionRollBack
Contribute to the wiki (Wiki button at top of page) Considered easy altering of the unit textures?
The actor type called Site Operation (Offset). Put that in the Hosting - Site Operations - Operations field to change the x,y,z offset of the actor. Read the uberlisk tutorial on this site to see how it is done.
That solved it. Thank you.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
for some reason I can't set the height of a model in the events field of an actor using either the "unit birth" msg type or the "create" msg type. I can use unit birth to set the scale or tint just fine. I can also set the height using other msg types like "weapon start". is there another "easy" way to set the height of a model when the unit is created?
-Garrett
nothing?
@andgarrett: Go
Why don't you just change the height of the model itself? Or create a custom model if needed be with your exact height.
Offset SOp, the height field on the unit or you just need to use a timer event.
Contribute to the wiki (Wiki button at top of page) Considered easy altering of the unit textures?
https://www.sc2mapster.com/forums/resources/tutorials/179654-data-actor-events-message-texture-select-by-id
https://media.forgecdn.net/attachments/187/40/Screenshot2011-04-17_09_16_21.jpg
where is the field that changes model height? I looked for it more than once, and all you can do is change the model scale or the actor's scale for the model.
Offset SOp? Never heard of that. can you explain what that is?
I don't want to change the height field for the unit because I'm trying to change a model that I attached to the unit, not the actual unit model.
I was hoping to avoid using a timer event. it seems like there should be an easier way to do this.
-Garrett
The actor type called Site Operation (Offset). Put that in the Hosting - Site Operations - Operations field to change the x,y,z offset of the actor. Read the uberlisk tutorial on this site to see how it is done.
Contribute to the wiki (Wiki button at top of page) Considered easy altering of the unit textures?
https://www.sc2mapster.com/forums/resources/tutorials/179654-data-actor-events-message-texture-select-by-id
https://media.forgecdn.net/attachments/187/40/Screenshot2011-04-17_09_16_21.jpg
That solved it. Thank you.