The only thread that I've found so far is this one:
http://www.hiveworkshop.com/forums/...e-98/how-change-selection-circle-model-85205/
It didn't seem like anyone found an answer.
I'd also like to know if this is true and that it is in fact impossible to change the model underneath the unit's feet (selection circle) for units, hero's, buildings and pre-targets.
I've tried changing the following blp's in the same way they where created without luck:
ui\Feedback\selectioncircle\SelectionCircleBuilding.blp
ui\Feedback\selectioncircle\SelectionCircleUnit.blp
ui\Feedback\SelectionCircleUnit\_UItargetSharedB.blp
When opening the Selection circle unit models inside magos model editor my custom textures seem to work fine
But in-game I just get the standard ugly looking green circle.
Anyone has found a solution for this yet?
EDIT:
So far I've tried creating a custom selection model and importing it over the original path + the blp's over the original path. Didn't work...
I've tried changing the Game Interface to a aura model just to check if it changes: it didn't...
I've tried changing the Game Interface to a custom selection model, didn't work...
Anyone has any more ideas or is this thing hard-coded ?
If it is: then why does blizzard feel the need to put it in the Game Interface >.<
That seems so stupid, why would you put something in there that you can't change?
What's the point in having it there then :S? It feels like they're teasing me, make the bully stop please
EDIT2:
I figured out it would be best to try a different approach.
I'm going to disable the selection UI through triggers and put my custom model underneath them whenever they are selected.
This should be fairly simple to accomplish:
I'm still not sure about detecting pre-selection in this case though...
Trackables won't be a good solution for detecting them so that will probably need some intervention.
However, it's too late right now. I'll do it tomorrow. For those interested, I'll post my progress here in this thread.
(I'm sure this has been done before, I just can't find any examples)
http://www.hiveworkshop.com/forums/...e-98/how-change-selection-circle-model-85205/
It didn't seem like anyone found an answer.
I'd also like to know if this is true and that it is in fact impossible to change the model underneath the unit's feet (selection circle) for units, hero's, buildings and pre-targets.
I've tried changing the following blp's in the same way they where created without luck:
ui\Feedback\selectioncircle\SelectionCircleBuilding.blp
ui\Feedback\selectioncircle\SelectionCircleUnit.blp
ui\Feedback\SelectionCircleUnit\_UItargetSharedB.blp
When opening the Selection circle unit models inside magos model editor my custom textures seem to work fine
But in-game I just get the standard ugly looking green circle.
Anyone has found a solution for this yet?
EDIT:
So far I've tried creating a custom selection model and importing it over the original path + the blp's over the original path. Didn't work...
I've tried changing the Game Interface to a aura model just to check if it changes: it didn't...
I've tried changing the Game Interface to a custom selection model, didn't work...
Anyone has any more ideas or is this thing hard-coded ?
If it is: then why does blizzard feel the need to put it in the Game Interface >.<
That seems so stupid, why would you put something in there that you can't change?
What's the point in having it there then :S? It feels like they're teasing me, make the bully stop please
EDIT2:
I figured out it would be best to try a different approach.
I'm going to disable the selection UI through triggers and put my custom model underneath them whenever they are selected.
This should be fairly simple to accomplish:
- Game - Enable selection and deselection functionality (Disable selection circles)
JASS:
call EnableSelect( true, false )
Trackables won't be a good solution for detecting them so that will probably need some intervention.
- Game - Enable pre-selection functionality (Disable pre-selection circles, life bars, and object info)
However, it's too late right now. I'll do it tomorrow. For those interested, I'll post my progress here in this thread.
(I'm sure this has been done before, I just can't find any examples)
Last edited: