Navigation

    TripleA Logo

    TripleA Forum

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

    post turn summary

    Player Help
    3
    24
    1737
    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.
    • N
      Numetalfan last edited by

      as the error alway happens, when Italy finishes its move,
      I copied the sequence of the xml

      <step name="italianEndTurn" delegate="endTurn" player="Italians"/>
        <!-- Americans_west Game Sequence -->
        <step name="american_westTech" delegate="tech" player="Americans_west"/>
        <step name="american_westTechActivation" delegate="tech_activation" player="Americans_west "/>
        <step name="american_westPurchase" delegate="purchase" player="Americans_west"/>
        <step name="american_westCombatMove" delegate="move" player="Americans_west"/>
        <step name="american_westBattle" delegate="battle" player="Americans_west"/>
        <step name="american_westNonCombatMove" delegate="move" player="Americans_west" display="Non Combat Move"/>
        <step name="american_westPlace" delegate="place" player="Americans_west"/>
        <step name="american_westEndTurn" delegate="endTurn" player="Americans_west"/>
        <!-- Chinese/USA Game Sequence -->
        <step name="americanTech" delegate="tech" player="USA"/>
        <step name="americanTechActivation" delegate="tech_activation" player="USA"/>
        <step name="americanPurchase" delegate="purchase" player="USA"/>
        <step name="chinesePurchase" delegate="purchaseNoPU" player="Chinese"/>
        <step name="americanCombatMove" delegate="move" player="USA"/>
        <step name="americanBattle" delegate="battle" player="USA"/>
        <step name="americanNonCombatMove" delegate="move" player="USA" display="Non Combat Move"/>
        <step name="chineseCombatMove" delegate="move" player="Chinese"/>
        <step name="chineseBattle" delegate="battle" player="Chinese"/>
        <step name="chineseNonCombatMove" delegate="move" player="Chinese" display="Non Combat Move"/>
        <step name="americanPlace" delegate="place" player="USA"/>
        <step name="chinesePlace" delegate="place" player="Chinese"/>
        <step name="chineseEndTurn" delegate="endTurnNoPU" player="Chinese">
          <stepProperty name="skipPosting" value="true"/>
        </step>
        <step name="USAEndTurn" delegate="endTurn" player="USA">
          <stepProperty name="turnSummaryPlayers" value="USA:Chinese"/>
        </step
      

      maybe its visible what causes the error

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

        @Numetalfan Right on. Replying from other thread. Yea got it to fire up but got that error. Fixed the spacing error Trevan found and it works fine. Only thing now is all the TTys are white. I don't remember why that is. I'm not good with the graphics stuff.

        Screenshot from 2020-12-08 13-47-08.png

        1 Reply Last reply Reply Quote 0
        • N
          Numetalfan last edited by

          Hi,

          yes the error is gone, it was really a single space after the nations name in the tech coding, a single space - oh lord.

          the graphics have to be activated in the game, by clicking
          on VIEW, then disable "show map details"

          TOPIC CLOSED

          1 Reply Last reply Reply Quote 0
          • N
            Numetalfan last edited by

            thx to all for the support

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