Navigation

    TripleA Logo

    TripleA Forum

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

    New Map: World War 1 End of Empires

    Maps & Mods
    5
    76
    11642
    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 @RogerCooper last edited by

      @rogercooper Per turn upkeep is enough for me too but if he wants to incorporate fuel as well, i can't say anything about that.

      I 1 Reply Last reply Reply Quote 1
      • I
        iratoric @Schulz last edited by

        @schulz I pushed the new code just now. Fuel cost is optional and is disabled by default. Upkeep cost is -1 for each unit you own, and territory values are boosted by 10 to compensate. Right now I simply multiplied the territory values by 10, but I think I will distribute the PUs among the lower value territories in the next update. Bombing raids can cause between 1 and 60 damage to your income, and factories can place their territory value/10 units per turn.

        I also made an attempt at a better Entente victory condition: If the Allies control Metropolitan France, Belgium, Alsace and the Ruhr they win the war. If they have captured those territories they are probably going to win anyway so it removes the need to slog through invading Germany.

        Schulz 1 Reply Last reply Reply Quote 2
        • Schulz
          Schulz @iratoric last edited by

          @iratoric

          The fuel property need to be checked because there is still fuel cost even if I don't click this optional property.

          I would name the property as "AI compatibility" since as far as I understand this game meant to play with fuel in PvP and without fuel againt AI.

          You need to define all unit production values of all territories. For Example;

                          <attachment name="territoryAttachment" attachTo="Belarus" javaClass="games.strategy.triplea.attachments.TerritoryAttachment" type="territory">
                              <option name="production" value="10"/>
                              <option name="unitProduction" value="1"/>            
                          </attachment>
          

          Also I think factories seems like expensive for this game.

          Even I've never really liked A&A factory rules. I am favour of not allwing nations to build new factories and preventing using captured enemy factories. "Austria captures Rome and starts to mobilize Austrian infantries from here" does not make sense to me.

          Preventing nations to use captured factories also increse reversibility since losing factory would be "less" important.

          I think even "capturing Ruhr" alone would be good victory condition for Allies.

          I 1 Reply Last reply Reply Quote 2
          • I
            iratoric @Schulz last edited by

            @schulz I think the fuelCost will still appear but will not subtract PUs when you move. Unfortunately I was trying to make the fuelCost work but 2 PUs for every unit per turn ends up being too much for smaller countries like the Ottoman Empire (1 PU for each unit for upkeep and 1 PU for movement). It drains them of all their production every turn if they move all their units, which is not very fun. So I am leaving it disabled for now.

            Also, I discovered that to enable unitProduction I had to enable the property "Damage From Bombing Done To Units Instead Of Territories". I am pushing the code now.

            Schulz 1 Reply Last reply Reply Quote 2
            • Schulz
              Schulz @iratoric last edited by Schulz

              @iratoric French and Ausrian flags here if you want to keep the consistency of the thickness of black circles of the flags. Not really important just very minor correction:
              France_large.png France.png France_small.png Austria-Hungary_large.png Austria-Hungary.png Austria-Hungary_small.png

              Russian land units looking to the correct direction;

              armour.png artillery.png cavalry.png fighter.png infantry.png zeppelin.png


              That would be nice feature to see the Communist flag replacing the Russian flag after the Brest-Litovsk, not sure if it is possible.

              I 1 Reply Last reply Reply Quote 2
              • I
                iratoric @Schulz last edited by

                @schulz Thank you for those flags for France and Austria-Hungary! I just updated the map to use those flags. Also thanks for the horizontally flipped Russian land units, I replaced the old ones with those as well.


                As for changing the flags in the middle of the game, I was looking at some of the XML options and saw the territoryProperty option within triggerAttachment. This option allows you to make changes to territoryAttachments after the game has started. Maybe I could make Moscow a capital of Soviet Russia when the Russian Revolution fires? I will have to see if this will work.

                RogerCooper 1 Reply Last reply Reply Quote 1
                • RogerCooper
                  RogerCooper @iratoric last edited by

                  @iratoric Why not make the Soviet Union a separate country. When the revolution triggers, place a bunch of Soviet units and change some territory ownership. Then the let the Soviets fight it out with the remaining Russian units.

                  I Schulz 2 Replies Last reply Reply Quote 1
                  • I
                    iratoric @RogerCooper last edited by

                    @rogercooper This is a good idea! First, though, I would like to see if I can make a new Soviet capital in Moscow. It would look strange to have the Soviet symbol over Russia before the revolution occurred.

                    1 Reply Last reply Reply Quote 1
                    • Schulz
                      Schulz @RogerCooper last edited by

                      @rogercooper @iratoric Adding the Bolsheviks would be obviously more realistic but I would have doubts if it would be possible to incorporate the Russian civil war.

                      1. Trotsky initially refused to sign a peace treatry with CP then the Germans resume the war on Eastern Front again which ended with German success and it left the Bolsheviks no chocie but sign the Brest-Litovsk.

                      2. The Bolsheviks could still have refused to sign the Brest-Litovsk, plus the Germans seriously considered to topple the Bolshevik government.

                      3. There were also different possibilities like the Whites win the civil war but also left the war or the Bolsheviks having fighting with both CP and White Russians etc...


                      CP-Bolshevik relations were between War and Neutrality hence Bolsheviks should never be controlled by CP player. Luckly AI could handle the Bolsheviks well.

                      Overall I would be fine with either way if there will be Russian civil war or not I would certainly not set Bolsheviks neutral to CP and being controlled by the CP player like it is in NML.

                      Also I think it would be nice to make Karelia touching Barents Sea Zone to give Allies opportunity to fight with Communists.


                      BTW you could remove the unneeded technology chart from the "Players" tab by adding just this two line between
                      </production> and <attachmentList>.

                       <playerProduction player="United_States" frontier="United_StatesFrontier"/>
                          </production>
                                      <technology>
                              </technology>
                             <attachmentList>
                                      <attachment name="unitAttachment" attachTo="aaGun" javaClass="games.strategy.triplea.attachments.UnitAttachment" type="unitType">
                      

                      1 Reply Last reply Reply Quote 1
                      • I
                        iratoric last edited by

                        I just made it so the Soviet flag appears over Moscow upon the Russian Revolution being triggered:
                        capital change.PNG

                        I have yet to add Soviet units. Tell me if you would like to see this in the game or if you would like it to focus more on World War 1 and not the Russian Civil War.

                        B 1 Reply Last reply Reply Quote 2
                        • B
                          beelee @iratoric last edited by

                          @iratoric said in New Map: World War 1 End of Empires:

                          I just made it so the Soviet flag appears over Moscow upon the Russian Revolution being triggered:
                          capital change.PNG

                          I have yet to add Soviet units. Tell me if you would like to see this in the game or if you would like it to focus more on World War 1 and not the Russian Civil War.

                          Nice work 🙂 Let the Russians slay each other. Or at least the option to. "What if" is the coolest part of games imo.

                          A "Map Option" so the player can choose. To a certain degree anyway.

                          Good action here

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

                            • I would play the game without Russian Civil War feature since I don't like the idea having fixed amount of units pop up in certain territories and I couldn't came up with better alternatives. Seems like too many unneeded complexities would be required. I like TripleA with the simplest rules as much as possible. But of course nothing wrong to add it as optional feature.

                            • Seems like "Neutrals" and "No-One" can be safely removed from the game.

                            • I think post Brest-Litovsk territories should be strickly determinated. For example Austria really shouldn't get any territory from the Eastern Front no matter how many Russian territories are being taken by Austria. As far as I researched Austria didn't get any territorial gain on the Eastern Front.

                            • What about making USA purple to make it more distinguishable from Italy?

                            • Merging Morocco-Algeria-Tunisia might provide more strategic options. Like giving USA opportunity to retake Egypt-Libya or reinforce these areas. (Though USA and the Ottomans never declare war on each other)

                            • I would really want to see Finland and Karelia having access to Barents Sea Zone.

                            • I would prefer Ireland factory being moved to Canada.

                            • It would be nice to add notes that what percentage of bonus income should be given to opposite alliances in single playing.

                            I 1 Reply Last reply Reply Quote 1
                            • I
                              iratoric @Schulz last edited by

                              @Schulz
                              I think I should explain the functioning of the players "Neutrals" and "No-One". Get ready because this is a long one.

                              Neutrals: When I created the Russian Revolution event, I ran into a problem. If I simply made Russia neutral, they would still produce units and move them around within their borders. This causes a problem for the Central Powers AI because they will stack a bunch of units along the Russian border as if in preparation for Russia re-entering the war, causing them to lose on the Western Front 90% of the time. If I made the territory neutral and impassable, Central Powers units could get "stuck" in neutral territory when the Revolution occurs. On the other hand, if I made the territory neutral and passable, the Central Powers can blitz through Russia and capture the territory. This is because neutral territory does not actually belong to any player, so the first player to have their units enter that territory will claim it for their country. My solution was to make a player called Neutrals (cannot call it Neutral because that gets read as neutral which means no player) which will hold the territory. I also set the properties "Neutrals Are Impassable" to false and the property "Neutrals are Blitzable" to true. This allows the Central Powers to move their units back through Russian territory without claiming it.

                              You are right that Neutrals can be removed from the game, but they will be replaced by Soviet Russia which will hold the neutral Russian territory.

                              No-One: When I created the capital change event, I ran into another problem: as far as I know, there is no way to remove a capital. If I simply added a Soviet capital to Moscow, the Russian flag would remain over Petrograd. To get around this, I made Petrograd the capital of No-One. No-One is a player with blank flags. Therefore, when Petrograd is made the capital of No-One, the Russian flag will disappear. If you hover over Petrograd, it will say that it is "A Capital Of No-One". If you have a better solution then let me know!

                              Schulz 1 Reply Last reply Reply Quote 1
                              • Schulz
                                Schulz @iratoric last edited by

                                @iratoric If you add <option name="canBlitz" value="true"/> to aaGun, infantry, armour and artillery they won't get stuck in impassable territories.

                                I 1 Reply Last reply Reply Quote 1
                                • I
                                  iratoric @Schulz last edited by iratoric

                                  @schulz I'm not sure what you mean. As far as I understand it, the canBlitz option only allows units to take multiple unoccupied territories at a time. As for making the United States purple, I may do that if it helps make them more distinguishable from Italy. I will see if I can find a shade of purple that I like.

                                  B Schulz 2 Replies Last reply Reply Quote 1
                                  • B
                                    beelee @iratoric last edited by

                                    @iratoric purple ? hmm...

                                    1 Reply Last reply Reply Quote 1
                                    • I
                                      iratoric last edited by

                                      @beelee Yeah, I like the green color for the United States but I can change it if people want me to.

                                      1 Reply Last reply Reply Quote 1
                                      • Schulz
                                        Schulz @iratoric last edited by Schulz

                                        @iratoric

                                        If you add infantry and cavalry to Sweden via edit, you will see that the cavalry will be able to move through Finland while infantry will stuck here forever because <option name="canBlitz" value="true"/> has another hidden feature that prevents land units stuck to impassable territories.


                                        Here is Purple USA if you are interested in;

                                        United_States=713778

                                        aaGun.png armour.png artillery.png battleship.png battleship_hit.png carrier.png cavalry.png destroyer.png fighter.png infantry.png submarine.png transport.png zeppelin.png


                                        If you didn't like Purple then I would suggest having an alternate map skin.

                                        First and default one will be based on having the most distinct colours (The current colours+Purple USA) and alternate skin will be based on Over the Top national colours (which USA will be Green or greenish).

                                        So I would suggest you making USA purple and let me to create an alternate skin.


                                        There are also other color schemes;

                                        o913exe79j021.png

                                        TACOS_Color_Scheme.png

                                        I 2 Replies Last reply Reply Quote 1
                                        • I
                                          iratoric @Schulz last edited by

                                          @schulz I tested this for myself and I was able to move out of Sweden very easily:
                                          Impassable Test.PNG

                                          1 Reply Last reply Reply Quote 1
                                          • I
                                            iratoric @Schulz last edited by

                                            @schulz I think you are having a misconception about how impassable territories work. The only effect that impassable territories have is that you cannot enter them, although you can exit them. Therefore, if you have multiple impassable territories in a row, you will get stuck because you can exit the first one but cannot enter the second one.

                                            If you place units in an impassable territory, they will claim it during combat move for their own nation. You have to let the game run until it is your units' turn to move and then you should be able to move out of the impassable territory. For instance, I used Russian units and was able to move out of the territory during Russian combat move. If you used another nation you might have to stay in Sweden until you can claim it but you will definitely not get stuck permanently. It is only an issue when you have two impassable territories in a row.

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