Subcategories

  • 15
  • 3
  • 3
  • 13
  • 6
  • 6
  • 2
  • 13
  • 5
  • 10
  • 14
  • 3
  • 5
  • 7
  • 14
  • 6
  • 3
  • 25
  • 5
  • 7

Recent Posts

  • B

    They usually just work. But I can't figure it out. The ones in notifications are all the same. The picture itself is similar to others that work.

    This one is way to the left of the screen. All the other ones are centered.

    Any help is appreciated.

    Thanks

    read more
  • i'm not seeing any difference...
    grrr... frustrating

    edit: got it. that flaming forward slash. it's always the little things...

    thank you kindly 🙂

    read more
  • @cameron
    Check one of my earlier maps, and download it, it has what are looking for.
    https://forums.triplea-game.org/topic/2467/settlers-fallen-empire-official-thread
    Search for this string of text
    note the lack of /

    It shows how to use removeAirThatCanNotLand
    Note the line above and its use has no /

    like this
    <step name="AlAnfaNonCombatMove" delegate="move" player="AlAnfa" display="Non Combat Move">
    <stepProperty name="removeAirThatCanNotLand" value="false"/>
    </step>

    read more
  • @azimuth said in air units: how to make them not crash:

    @cameron not sure I understand your question, but have you tried to set the removeAirThatCanNotLand step property as false?

    <step name="americanNonCombatMove" delegate="move" player="Americans" display="Non Combat Move"> <stepProperty name="removeAirThatCanNotLand " value="false"/> </step>

    okay... so when i try that i get:

    Could not parse:C:\Users\fmcs2\triplea\downloadedMaps\steampunk_fmcs\map\games\Steampunk_fmcs.xml, Parsing halted at line: 2885, column: 3, while mapping to: org.triplea.map.data.elements.GamePlay.Sequence, error: ParseError at [row,col]:[2885,3] Message: The element type "sequence" must be terminated by the matching end-tag " ". XmlParsingException: Parsing halted at line: 2885, column: 3, while mapping to: org.triplea.map.data.elements.GamePlay.Sequence, error: ParseError at [row,col]:[2885,3] Message: The element type "sequence" must be terminated by the matching end-tag " ". XMLStreamException: ParseError at [row,col]:[2885,3] Message: The element type "sequence" must be terminated by the matching end-tag " ".

    when i try it w/o the </step> bit it runs but ignores the instruction and still crashes the air units...

    read more