Navigation

    TripleA Logo

    TripleA Forum

    • Register
    • Login
    • Search
    • TripleA Website
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Tags

    How to make commonwealth nations autonomous?

    Map Making
    3
    5
    439
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Schulz
      Schulz last edited by

      I was trying it considering wwii global xml, I've done it exactly the same things (for only Canberra as testing) but it didn't work.

      		<!-- British Game Sequence -->
        
        <step name="britishPurchase" delegate="purchase" player="British"/>
        <step name="anzacPurchase" delegate="purchase" player="Anzac"/>
        <step name="britishCombatMove" player="British" delegate="move">
          <stepProperty name="combinedTurns" value="British:Anzac"/>
        </step>
        
        <step name="britishBattle" delegate="battle" player="British"/>
        <step name="britishNonCombatMove" delegate="move" player="British" display="Non Combat Move">
          <stepProperty name="combinedTurns" value="British:Anzac"/>
        </step>
        <step name="britishEndTurn" delegate="endTurn" player="British">
          <stepProperty name="skipPosting" value="true"/>
        </step>
        <step name="anzacPlace" delegate="place" player="Anzac"/>
        <step name="anzacEndTurn" delegate="endTurn" player="Anzac">
          <stepProperty name="turnSummaryPlayers" value="British:Anzac"/>
        </step>
      

      <attachment name="unitAttachment" attachTo="Infantry" javaClass="games.strategy.triplea.attachments.UnitAttachment" type="unitType">
      <option name="movement" value="1"/>
      <option name="attack" value="1"/>
      <option name="defense" value="2"/>
      <option name="transportCost" value="2"/>
      <option name="artillerySupportable" value="true"/>
      <option name="canBeGivenByTerritoryTo" value="British"/>
      </attachment>

      <attachment name="territoryAttachment" attachTo="Canberra" javaClass="games.strategy.triplea.attachments.TerritoryAttachment" type="territory">
      <option name="production" value="6"/>
      <option name="capital" value="Anzac"/>
      <option name="changeUnitOwners" value="British"/>
      <option name="whenCapturedByGoesTo" value="British:Anzac"/>
      <!--<option name="victoryCity" value="1"/>-->
      </attachment>

      B 1 Reply Last reply Reply Quote 0
      • B
        beelee @Schulz last edited by

        @Schulz not quite sure what you're trying to do. Do you want ANZAC to be controlled during the British player's turn but remain it's own country ? Somewhat similar to the way India/UK Pacific works ?

        1 Reply Last reply Reply Quote 0
        • Schulz
          Schulz last edited by

          Yes, the same way.

          B 1 Reply Last reply Reply Quote 0
          • B
            beelee @Schulz last edited by

            @Schulz cool idea. Hmm...Idk : )

            1 Reply Last reply Reply Quote 0
            • Frostion
              Frostion Admin last edited by

              I have moved this topic to general map making and xml editing, as the answer/solution is not map specific and could be helpful for other map projects.
              @Schulz I hope you get it to work ☺

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                Last post
              Copyright © 2016-2018 TripleA-Devs | Powered by NodeBB Forums