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

    Units don't attack together.

    Scheduled Pinned Locked Moved Map Making
    16 Posts 5 Posters 2.2k 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

      I've wanted it and rearrangedd the phrases like this in a map:

      <step name="germanCombatMove" delegate="move" player="Germans"/>
      <step name="italianCombatMove" delegate="move" player="Italians"/>
      <step name="japaneseCombatMove" delegate="move" player="Japanese"/>
      <step name="germanPurchase" delegate="purchase" player="Germans"/>
      <step name="italianPurchase" delegate="purchase" player="Italians"/>
      <step name="japanesePurchase" delegate="purchase" player="Japanese"/>
      <step name="germanBattle" delegate="battle" player="Germans"/>
      <step name="italianBattle" delegate="battle" player="Italians"/>
      <step name="japaneseBattle" delegate="battle" player="Japanese"/>
      <step name="GermanNonCombatMove" delegate="move" player="Germans" display="Non Combat Move"/>
      <step name="italianNonCombatMove" delegate="move" player="Italians" display="Non Combat Move"/>
      <step name="japaneseNonCombatMove" delegate="move" player="Japanese" display="Non Combat Move"/>
      <step name="germanPlace" delegate="place" player="Germans"/>
      <step name="italianPlace" delegate="place" player="Italians"/>
      <step name="japanesePlace" delegate="place" player="Japanese"/>
      <step name="germanEndTurn" delegate="endTurn" player="Germans"/>
      <step name="italianEndTurn" delegate="endTurn" player="Italians"/>
      <step name="japaneseEndTurn" delegate="endTurn" player="Japanese"/>

      Units seems attack together on the screen but actually auxiliary forces never attack the enemies. They can be takes as casualty but I want them to attack alongside the main forces.

      How do I solve the problemP I know it can be fixed by making other nations minor of the main axis an allies nation but I can't really implement it either like global or weltpolitik map.

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

        @Schulz Actually, the fact that they (the attacking units not belonging to the player of that battle phase) can even be taken as casualties I believe it is a hedge case of Classic, and I'm not sure of how much it is actually supposed to be supported generally. As far as I know, they should not be part of the battle at all from Revised onwards, if you want to check the engine behaviour and if @panther2 wants to confirm this fact (the only actual case in the basic games being allied fighters on carriers).

        I guess that allowing allied units to attack together would be not too hard, since they are already there just rolling no dice, but this would then entail the problem about how to handle retreat for all, and maybe others.

        PantherP C 2 Replies Last reply Reply Quote 0
        • SchulzS Offline
          Schulz
          last edited by

          It would be no problem for me If I was be able to implement minor-major system like the commonwealth nations of UK from Total World War.

          There may be a property that allows different nations to attack together. Yes these units are in the battle but never roll.

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

            @Schulz Are they still present and selectable as casualties if v2 rules are enabled?

            SchulzS 1 Reply Last reply Reply Quote 0
            • PantherP Offline
              Panther Admin Moderators Lobby Moderators @Cernel
              last edited by Panther

              @Cernel In Classic multinational forces never attack together, as they don't in the later basic games, either. Additionally the Classic FAQ clarifies:

              Q. If my fighters are on an ally’s carrier, when do they move and fight?

              A. Your fighters move along with the carrier when it moves. They can’t fly out to attack on your ally’s
              turn, but they fight normally if the carrier’s sea zone is attacked. If the carrier moves into an enemy
              sea zone to attack, however, your fighters can’t be part of the attack but they can be taken as losses,
              if you agree to sacrifice them.

              Don't always trust TripleA when it comes to rules questions. Know the rules before you start … and better check what TripleA has done.

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

                @Cernel I've tried it for v3 map with this property:

                <property name="WW2V3" value="true" editable="false">
                <boolean/>
                </property>

                Once I turned the v3 value off nothing have changed. Auxiliaries are still just selectable casualties.

                HeppsH C 2 Replies Last reply Reply Quote 0
                • HeppsH Offline
                  Hepps Lobby Moderators @Schulz
                  last edited by

                  @Schulz The only way to achieve what you want is via the Major--- Minor structure you already mentioned. There is no other way to achieve this under any setup of the properties themselves.

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

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

                    How do I do it? I've already tried it by copying exactly same things from Total World War or Weltpolitik map but it didn't work. Probably I miss some properties.

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

                      @Schulz said in Units don't attack together.:

                      @Cernel I've tried it for v3 map with this property:

                      <property name="WW2V3" value="true" editable="false">
                      <boolean/>
                      </property>

                      Once I turned the v3 value off nothing have changed. Auxiliaries are still just selectable casualties.

                      The WW2V3 property is fake (unless something changed, it actually mostly doesn't change the game to v3 rules).

                      I was talking about the WW2V2 one, that you should have true for V3 games, since the V3 one is largely ineffective, and doesn't even change stuff from V1 to V2, like in this case.

                      As far as I remember (please the developers correct me if I'm wrong) the WW2V3 property exists only (beside to mislead mapmakers) to set to V3 some minor cases that are not individually handled by specific properties.

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

                        @Panther So, to be clear, what I was asking to confirm was that in Classic you can take those allied fighters as casualties and in Revised onwards you cannot.

                        This, in turn, in TripleA terms, translates into the behaviour that allied units in attacked zones can be selected as casualties, while not being able to attack themselves, but under default (not v2+) rules only (as long as I recall correctly and the engine works accordingly).

                        PantherP 1 Reply Last reply Reply Quote 0
                        • PantherP Offline
                          Panther Admin Moderators Lobby Moderators @Cernel
                          last edited by Panther

                          @Cernel said in Units don't attack together.:

                          @Panther So, to be clear, what I was asking to confirm was that in Classic you can take those allied fighters as casualties and in Revised onwards you cannot.

                          That's correct. From Revised on fighters on attacking allied carriers are simply cargo.

                          Don't always trust TripleA when it comes to rules questions. Know the rules before you start … and better check what TripleA has done.

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

                            @Cernel Despite my assumption, I actually just tested World War II Classic and there is not this behaviour:

                            Units seems attack together on the screen but actually auxiliary forces never attack the enemies. They can be takes as casualty but I want them to attack alongside the main forces.

                            @redrum @LaFayette @RoiEX @ssoloff What do the developers think about it. Why is this happening and is it supposed to be supported for some reasons? I assumed this is was due to v1 rules, but the above seems not actually happening there, so I'm reporting it as a bug, but this leaves me wondering where that behaviour comes from, then.

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

                              How easy to create a property to allow allies units attacking together enemy forces? Wouldn't it simply solve all problems.

                              Also allowing allies units to attack together will be great improvement since they can defend together why not attacking together?

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

                                @Schulz Actually, there is already such a kind of property, and it is called "Allied Air Independent", but it works (or it is supposed to work) only in case of air on carriers (making such air units fully take part in the battle as attackers). I don't actually know why this property exists, as I don't recall that in any rulesets this should be actually be happening, nor I recall what custom games use this, in case it was specifically added to support any of them.

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

                                  Yes, I know this property but I haven't tested yet. So I just want to implement it for all units if feasible.

                                  Is creating such a property a easy thing?

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

                                    I moved this topic to the "Map Making" category since it concerns map making.

                                    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
                                    Powered by NodeBB Forums