Recent Posts

  • W

    @djggml

    If you are using Pack of Steel xml and not PoS2, then you will need to add relationships to override alliances.

    Cheers...

    read more
  • D

    Hey, thanks for getting back to me so quickly. I tried your patch, but it didn't seem to work. If anyone else has any ideas I would be grateful. Thanks

    read more
  • B

    Welcome Trout !

    Oh yea, so you will want to use the latest prerelease here

    https://github.com/triplea-game/triplea/releases/

    You can have multiple versions of triplea, so if you downloaded the stable, that's fine.

    Follow the prompts when downloading the prerelease and move it to a different folder. I name it to what the pre number is.

    I don't remember your time zone. I think you are American but can't remember. 🙂
    @VictoryFirst is Dutch. I know he's busy, so might not have time for an introductory game.

    If not, he'll probably follow along and help out with guiding you through your first game. 🙂

    Let me know if the dice issue is resolved and I'll start a game thread. If still having trouble, let us know and we'll get it sorted 🙂

    P

    @Trout Pretty sure that's probably you 🙂 Latest EXP version is 2.292 You can DL directly from triplea or direct from git. Some have had trouble recently with triplea DL. I downloaded with no problems myself.

    Here are manual DL instructions
    https://www.axisandallies.org/forums/topic/36998/global-1940-and-1943-expansion-for-use-with-triplea

    Let me know when you have latest map and I'll set up a game thread.

    read more
  • @djggml
    Welcome to the forums!

    I think you need to do this, find this;
    <option name="givesBackOriginalTerritories" value="true"/>
    change it to false
    <option name="givesBackOriginalTerritories" value="false"/>

    It is found in the Allied block of code
    <attachment name="relationshipTypeAttachment" attachTo="Allied" javaClass="games.strategy.triplea.attachments.RelationshipTypeAttachment" type="relationship">
    <option name="archeType" value="allied"/>
    <option name="givesBackOriginalTerritories" value="true"/>
    </attachment>

    This will effect all Allied relationship not just the ones your interested in.
    So try this
    replace your
    <option name="whenCapturedByGoesTo" value="Americans:Americans"/>

    with
    <option name="whenCapturedByGoesTo" value="Americans:Britain"/>

    This will break all the "givesBackOriginalTerritories" and you will have to manually declare for each teritory what you want.

    There might be a better way, but that is for someone else.

    read more