Subcategories

Recent Posts

  • W

    @simon-hibbs

    map.yml, first line should read:

    map_name: another_world_updated

    Because this is the folder containing the map. By using "another_world", is causing the error.

    Cheers...

    read more
  • @beelee I'm working on an update to another_world. So the new directory that I said I created is the another_world_updated directory. That contains all of my changes, including the ones you listed in your previous comment. All those changes are in there.

    That's the weird thing, I've not changed the original another_world directory or it's contents at all. All the changes are under another_world_updated.

    I've verified this on the latest build from Nov 17th.

    Here's a download link to a zip of the directory I'm working on.

    https://drive.google.com/file/d/1zvbmvSlJFvcwk4lYTiZN03F3N6KYMVPR/view?usp=drive_link

    You should be able to just unzip this, drop it into you downloadedMaps, start TrippleA, create a new game using the old unedited another_world, start the game as single player and get the error.

    To be fair, it may be a quirk on MacOS for some reason.

    read more
  • B

    @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 ?

    read more
  • @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}

    read more