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

    How possible simultaneous rounds in TripleA?

    Scheduled Pinned Locked Moved Feature Requests & Ideas
    29 Posts 5 Posters 8.5k Views 4 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

      It is so interesting but probably require complicated works. Can you give me at least one example XML if possible? Or I can make it as testing on the simpliest triplea map if you are able to tech the method to me.

      HeppsH 1 Reply Last reply Reply Quote 0
      • HeppsH Offline
        Hepps Moderators @Schulz
        last edited by Hepps

        @schulz TWW is a working model of how you can achieve this. If you look at how the Major and Minor powers work it will give you an idea of how to do it.

        Using that as an example here is how you would do it...

        You would set up the Allies as one nation (Major), then you would set up the Axis (Major) as the opposing nation.

        Then you would make all the individual Allied nations as Minor Powers of the Main Allied Nation.

        Would look something like this...

        Allies (Major Belligerent)
        Britain (Minor)
        Russia (Minor)
        USA (Minor)

        Axis (Major Belligerent)
        Germany (Minor)
        Italy (Minor)
        Japan (Minor)

        Then all of the Minor units would transform into units of the Major. Hence you would only have combat moves and non-combat moves for the Axis and the Allies.

        "A joyous heart sours with the burden of expectation"
        Hepster

        SchulzS 1 Reply Last reply Reply Quote 1
        • SchulzS Offline
          Schulz
          last edited by

          I am going to try it, thank you.

          HeppsH 1 Reply Last reply Reply Quote 0
          • HeppsH Offline
            Hepps Moderators @Schulz
            last edited by

            @schulz Now I will forewarn you that trying to do this on such a game level scale becomes very challenging if you want to do it properly.

            Just a couple of things you need to bear in mind before you try this...

            All territories on the map have to be assigned who will take possession of the territory when it is captured. This is still fraught with challenges as these predetermined settings are fixed.

            Unless you want all units to become a homogenized unit when they convert into the controlling Major... it means that every unit of each Minor has to be duplicated in the unit roster of the associate major. So in the Major Allies unit roster you would end up with: Allied British Infantry, Allied American Infantry, Allied Russian Infantry, Allied British Artillery, Allied American Artillery, Allied Russian Infantry... etc etc etc down through every unit in each nations roster.

            There are even more complexities as you work through this concept, but probably best that you simply ask as you discover them.

            "A joyous heart sours with the burden of expectation"
            Hepster

            1 Reply Last reply Reply Quote 1
            • SchulzS Offline
              Schulz
              last edited by

              <alliance player="Germany" alliance="Minor"/>
              <alliance player="VichyFrance" alliance="Minor"/>
              <alliance player="DanubeAxis" alliance="Minor"/>
              <alliance player="Finland" alliance="Minor"/>
              <alliance player="Russia" alliance="Minor"/>
              <alliance player="Japan" alliance="Minor"/>
              <alliance player="Manchuria" alliance="Minor"/>
              <alliance player="Thailand" alliance="Minor"/>
              <alliance player="China" alliance="Minor"/>
              <alliance player="Britain" alliance="Minor"/>
              <alliance player="Canada" alliance="Minor"/>
              <alliance player="ExiledAllies" alliance="Minor"/>
              <alliance player="SouthAfrica" alliance="Minor"/>
              <alliance player="India" alliance="Minor"/>
              <alliance player="Australia" alliance="Minor"/>
              <alliance player="Egypt" alliance="Minor"/>
              <alliance player="Italy" alliance="Minor"/>
              <alliance player="Usa" alliance="Minor"/>
              <alliance player="Spain" alliance="Neutral"/>
              <alliance player="Sweden" alliance="Neutral"/>
              <alliance player="Turkey" alliance="Neutral"/>
              <alliance player="Brazil" alliance="Neutral"/>
              

              Then I delete all game sequences and add it;

              <step name="majorTech" delegate="tech" player="Major"/>
              <step name="majorPolitics" delegate="politics" player="Major"/>
              <step name="majorCombatMove" delegate="move" player="Major"/>
              <step name="majorBattle" delegate="battle" player="Major"/>
              <step name="majorNonCombatMove" delegate="move" player="Major" display="Non Combat Move"/>
              <step name="majorPurchase" delegate="Purchase" player="Major"/>
              <step name="majorPlace" delegate="place" player="Major"/>
              <step name="majorTechActivation" delegate="tech_Activation" player="Major"/>
              <step name="majorEndTurn" delegate="endTurn" player="Major">
              <stepProperty name="skipPosting" value="true"/>
              </step>

              Will it work?

              SchulzS 1 Reply Last reply Reply Quote 0
              • SchulzS Offline
                Schulz @Schulz
                last edited by

                <alliance player="Germany" alliance="Major"/>
                <alliance player="VichyFrance" alliance="Major"/>
                <alliance player="DanubeAxis" alliance="Major"/>
                <alliance player="Finland" alliance="Major"/>
                <alliance player="Russia" alliance="Major"/>
                <alliance player="Japan" alliance="Major"/>
                <alliance player="Manchuria" alliance="Major"/>
                <alliance player="Thailand" alliance="Major"/>
                <alliance player="China" alliance="Major"/>
                <alliance player="Britain" alliance="Major"/>
                <alliance player="Canada" alliance="Major"/>
                <alliance player="ExiledAllies" alliance="Major"/>
                <alliance player="SouthAfrica" alliance="Major"/>
                <alliance player="India" alliance="Major"/>
                <alliance player="Australia" alliance="Major"/>
                <alliance player="Egypt" alliance="Major"/>
                <alliance player="Italy" alliance="Major"/>
                <alliance player="Usa" alliance="Major"/>
                <alliance player="Spain" alliance="Neutral"/>
                <alliance player="Sweden" alliance="Neutral"/>
                <alliance player="Turkey" alliance="Neutral"/>
                <alliance player="Brazil" alliance="Neutral"/>
                

                Then I delete all game sequences and add it;

                <step name="majorTech" delegate="tech" player="Major"/>
                <step name="majorPolitics" delegate="politics" player="Major"/>
                <step name="majorCombatMove" delegate="move" player="Major"/>
                <step name="majorBattle" delegate="battle" player="Major"/>
                <step name="majorNonCombatMove" delegate="move" player="Major" display="Non Combat Move"/>
                <step name="majorPurchase" delegate="Purchase" player="Major"/>
                <step name="majorPlace" delegate="place" player="Major"/>
                <step name="majorTechActivation" delegate="tech_Activation" player="Major"/>
                <step name="majorEndTurn" delegate="endTurn" player="Major">
                <stepProperty name="skipPosting" value="true"/>
                </step>

                Will it work?

                Edit: I have changed alliances to Major.

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

                  Also is TWW the only map that could fit in this concept? Aren't they simpler maps thay may fit in this concept but if not I will be ready to make separate units for every nations.

                  HeppsH 1 Reply Last reply Reply Quote 0
                  • HeppsH Offline
                    Hepps Moderators @Schulz
                    last edited by Hepps

                    @schulz To my knowledge TWW is the only map that uses this system. That is not to say it couldn't be done in any map. Just someone needs to have the intestinal fortitude to actually do it. 😃 Or make it worth my while to do it for them. 🤑

                    "A joyous heart sours with the burden of expectation"
                    Hepster

                    1 Reply Last reply Reply Quote 1
                    • SchulzS Offline
                      Schulz
                      last edited by

                      Ok I understood. Seems like I'm not able to do it by alone. At least it is good to hear that simultaneuos rounds are possible. I hope somebody will define this feature and introduce.

                      1 Reply Last reply Reply Quote 0
                      • C Offline
                        Cernel Moderators @Schulz
                        last edited by

                        @schulz For those that don't know the game, can you clarify if by simultaneous turn you mean all the powers of the same side moving/attacking together or everyone (both the attacker and the defender) moving/attacking at the same time (like planning the movements in secret, revealing them, and doing them)?

                        1 Reply Last reply Reply Quote 0
                        • C Offline
                          Cernel Moderators @simon33
                          last edited by

                          @simon33 said in How possible simultaneous rounds in TripleA?:

                          Interesting idea.

                          I guess there would have to be some sort of mechanism to put in provisional moves and an option to pull them back. So you'd want to allow combat movement to be entered provisionally assuming everyone is at war I suppose then re-validated to check they're still desired once the other player has finished their turn. Perhaps something similar for the buy too but that's the smaller part. Even smaller is the politics.

                          Assuming you mean for all the players at the same time, not just the ones of a same side, to avoid a potential infinite loop of readjustments, simply keep the moves stored in the gamer's terminals, then once both have finalized them, the terminals send them to the hosting terminal, and the turn gets done. Like if you would keep two boards in two separate rooms. Tho if he here only means being able of making D-Day together (as @Hepps understood), we are off topic.

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

                            For example in a wwii map; Axis and Allies players will be able to move all units but neither of side will be able to see their opponen's movements until battles occur after the movement stage. Let assume 3 Italian armours decide to attack to 2 British infantry in Egypt. During the movemen phrase; Allies player can predict Italy is going to attact Egypt with 3 armours. Allies player can pull back 2 british inf to Trans-Jordan. In this case no battle is occur. Italy takes Egypt with 3 armours. If 2 British inf stay, battle occurs British infantries are count as 2 defenders (with their 2 defense power).

                            But if 3 Italian armours move Egypt from Lybia and 2 British Infantry move Lybia from Egypt in the same round then the battle should be occur like this;

                            Italian Armours perform the same because armour's attack and defense powers are equal. They are count as attacker and British infantries are count also attacker too. British infantryes' attack power is 1.

                            Also in sumultaneous rounds system multiple countries can attack enemies together. In the system you will have to predict your opponents movements before to move your units. It works well only in big maps.

                            C 1 Reply Last reply Reply Quote 0
                            • C Offline
                              Cernel Moderators @Schulz
                              last edited by

                              @schulz Ok, then I can assure you that this is not possible (and @Hepps didn't guess correctly what you wanted), but good idea (for a developer).

                              Actually, if you play Axis&Allies, you can house rule something like this, if you keep two boards in two rooms. As far as realism is concerned, probably the map would need to have territories at most a few hundreds km wide, like NWO or more parceled.

                              HeppsH 1 Reply Last reply Reply Quote 0
                              • S Offline
                                simon33
                                last edited by

                                I think war room (the upcoming game from Larry Harris) has simultaneous actions on both sides. That won't be possible to implement in Triple-A as we know it.

                                If you're talking about having a game with simultaneous actions then that would break every game within Triple-A or, if it were optional, have no games within Triple-A. I don't think such a proposition can be considered.

                                SchulzS 1 Reply Last reply Reply Quote 0
                                • HeppsH Offline
                                  Hepps Moderators @Cernel
                                  last edited by

                                  @cernel I understood the iniitial idea... hence why I said "after the fact". It is clear that a truly synchronized game turn is beyond what Triple A is currently capable of.

                                  What I was proposing was a solution that works within the confines of what the engine is capable of.

                                  "A joyous heart sours with the burden of expectation"
                                  Hepster

                                  1 Reply Last reply Reply Quote 0
                                  • SchulzS Offline
                                    Schulz @simon33
                                    last edited by Schulz

                                    @simon33 said in How possible simultaneous rounds in TripleA?:

                                    that would break every game

                                    No, you are wrong. Thousands of person have been playing Castle Vox online and even they pay for every maps. the game is much more inferior and simpler version of Triplea.

                                    I agree %90 Triplea maps won't work in this way but in big maps it would work perfectly well.

                                    C 1 Reply Last reply Reply Quote 0
                                    • S Offline
                                      simon33
                                      last edited by

                                      How? Actions by one nation would affect the following nation.

                                      1 Reply Last reply Reply Quote 0
                                      • RoiEXR Offline
                                        RoiEX Admin
                                        last edited by

                                        Also the board game diplomacy (which also has a "pseudo-clone" map) works this way too.
                                        It would definitely have a lot of potential.

                                        1 Reply Last reply Reply Quote 1
                                        • C Offline
                                          Cernel Moderators @Schulz
                                          last edited by

                                          @schulz said in How possible simultaneous rounds in TripleA?:

                                          @simon33 said in How possible simultaneous rounds in TripleA?:

                                          that would break every game

                                          No, you are wrong. Thousands of person have been playing Castle Vox online and even they pay for every maps. the game is much more inferior and simpler version of Triplea.

                                          I agree %90 Triplea maps won't work in this way but in big maps it would work perfectly well.

                                          Yep. People love fog of war or such. Just see how card games with revealed cards in hand are unpopular (almost nobody likes them). People like the suspense.

                                          1 Reply Last reply Reply Quote 1
                                          • SchulzS Offline
                                            Schulz
                                            last edited by

                                            Advantages of simultane round system;

                                            1. More strategy; In this way you will have to predict your opponent's movements as much as possible.

                                            2. Joint operations; Separate allies nations will be able to attack anywhere together.

                                            3. Less stacks: More dynamic game.

                                            4. Faster game: You won't need to wait your opponent's movements.

                                            5. Reversibilty: In the current engine you can simply lose the game easily if you are even slighly behind your opponent in terms of TUV or production, but i this way you can reverse the game in every rounds.

                                            C 1 Reply Last reply Reply Quote 3

                                            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
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post
                                            Copyright © 2016-2018 TripleA-Devs | Powered by NodeBB Forums