Jump to content

mitrida

Members
  • Posts

    104
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by mitrida

  1. Yes, you can, by opening up levelsetup_quickbattle.xml and editing the tileset and mapname attributes in the exsting <Map> tag. For example, to load a random map in the middleeast tileset, you have to change the line which currently says

    <Map tileset="town" />

    to

    <Map tileset="middleeast" />

    To load a specific map in a tileset, let's say you want to play farm_lightscout1 from the farm tileset, that line would become

    <Map tileset="farm" mapname="farm_lightscout1" />

    Map names can be found into assets/maps/[tileset_name]/: the xml files you see in that directory (note, not the sub directories) are the maps available for that tileset.

    Thanks Giovanni e grazie :)

×
×
  • Create New...