Navigation

    TripleA Logo

    TripleA Forum

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

    Map Missing

    Map Making
    5
    10
    805
    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.
    • VictoryFirst
      VictoryFirst last edited by

      I am creating a map with someone and even though it is in its development stage, I wanted to load the map to see how it looks. However I get this message every time
      5799a33c-db6d-4acb-85ea-527f47a81366-image.png

      I checked the map.yml file and the XML file and made sure the spelling of the names are correct. I searched through the forums and found that I had to add this:

      <property name="mapName" value="north_africa" editable="false"/>
      

      But that still didn't solve the issue. Does anyone know what is going on?

      Panther 1 Reply Last reply Reply Quote 1
      • Panther
        Panther Admin Moderators @VictoryFirst last edited by

        @victoryfirst
        Usually you get this message when you try to load a savegame (*.tsvg) that has been created with a map that isn't installed inside your downloadedMaps folder.

        Alternatively you might get this message when you use the "Choose Game" dialogue and the map appears to be present in the installed games list but is not installed as required.

        I see that this map is not part of the TripleA-maps repository. So how did you install it manually?

        VictoryFirst 1 Reply Last reply Reply Quote 2
        • VictoryFirst
          VictoryFirst @Panther last edited by

          @panther

          It is a new game we are creating from scratch so perhaps something went wrong with the map-making process. The game is still in its development stage so it does not have a centers.txt, polygons.txt or place.txt yet but it does have a working XML, map.yml file and a bunch of other stuff.

          Panther 1 Reply Last reply Reply Quote 1
          • Panther
            Panther Admin Moderators @VictoryFirst last edited by Panther

            @victoryfirst There are some minimum requirements for a map to load. Unfortunately I don't remember exactly which. But I think additionally at least these files are required:
            map.properties
            polygons.txt
            and of course all the baseTiles

            Maybe look here for further information:
            https://github.com/triplea-game/triplea/blob/master/docs/map-making/tutorial/map-and-map-skin-making.md
            and
            https://github.com/triplea-game/triplea/blob/master/docs/map-making/tutorial/creating-custom-map-xml.md

            1 Reply Last reply Reply Quote 3
            • VictoryFirst
              VictoryFirst last edited by

              Ah I see. So the maps needs some of the .txt files to load. I didn't know about the minimum requirements, thanks! 🙂

              1 Reply Last reply Reply Quote 3
              • Simon Hibbs
                Simon Hibbs last edited by

                I'm getting this error as well. I created a copy of "another_world" with a different directory name and different game_name, but when I load a savegame created using the original another_world directory it complains that the game_name is wrong.

                If I remove the new game directory from downloadedMaps everything works, put the new directory back in and it breaks again.

                So, for some reason when the new directory, with a different name, is in downloadedMaps TripleA is finding that and trying to use it, even though the save games were created from the original another_world directory and files. This happens even if I create a new game from the original directory.

                TheDog 1 Reply Last reply Reply Quote 1
                • TheDog
                  TheDog @Simon Hibbs last edited by

                  @simon-hibbs
                  After copying the folder rename
                  another_world folder
                  to
                  another_world_alt folder

                  You should rename
                  <info name="Another World" version="3.7.4"/>
                  to
                  <info name="Another World ALT" version="3.7.4"/>

                  Must rename
                  <property name="mapName" value="another_world" editable="false"/>
                  to
                  another_world_alt

                  Must rename
                  another_world.xml
                  to
                  another_world_alt.xml

                  Hopefully your alt version should now run.

                  Simon Hibbs 1 Reply Last reply Reply Quote 1
                  • Simon Hibbs
                    Simon Hibbs @TheDog last edited by Simon Hibbs

                    @thedog Ive been through all the files under the another_world_updated directory but I still have the same problem.

                    It's not the new map I have problems with, that seems to work.

                    It's the original untouched another_world and it's newly created and old game saves that have the problem even though I didn't touch it:

                    Failed to find game name Another World in map.yml file, map.yml had the following entries: [Another World Updated]

                    For some reason it's finding the new directory and using that for saves created from the old directory. BTW I'm on a Mac if that helps.

                    B 1 Reply Last reply Reply Quote 2
                    • TheDog
                      TheDog last edited by TheDog

                      @simon-hibbs
                      Do you have the correct yml file for the original another_world
                      like below (ignore the ")
                      map_name: another_world
                      games:
                      "- {game_name: Another World, file_name: another_world.xml}

                      Does the new yml have (or similiar)
                      map_name: another_world_alt
                      games:
                      "- {game_name: Another World ALT, file_name: another_world_alt.xml}

                      1 Reply Last reply Reply Quote 1
                      • B
                        beelee @Simon Hibbs last edited by

                        @simon-hibbs

                        I looked at the yaml and there is only the original map listed. Not sure where the "updated" part is coming from.

                        Which triplea release are you using ?

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