• 19
  • 2
  • 4
  • 1
  • 4
  • 98
  • 4
  • 11
  • 3
  • 22
  • 1
  • 10
  • 2
  • 39
  • 34
  • 11
  • 7
  • 3
  • 6
  • 3

Recent Posts

  • G

    @thedog ,
    The mutations are temporary and purchasable in any order and concurrently. Started the frontier/rule swaps, but it got messy fast. The unit_### unique names is clean and will work, but I dont like the ### tags. Techs are supposed to add to common units and not affect other players. But, as stated, it gets too confusing and the implementations dont clearly define on/off conditions. EX: Grok thinks there's a removeTech option and tech adds, but that's not backed by the example game files. Or, I'm just not reading it right.
    I'll continue with the unit### unique names (keeping them short without the full player name attached). Already scripted. Working today on a graphics script to spawn all the units with team colors (and a new drop shadow - hoping for a semi 3D effect). You are all more experienced in the xml coding. Maybe there's a method that clears the _### tags.

    read more
  • @gregorek
    If the tech upgrade per creature are linear (or mostly linear) then consider this.

    New Tech = new purchase unit and remove old purchase unit from player productionFrontier, this will have to be done per player.
    This leaves the old units on the map, as dont need to remove and only new purchases have the upgrade.

    As its a new unit you dont need a mass of custom properties, just a mass of units.

    Would this work for you?

    read more
  • G

    Making progress on updating Jurassic. Mutation is the key to evolution, so adding shrooms that grant unit property changes for a period of time. Doing this generated questions. Found a few posts on the subject but no favorable resolution. I will continue with the unique unit names, but asking if there is a better way.

    Applying unitType property changes via triggerAttachment, causes a global change rather than just the target player. It requires separate unit names per player. The following activates, counts down, removes a movement bonus only to player Kimmeridgian's unit pterodactylus_B and sharovipteryx_B. The '_B' tag to prevent a global pterodactylus/sharovipteryx change bothers me. It will show in the purchase panel. The system distinguishes player.unit icons. Why not player.unit properties?

    <attachment name="triggerAttachmentKimmeridgianADDbirnbaums" attachTo="Kimmeridgian" javaClass="games.strategy.triplea.attachments.TriggerAttachment" type="player"> <option name="conditions" value="conditionAttachmentKimmeridgianbirnbaums"/> <option name="when" value="after:KimmeridgianPlace"/> <option name="removeUnits" value="all:birnbaums" count="1"/> <option name="placement" value="Fig:birnbaum" count="6"/> <option name="unitType" value="pterodactylus_B"/> <option name="unitProperty" value="movement" count="5"/> <option name="unitType" value="sharovipteryx_B"/> <option name="unitProperty" value="movement" count="4"/> </attachment> <attachment name="triggerAttachmentKimmeridgianTCKbirnbaum" attachTo="Kimmeridgian" javaClass="games.strategy.triplea.attachments.TriggerAttachment" type="player"> <option name="conditions" value="conditionAttachmentKimmeridgianONEbirnbaum"/> <option name="when" value="before:KimmeridgianPlace"/> <option name="removeUnits" value="Fig:birnbaum" count="1"/> </attachment> <attachment name="triggerAttachmentKimmeridgianSUBbirnbaum" attachTo="Kimmeridgian" javaClass="games.strategy.triplea.attachments.TriggerAttachment" type="player"> <option name="conditions" value="conditionAttachmentKimmeridgianONEbirnbaum:conditionAttachmentKimmeridgianNOTTWObirnbaum"/> <option name="when" value="after:KimmeridgianNonCombatMove"/> <option name="removeUnits" value="Fig:birnbaum" count="666"/> <option name="unitType" value="pterodactylus_B"/> <option name="unitProperty" value="movement" count="4"/> <option name="unitType" value="sharovipteryx_B"/> <option name="unitProperty" value="movement" count="3"/> </attachment>

    The Tech route got confusing, even with POS2 G40 AOT xml's as guides. It seems to involves supportAttachment. How are custom techs defined, and then turned on and off? And, not stacked if multiple triggers turn the tech on? There was also a post concerned with the battle calculator not being accurate under this tech route.

    read more
  • Name Camp David-1956
    Description The Suez Crisis (1956 Arab-Israeli War)
    https://axisandallies.fandom.com/wiki/Camp_David-1956_Suez_Crisis
    dff3c8b2-4ef6-484a-8774-a9111ac7fe6b-image.png

    Good Points

    Some effort made to depict the parameters of this unusual conflict

    Bad Points

    There is an intense Israeli-Jordanian fight that didn't happen in 1956

    read more