Do these two variables control a unit's hitbox? What is the exact difference between the two (the editor does not say)?
Modifying the selection radius changes the size of the circle, but not necessarily the hitbox.
For some reason also, the thickness of the circle's border also scales with the model's own scaling. So that if you increase the size of a model, the circle's border itself becomes really thick (which can be very ugly).
Is it possible to stop the selection radius from scaling with the model scaling? So that you can have a uniformly sized selection radius/circle with a uniform hitbox for a group of units?
Model radius is used for the hit check of Action actors while the selection radius is how far from the model clicking with the mouse will select the attached unit.
If you are having trouble with the thickness of the selection circle, use a Selection type actor to make a custom selection circle.
Rollback Post to RevisionRollBack
Contribute to the wiki (Wiki button at top of page) Considered easy altering of the unit textures?
Do these two variables control a unit's hitbox? What is the exact difference between the two (the editor does not say)?
Modifying the selection radius changes the size of the circle, but not necessarily the hitbox.
For some reason also, the thickness of the circle's border also scales with the model's own scaling. So that if you increase the size of a model, the circle's border itself becomes really thick (which can be very ugly).
Is it possible to stop the selection radius from scaling with the model scaling? So that you can have a uniformly sized selection radius/circle with a uniform hitbox for a group of units?
Model radius is used for the hit check of Action actors while the selection radius is how far from the model clicking with the mouse will select the attached unit.
If you are having trouble with the thickness of the selection circle, use a Selection type actor to make a custom selection circle.
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
Thank you!