• Arda bugs discovered

    1
    0 Votes
    1 Posts
    895 Views
    No one has replied
  • Problem affecting 2 of the World War II Europe/global maps.

    4
    0 Votes
    4 Posts
    1k Views
    wc_sumptonW
    @RogerCooper If I'm reading this right, the xml was parsed, so the error is caused by a trigger that is changing raw data, since those type of triggers are not validated. In this case I believe that 'rounds' is used in the original condition so the changing trigger must also use 'rounds'. Setting the changing trigger to 'turn', 'turns', or 'round' will still parse, yet give a gameplay error. Cheers...
  • Twelve Clans - Official Thread

    38
    1
    6 Votes
    38 Posts
    11k Views
    C
    I believe this is the only map in download list which displays a "preview" image which does not display the map. I don't know if it is not any longer mandatory for that image to be the image of the whole map (@LaFayette), but I suggest it to be. I'm talking of https://github.com/triplea-maps/twelve-clans/blob/master/preview.png also displayed in https://triplea-game.org/map/twelve-clans/ The reason is that a believe it is good to be able to see the image of the full map when you are looking at what you may download.
  • Question about Global 1940 House Rules in 2_6

    2
    0 Votes
    2 Posts
    645 Views
    M
    @martymoose DOH - I lied 1940 and 40 house rules are different!!!
  • Making a mod. Where to Start?

    5
    1 Votes
    5 Posts
    1k Views
    board 3659B
    @rogercooper Ok thanks
  • Removing Player Choice from Declarations of War

    1
    0 Votes
    1 Posts
    617 Views
    No one has replied
  • Correlates of War Database

    2
    2 Votes
    2 Posts
    744 Views
    RogerCooperR
    I have updated the information from Correlates of War. I have interpolated missing data and corrected some obvious typos. The data covers from 1816 to 2016. You can download the spreadsheet here https://docs.google.com/spreadsheets/d/1ncDAzhsOjTL3_UcNXrwlnHFAonnwIdjQlJP5uhp8ues/edit?usp=sharing
  • Balancing Scenarios in TripleA

    3
    2 Votes
    3 Posts
    926 Views
    RogerCooperR
    @rogercooper V5 (2nd edition) should have been 32% for the allies (it is very unbalanced). Axis & Allies Europe (the old version) needs 19% for the allies
  • napoleon ffa

    Moved
    4
    0 Votes
    4 Posts
    829 Views
    S
    @board-3659 im not sure about a direct link but you can enter a bot in the lobby and click "download maps" and scan down the list till you get to "Napoleon Empires 5 Player FFA".
  • Imperialism 1974 Board Game

    9
    2 Votes
    9 Posts
    2k Views
    M
    There have been a few improvements to the map and to the engine to make this map work better. A few issues with the map itself were fixed, it got a facelift, and some changes in the 2.6 prereleases have taught the AI how to use consumable units, which made AIs be able to play effectively on the main continent (but not yet explore with ships). There have been some other non-AI fixes in the 2.6 prereleases fixing some UI glitches the map experiences with 2.5. I also added the mountain territory effect, but unfortunately we can only use it for territories that are all-mountain, since TripleA doesn't yet support directional territory effects. Would be interested to hear if people had a chance to try it and have feedback. Cheers!
  • Cold War map

    34
    0 Votes
    34 Posts
    10k Views
    M
    I've finally gotten around to improving the map image for the "Cold war" map. The changes have been submitted.
  • A Path Beyond - 1v1 Scenario

    14
    4
    2 Votes
    14 Posts
    2k Views
    TheDogT
    @island You might consider adding some victory conditions.
  • Iron War - Official Thread

    662
    3
    0 Votes
    662 Posts
    1m Views
    M
    Sorry - yet another question - I see that the attack on Pearl Harbour is not possible. Is that deliberate, since the game is deemed to start in 1940?
  • NATO Russia 2022 OFFICIAL THREAD

    3
    1 Votes
    3 Posts
    884 Views
    L
    @chrishomko always looking forward to new maps. good luck!
  • Feudal Japan

    2
    0 Votes
    2 Posts
    605 Views
    S
    @mattbarnes i always had trouble using that option but last i heard it works just only transports specific units.
  • Ukraine Russia 2022 Map

    17
    1
    1 Votes
    17 Posts
    3k Views
    chrishomkoC
    Map rename to state proper goals. Moving this discussion to NATO Russia 2022 thread.
  • Invasion USA - Main Thread

    7
    2 Votes
    7 Posts
    3k Views
    Z
    @strategery I remember looking at the map a few months ago; I suspect there are some bugs as a result of the map not having been updated since 2018-ish and changes in the triplea engine since then. Or maybe the bugs were present at the time and simply weren't noticed due to the map not being played much. I've never seen people play the map in the lobby, so I'm not sure how much actual play it sees.
  • Making RISK within TripleA - Help Requested

    38
    1 Votes
    38 Posts
    9k Views
    SlendyMcTendiesS
    @lafayette Hmm. Ok. I already have an automated "Victory" system which seems to accomplish the same thing. I'll probably write a surrender system into the game. I have a few ideas on how it could be accomplished.
  • WW1 in 1939

    8
    1
    0 Votes
    8 Posts
    2k Views
    board 3659B
    @schulz thanks, I'll play until 10-20 times (which isn't too hard) and then give some thoughts
  • WW2 RISK of Defeat (BETA)

    1
    1 Votes
    1 Posts
    458 Views
    No one has replied

Recent Posts

  • I can confirm that it downloads fine now. That already was a good example for the workflow.
    Thank you 👍

    read more

  • It takes a little while for the support server to come back to re-index the map. I updated the DB directly to speed that process up, should appear fixed now.

    triplea_support_server=# select map_name from map_index where repo_url = 'https://github.com/triplea-maps/ww2v5_variants'; map_name ---------------------- world_war_ii_v5_1942 (1 row) triplea_support_server=# update map_index set map_name = 'ww2v5_variants' where repo_url = 'https://github.com/triplea-maps/ww2v5_variants'; UPDATE 1 triplea_support_server=# select map_name from map_index where repo_url = 'https://github.com/triplea-maps/ww2v5_variants'; map_name ---------------- ww2v5_variants
    read more

  • @LaFayette This is really odd. The link in triplea_maps.yaml is correct

    url: https://github.com/triplea-maps/world_war_ii_v5_1942/archive/refs/heads/master.zip

    And here it is on GitHub

    f1b539e3-9f7f-4fcd-8c9c-cbf846112062-image.jpeg

    I see that @DanVanAtta just made some changes to ww2v5_variants, so maybe he has already fixed the issue.

    read more

  • @LaFayette said:

    I fixed the map_name for this map

    @lafayette
    Unfortunately nothing has changed. Still the wrong files from the incorrect repository are downloaded.
    I should get the files from
    https://github.com/triplea-maps/world_war_ii_v5_1942

    but instead I get those from
    https://github.com/triplea-maps/ww2v5_variants

    using the ingame "Download Maps" feature.

    read more