Subcategories

  • 13
  • 1
  • 2
  • 1
  • 8
  • 1
  • 3
  • 5
  • 11
  • 4
  • 23
  • 4
  • 9
  • 13
  • 8
  • 7
  • 2
  • 12
  • 9
  • 3

Recent Posts

  • W

    @thedog said in S&G 1914:

    Transporting 2+ turns, the Tank is a land unit, so on the sea creating a land unit might have problems, could try it as is isAir.

    Creating the unit is automatic during "endTurn". If the units on land, then no problem. If the unit is being transported, it will create the unit in the sea zone, "Bye, bye created unit!" as tanks don't float. I don't want to stop this automatic creation, because it would be too hard to count each unit in each territory to replace. But the removal of the extra unit is controlled by triggers, so, just remove all extra units on land and leave the surviving unit on the transport. Problem solved!!

    The fighter is also a ground unit, but it has Airborne movement, so it can jump those two territories. Leaving "Airborne Attacks Only In Existing Battles" and "Airborne Attacks Only In Enemy Territories" both at false will allow the fighter to make a non-combat jump during it special move turn.

    world_war_i_1914_wc.txt

    P.S. The submarine has all the isSub options added with "firstStrike" set to false.

    Cheers...

    read more
  • Not got time to look at the xml
    Transport the Tank in 1 turn from Canada to Europe in one turn works.

    Transporting 2+ turns, the Tank is a land unit, so on the sea creating a land unit might have problems, could try it as is isAir.

    tir vs tri gger (ri are transposed)

    read more
  • W

    @thedog said in S&G 1914:

    When Tanks end a round on the sea the unit disappears

    Thank you for catching this! 'createsUnitsList' puts the unit in the territory. Even expanding the transport capacity does not work. Since the created unit dies the transported unit should not be removed. This is OK since the transported unit does not affect any battle.

    @thedog said in S&G 1914:

    tirgger should be trigger, minor as it is a label

    Do not understand this??

    Again thanks for the catch!!

    Cheers...

    read more
  • B

    @elf-491

    Hi Elf

    I don't remember exactly how I did it. This is what I have

    <option name="isConstruction" value="true"/>
    <option name="constructionType" value="bunker"/>
    <option name="constructionsPerTerrPerTypePerTurn" value="1"/>
    <option name="maxConstructionsPerTypePerTerr" value="1"/>
    <option name="canDieFromReachingMaxDamage" value="true"/>

    and I think you need this property too

    <property name="Place in Any Territory" value="true" editable="false">
    <boolean/>
    </property>

    there might be some others needed too

    read more