TripleA Logo TripleA Forum
    • TripleA Website
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Tags
    • Register
    • Login

    How to make commonwealth nations autonomous?

    Scheduled Pinned Locked Moved Map Making
    5 Posts 3 Posters 1.4k Views 3 Watching
    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.
    • SchulzS Offline
      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 Online
        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
        • SchulzS Offline
          Schulz
          last edited by

          Yes, the same way.

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

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

            1 Reply Last reply Reply Quote 0
            • FrostionF Offline
              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 ☺

              Map maker of: Star Wars: Galactic War + Star Wars: Tatooine War + Caribbean Trade War + Dragon War + Age of Tribes + Star Trek: Dilithium War + Iron War + Iron War: Europe + Warcraft: War Heroes

              1 Reply Last reply Reply Quote 0

              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

              With your input, this post could be even better 💗

              Register Login
              • 1 / 1
              • First post
                Last post
              Copyright © 2016-2018 TripleA-Devs | Powered by NodeBB Forums