Subcategories

  • 34
  • 9
  • 14
  • 20
  • 16
  • 26
  • 1
  • 11
  • 1
  • 4
  • 40
  • 5
  • 19
  • 33
  • 8
  • 15
  • 130
  • 1
  • 8
  • 1

Recent Posts

  • 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
  • @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.

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

    read more