Subcategories

  • New game XML making tool!

    Pinned tools github
    8
    7 Votes
    8 Posts
    6k Views
    L
    Update : fixed the capital input not appearing
  • 0 Base Map

    Pinned
    2
    3 Votes
    2 Posts
    3k Views
    HowardGraceH
    @cernel Thx for sharing!
  • Map Making Q&A

    Pinned
    87
    0 Votes
    87 Posts
    64k Views
    S
    @cernel said in Map Making Q&A: I guess waiting for @LaFayette to come back? Is he back yet @LaFayette ?
  • 5 Votes
    60 Posts
    10k Views
    TheDogT
    @TheDog The map page is still working for manual downloading. The in-game downloader is down as well as the approval page. @lafayette The in-game downloader is down, as well as the map approval page, again.
  • 2 Votes
    3 Posts
    38 Views
    TheDogT
    @pgsquig I am a non-graphic non-artist I use this https://greenfishsoftware.org/gfie.php Crop those images above, then paste them into greenfish and shrink them into 48x48px or 72x54px or whatever size you want.
  • Question about trenches domination 1914 no mans land

    59
    0 Votes
    59 Posts
    4k Views
    wc_sumptonW
    @Ramon said: Is it possible to give the player a choice? either buy 6 dice or dont buy any? Create it as a purchasable item: <productionRule name="buyTechTokens"> <cost resource="PUs" quantity="20"/> <result resourceOrUnit="techTokens" quantity="6"/> </productionRule> and add to the production of each player. The triggers are not needed when doing this. "userActions" can be used: <attachment name="userActionAttachment_Japanese_Purchase_6TT" attachTo="Japanese" javaClass="UserActionAttachment" type="player"> <option name="conditions" value="conditionAttachment_Is_Japanese_Not_AI"/> <option name="activateTrigger" value="triggerAttachment_Give_Japanese_6_techTokens"/> <option name="activateTrigger" value="triggerAttachment_Take_20_PUs_From_Japanese"/> <option name="text" value="Japanese_6TT"/> <option name="attemptsPerTurn" value="1"/> </attachment> Then the actionstext.properties: Japanese_6TT.BUTTON=[Purchase] Japanese_6TT.DESCRIPTION=Purchase 6 techTokens for 20 PUs. Japanese_6TT.NOTIFICATION_SUCCESS=You have purchased 6 techTokens for 20 PUs. Japanese_6TT.OTHER_NOTIFICATION_SUCCESS=The Japanese have purchased 6 techTokens for 20 PUs. There are 2 problems with this approach. The AI does not use "userActions". This can be checked by using "isAI": <attachment name="conditionAttachment_Is_Japanese_AI" attachTo="Japanese" javaClass="RulesAttachment" type="player"> <option name="isAI" value="true"/> </attachment> <attachment name="conditionAttachment_Is_Japanese_Not_AI" attachTo="Japanese" javaClass="RulesAttachment" type="player"> <option name="conditions" value="conditionAttachment_Is_Japanese_AI"/> <option name="invert" value="true"/> </attachment> <attachment name="triggerAttachment_Japanese_Purchase_6TT" attachTo="Japanese" javaClass="TriggerAttachment" type="player"> <option name="conditions" value="conditionAttachment_Is_Japanese_AI"/> <option name="chance" value="3:6"/> <option name="chanceIncrementOnFailure" value="1"/> <option name="chanceDecrementOnSuccess" value="1"/> <option name="notification" value="Japanese_6TT"/> <option name="when" value="before:JapaneseTech"/> <option name="players" value="@All-Players@"/> <option name="activateTrigger" value="triggerAttachment_Give_Japanese_6_techTokens"/> <option name="activateTrigger" value="triggerAttachment_Take_20_PUs_From_Japanese"/> </attachment> The other problem is there is no way to test if Japanese have the 20PUs, they will always be able to purchase the 6 techTokens. Cheers...
  • HOWTO: Change Cost of Unit with Trigger

    2
    0 Votes
    2 Posts
    65 Views
    wc_sumptonW
    @GREGOREK said: Is a Frontier change the only way to change the cost of a unit? Define the unit multiple times with different names per cost, then use trigger to change the frontier or productionRule. Yes. Cheers...
  • Where can I find game.dtd?

    3
    2 Votes
    3 Posts
    72 Views
    W
    @Panther Thanks!
  • Bombing Bonus Not Working

    19
    2
    0 Votes
    19 Posts
    312 Views
    B
    @VictoryFirst heh heh exit code 1
  • Map Ratings

    3
    1 Votes
    3 Posts
    151 Views
    RogerCooperR
    @Galloca You may want to checkout my thread, https://forums.triplea-game.org/topic/889/roger-s-scenario-thread/983. I discuss mods that I play vs the AI.
  • Error with maxConstructionsPerType

    2
    0 Votes
    2 Posts
    76 Views
    wc_sumptonW
    @RogerCooper I think the option you are looking for is "maxConstructionsPerTypePerTerr" as there no "maxConstructionsPerType". Cheers...
  • What determines the path that a unit takes

    3
    2
    1 Votes
    3 Posts
    123 Views
    B
    @wc_sumpton said: Have you tried switching around the connections. @victoryfirst this makes sense to me, so I'd try it, or look at how they're listed which would be the same thing. Idk though. I'd also try it because that's what wc suggested lol but Infantry usually show first in the purchase window in most games and they are usually listed first in UnitList and Unitattachment so maybe some sort of similiar thing is going on with the connections
  • New Maps Status Page - View Indexing Status of maps

    1
    4 Votes
    1 Posts
    592 Views
    No one has replied
  • Default Settings for Mods

    1
    0 Votes
    1 Posts
    582 Views
    No one has replied
  • TripleA 2026 with Java 25 & TripleA.vmoptions settings

    27
    3 Votes
    27 Posts
    8k Views
    ubernautU
    @drumstick919 @lafayette i’m wondering if this might have something to do with the new skin engine?
  • Tips of Map Making

    7
    1 Votes
    7 Posts
    3k Views
    TheDogT
    @schulz I mean, is there any difference between going with 48px and then zooming in on the map vs going with 54px and then zooming out? Because zoomed-out 54px looks better than zoomed-in 48px? Politicians answer. My logic goes like this, 2 & 4K screens have lots of pixels and as tech advances they will have more, this means that the standard 48x48px unit gets smaller and smaller on these screens, so now we need to draw the biggest unit icons we can and this is 54px high, width can be lots, lets say up to 96px wide. Another current hard parameter is 200% zoom. . How good is the AI in this map? I will make an outrageous claim and say 1941 Global Command Decision is the best AI you will play against. but I would say that wouldn't I. This map is written for solo play, Black_Elk & I spent ages play testing against the AI. The forum for GCD has 1.8 million views, so players must think its worth looking at. Also I like to think I know how the AI works, if that's possible, see here https://forums.triplea-game.org/topic/3743/how-to-make-a-map-ai-friendly . handling of upkeep Resources are calculated at the being of the players turn, thanks to wc_sumpton. This means losses and gains of TT/SZ and no of units is all done at the start of the players turn. . handling of terrain & weather It all appears to work as intended, play it and judge for yourself. . diplomacy Has not changed, its all still random, so 1941 GCD does not have any politics, its all scripted. However for FFA maps 1888A has "get impending winners", a set of triggers that forces the AI players to take a step closer to war/fighting the impending winners.
  • Rules interpretation for placement Human vs AI

    26
    2
    2 Votes
    26 Posts
    8k Views
    wc_sumptonW
    @RogerCooper said: I am not sure that this is true. I recently played the mod https://axisandallies.fandom.com/wiki/WWIIv3_1941_UK_Factory in which the British starts with an unplaced factory. The AI places it in Persia. This is done through the bid process. Zero out the British bid and the factory will never be placed by the British AI player. The engine does violate the rules for placing factories. Cheers...
  • Screen Won't Center on Capital at Turn Start with Tech Off

    38
    3 Votes
    38 Posts
    20k Views
    VictoryFirstV
    @wc_sumpton @beelee @cernel @thedog As of 2.7.15606, capital centering should work again. Please retest if you can find the time.
  • Latest server parsing results

    18
    2 Votes
    18 Posts
    6k Views
    TheDogT
    @lafayette My changes for the following are still not refected; Uploaded a much smaller preview.png to 1888A_steam_and_steel, 2MB to 721KB, it is still not listed. shogun_advanced renamed Preview.png to preview.png where no image was shown before, hopefully that displays the image as expected. Please check and advise.
  • new mod - domination 1902

    17
    1 Votes
    17 Posts
    8k Views
    RogerCooperR
    @Ted-Self Check out https://axisandallies.fandom.com/wiki/Axis_%26_Allies_Wikipedia for a list of every mod (except a rew recent mods). For ahistorical mods see https://axisandallies.fandom.com/wiki/Category:Hypothetical (although that includes a lot of maps I thought looked interesting) and https://axisandallies.fandom.com/wiki/Category:Fictional

Recent Posts