Have Multiple Placement Unit Specific
-
I guess git doesn't do feature requests anymore. Bug reports they do. It all gets so confusing lol.
At any rate, I'd like to have the first place phase only place certain units.
@frigoref or @asvitkine Any interest ? If it's an easy one : )
-
@beelee
You can have multiple of any phase, as long as each phase is named different, while still insuring that the phase type is last in the name:
<step name="germansPlace"...
...
<step name="germansSecondPlace"...Cheers...
-
@beelee said in Have Multiple Placement Unit Specific:
I guess git doesn't do feature requests anymore. Bug reports they do. It all gets so confusing lol.
You're opening up a very different topic. We did feature requests in Github for maybe about 3-6 months before moving them into forums (that would be perhaps 4 years ago). It's a different topic, but one that is overdue, of how to better manage the feature request queue.
-
@wc_sumpton said in Have Multiple Placement Unit Specific:
@beelee
You can have multiple of any phase, as long as each phase is named different, while still insuring that the phase type is last in the name:
<step name="germansPlace"...
...
<step name="germansSecondPlace"...Cheers...
Right on yea i have both phases working but it does seem a good idea to name them different. I wanted some units to only be able to place in one or the other of the phases. Some sorta unitAttachment i guess.
Probably more work than it's worth
-
@lafayette said in Have Multiple Placement Unit Specific:
@beelee said in Have Multiple Placement Unit Specific:
I guess git doesn't do feature requests anymore. Bug reports they do. It all gets so confusing lol.
You're opening up a very different topic. We did feature requests in Github for maybe about 3-6 months before moving them into forums (that would be perhaps 4 years ago). It's a different topic, but one that is overdue, of how to better manage the feature request queue.
yea i guess i did. I just mentioned it because I was looking for it at git and didn't see it.
-
@beelee
Have you though about using 'unitPlacementRestrictions'?Using 'variable' create a list of 'element' for all territories on the map. Then, for those unit you do not want built, set 'unitPlacementRestrictions' to the list, the one that are going to be built just use '-reset-'.
Cheers...