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

    world_war_ii_v5_1942 is incorrectly linked and installed

    Scheduled Pinned Locked Moved Maps & Mods
    15 Posts 6 Posters 46 Views 5 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.
    • PantherP Offline
      Panther Admin Moderators Lobby Moderators @TheDog
      last edited by Panther

      @TheDog Very good idea - as when you go to

      https://triplea-game.org/map/world-war-ii-v5-1942/

      faa9d69f-2ed1-47b9-a35d-f48f1ae1441a-image.jpeg

      and klick on Manual Download

      you will see that this is incorrectly linked with
      https://github.com/triplea-maps/ww2v5_variants/archive/refs/heads/master.zip

      instead of
      https://github.com/triplea-maps/world_war_ii_v5_1942 /...

      what is the cause of the problem., indeed, as I think that this list is relevant for the TripleA-internal download-list, too.

      (BTW the triplea_maps.yaml is correct.)

      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 1
      • wc_sumptonW Offline
        wc_sumpton
        last edited by

        @panther, @thedog

        The problem is with the map.yml. ww2v5_variants was created without the map.yml. To create the map.yml, mapName in the xml was used which is "world_war_ii_v5_1942" in WW2v5-BuildCaps.xml and WW2v5_1942_2nd_Edition_High_Production_Mod.xml while WW2v5-Maintenance.xml has "ww2v5_variants".

        There is also World War II v5 1942 2nd Ed. (High Production Mod) which has a good map.yml but WW2v5_1942_2nd_Edition_High_Production_Mod.xml mapName has "world_war_ii_v5_1942".

        The map.yml would need to change for ww2v5_variants v2026-06 (2.7) does not use the mapName in the xmls.

        Cheers...

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

          @wc_sumpton Cool, thank you.
          Would this correct the entry on https://triplea-game.org/map/world-war-ii-v5-1942/ (automatically), too? And the list/connection in "Download Maps" within TripleA, too?

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

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

            @Panther

            I'm not sure the current process but I believe I saw the other day where the yaml has been removed, so you have to do it a different way.

            Roger probably knows.

            That or whoever can access the repo can correct it and then you'll get the new/fixed one when you DL

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

              So what I understand here is

              79abed90-e776-4c5b-a404-ca82969a1ea7-image.jpeg

              that the map_name needs to be changed to

              map_name: ww2v5_variants
              

              too?

              Can anyone explain the current way how the map-info from the map-repository is transferred to the "Download Maps"-list in TripleA as well as to
              https://triplea-game.org/maps-list/maps/
              respectively
              https://triplea-game.org/map/*specific map* ?

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

              B LaFayetteL 2 Replies Last reply Reply Quote 0
              • B Offline
                beelee @Panther
                last edited by beelee

                @Panther

                Here's a quick How to Guide you can link people to until it gets fixed

                https://forums.triplea-game.org/topic/4361/how-to-manually-download-world_war_ii_v5_1942-or-any-map

                1 Reply Last reply Reply Quote 1
                • LaFayetteL Offline
                  LaFayette Admin @Panther
                  last edited by

                  I fixed the map_name for this map

                  @panther I opened a new thread with an answer to your question: https://forums.triplea-game.org/topic/4362/doc-map-population-on-website-and-download-list

                  PantherP RogerCooperR 2 Replies Last reply Reply Quote 1
                  • PantherP Offline
                    Panther Admin Moderators Lobby Moderators @LaFayette
                    last edited by Panther

                    @LaFayette said:

                    I fixed the map_name for this map

                    @lafayette
                    Unfortunately nothing has changed. Still the wrong files from the incorrect repository are downloaded.
                    I should get the files from
                    https://github.com/triplea-maps/world_war_ii_v5_1942

                    but instead I get those from
                    https://github.com/triplea-maps/ww2v5_variants

                    using the ingame "Download Maps" feature.

                    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
                    • RogerCooperR Offline
                      RogerCooper @LaFayette
                      last edited by

                      @LaFayette This is really odd. The link in triplea_maps.yaml is correct

                        url: https://github.com/triplea-maps/world_war_ii_v5_1942/archive/refs/heads/master.zip
                      

                      And here it is on GitHub

                      f1b539e3-9f7f-4fcd-8c9c-cbf846112062-image.jpeg

                      I see that @DanVanAtta just made some changes to ww2v5_variants, so maybe he has already fixed the issue.

                      1 Reply Last reply Reply Quote 0
                      • LaFayetteL Offline
                        LaFayette Admin
                        last edited by

                        It takes a little while for the support server to come back to re-index the map. I updated the DB directly to speed that process up, should appear fixed now.

                        triplea_support_server=# select map_name from map_index where repo_url = 'https://github.com/triplea-maps/ww2v5_variants';
                               map_name       
                        ----------------------
                         world_war_ii_v5_1942
                        (1 row)
                        
                        triplea_support_server=# update map_index set map_name = 'ww2v5_variants' where repo_url = 'https://github.com/triplea-maps/ww2v5_variants';
                        UPDATE 1
                        
                        triplea_support_server=# select map_name from map_index where repo_url = 'https://github.com/triplea-maps/ww2v5_variants';
                            map_name    
                        ----------------
                         ww2v5_variants
                        
                        1 Reply Last reply Reply Quote 0
                        • PantherP Offline
                          Panther Admin Moderators Lobby Moderators
                          last edited by

                          I can confirm that it downloads fine now. That already was a good example for the workflow.
                          Thank you 👍

                          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 2

                          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