Roger's Scenario Thread
-
@wc_sumpton said in Roger's Scenario Thread:
@rogercooper said in Roger's Scenario Thread:
Map glitches (I saw Germany land move from Koln to Dover
Through Belgium I suspect, as Dover does connect there (and Lille), as is stated in the game notes.
Cheers...
Land units seem to be able to move through during non-combat movement. It is supposed to be an air-only link.
-
@rogercooper said in Roger's Scenario Thread:
Land units seem to be able to move through during non-combat movement. It is supposed to be an air-only link.
This is player enforced, as the is nothing in the xml doing otherwise. The AI can move though during both combat/non-combat movement.
Cheers...
-
@wc_sumpton said in Roger's Scenario Thread:
@rogercooper said in Roger's Scenario Thread:
Land units seem to be able to move through during non-combat movement. It is supposed to be an air-only link.
This is player enforced, as the is nothing in the xml doing otherwise. The AI can move though during both combat/non-combat movement.
Cheers...
Support of air-only links would a useful improvement of the game.
-
@rogercooper said in Roger's Scenario Thread:
Support of air-only links would a useful improvement of the game.
<attachment name="canalAttachmentDoverLilleAirOnly" attachTo="Dover" javaClass="CanalAttachment" type="territory"> <option name="canalName" value="DoverLilleAirOnly"/> <option name="landTerritories" value="Himalaya"/> <!--isImpassable, so can not be owned --> </attachment> <attachment name="canalAttachmentDoverLilleAirOnly" attachTo="Lille" javaClass="CanalAttachment" type="territory"> <option name="canalName" value="DoverLilleAirOnly"/> <option name="landTerritories" value="Himalaya"/> <attachment name="canalAttachmentDoverBelgiumAirOnly" attachTo="Dover" javaClass="CanalAttachment" type="territory"> <option name="canalName" value="DoverBelgiumAirOnly"/> <option name="landTerritories" value="Himalaya"/> </attachment> <attachment name="canalAttachmentDoverBelgiumAirOnly" attachTo="Belgium" javaClass="CanalAttachment" type="territory"> <option name="canalName" value="DoverBelgiumAirOnly"/> <option name="landTerritories" value="Himalaya"/> </attachment>
Real quick before the game!
Cheers...
-
@wc_sumpton said in Roger's Scenario Thread:
@rogercooper said in Roger's Scenario Thread:
Support of air-only links would a useful improvement of the game.
<attachment name="canalAttachmentDoverLilleAirOnly" attachTo="Dover" javaClass="CanalAttachment" type="territory"> <option name="canalName" value="DoverLilleAirOnly"/> <option name="landTerritories" value="Himalaya"/> <!--isImpassable, so can not be owned --> </attachment> <attachment name="canalAttachmentDoverLilleAirOnly" attachTo="Lille" javaClass="CanalAttachment" type="territory"> <option name="canalName" value="DoverLilleAirOnly"/> <option name="landTerritories" value="Himalaya"/> <attachment name="canalAttachmentDoverBelgiumAirOnly" attachTo="Dover" javaClass="CanalAttachment" type="territory"> <option name="canalName" value="DoverBelgiumAirOnly"/> <option name="landTerritories" value="Himalaya"/> </attachment> <attachment name="canalAttachmentDoverBelgiumAirOnly" attachTo="Belgium" javaClass="CanalAttachment" type="territory"> <option name="canalName" value="DoverBelgiumAirOnly"/> <option name="landTerritories" value="Himalaya"/> </attachment>
Real quick before the game!
Cheers...
Where is the option that restricts this to air units only?
-
@rogercooper said in Roger's Scenario Thread:
Where is the option that restricts this to air units only?
Air units (and subs) can use canals without restrictions, the object here is to permanently restrict land units, so by setting landTerritories to an impassable territory that cannot be captured, no alliance will ever possess, so land units will never be allowed to cross.
Can use "excludedUnits" if you want, but the default is all air and subs.
Hope that explains how this works.
Cheers...