Subcategories

  • Remove tech using triggers

    17
    0 Votes
    17 Posts
    5k Views
    General_ZodG
    @prussia The method you are trying to use by switching the tech on and off has a terrible side effect. Anyone that uses the battle calculator won't get accurate outcomes while the tech is off. So advance planning will be very difficult.
  • Sub XML Properties

    33
    0 Votes
    33 Posts
    13k Views
    redrumR
    @hepps Yeah the ww2v2 and ww2v3 will pretty much have to be code investigation as no one really has a grasp on what they control and it isn't documented any where.
  • DestroyedWhenCapturedBy is not working

    Moved
    5
    0 Votes
    5 Posts
    2k Views
    redrumR
    @rogercooper Yeah, I'd like to eventually get rid of some of the properties as they are really unnecessary. Only benefit they provide is if you want to allow them to be editable game options and the map works well both ways but honestly that is pretty rare.
  • Non-amphibious Transports Confuse AI

    Moved
    13
    0 Votes
    13 Posts
    4k Views
    RogerCooperR
    @hepps The area-movement WW2 game Blitz had an air-only connection across the English channel. I don't see how you could even do that in TripleA.
  • Unable to View Error Log

    Moved
    6
    1 Votes
    6 Posts
    2k Views
    redrumR
    I created an issue to track addressing this: https://github.com/triplea-game/triplea/issues/2538
  • Need Some Advice...

    5
    0 Votes
    5 Posts
    2k Views
    I
    Ha! That's the stuff. It works. Thanks, guys.
  • map properties file

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Cernel's 8 Colours Rainbow

    2
    11
    0 Votes
    2 Posts
    1k Views
    Captain CrunchC
    @Cernel what a nice guy!
  • Kamikaze Suicide Tokens Don't Work

    Moved
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Why does this place.txt file not work?

    7
    0 Votes
    7 Posts
    3k Views
    FrostionF
    @sammysleeth I used the one that is built into the Triplea program. You find it here: Engine Preferences - Run the map creator - Step 2: Map Utilities - Run the Automatic Placement Picker. If you need tips about how to use it, just ask
  • no more error codes will not load

    9
    0 Votes
    9 Posts
    3k Views
    FrostionF
    @sammysleeth I have learned that if you encounter that the map fails to load and there is no error pop-up, there is a big possibility of a graphical image name flaw. Double check your “flags” dir and see if all flags are present and that they have names that actually corresponds with the player list.
  • does anyone know of a working placement picker?

    2
    0 Votes
    2 Posts
    1k Views
    FrostionF
    @sammysleeth You should use the tool in the TripleA program. It works pretty well. But you will need to have an all black and white map image PNG, as well as your map’s polygons.txt file. When you got these two files ready, you can make a new placement file. Do like this: Open TripleA Press Engine preferences Press Run the Map Creator Press Step 2: Map Utilities Press Run the Placement picker Read the text (or maybe take a screenshot so you remember all the instructions) and press OK Follow the instructions. Tips1: Remember to save your placement work often. You can always save your work, close down the program and hold a break, and then return to your placement work later by loading the placement file. Tip2: You can play around with the three settings in the “Edit” menu of the window. At one point these options lead to errors and program freezing, but I don’t know if this is still the case. If you encounter an error that freezes the work you are doing, just don’t do the exact same thing again. Trial and error
  • think im almost there with my xml

    3
    0 Votes
    3 Posts
    2k Views
    redrumR
    @sammysleeth The following line has an unnecessary space at the beginning of the unitattachment: <attachment name="unitAttachment" attachTo="militia" javaClass=" games.strategy.triplea.attachments.UnitAttachment" type=" unitType"> Should be: <attachment name="unitAttachment" attachTo="militia" javaClass="games.strategy.triplea.attachments.UnitAttachment" type=" unitType">
  • Map editing software

    24
    0 Votes
    24 Posts
    11k Views
    VonnVaryV
    Great tips @Hepps & @Frostion! Since the maximum amount of units I could ever have in each territory is limited to 8 (Infantry, Hepp's Highlander, Artillery, Tank, Factory, AA, Fighter, Bomber) that would mean I should consider each territory to have room for 8 x 54 pixels each. I think that's workable. Like I said the other day I am still working redrawing and scaling the map properly. But perhaps I should be drawing the 3 conflict zones first (Ontario, Quebec & the Maritimes). Again, thanks for the help. I will get back to you guys when I've made some progress.
  • Could not parse:file:

    10
    0 Votes
    10 Posts
    4k Views
    FrostionF
    Yes, empty lines are a good way to make the XML more readable and do some small organizing inside the XML.
  • best map creator to use?

    4
    0 Votes
    4 Posts
    2k Views
    S
    I just saw that on another post tgats a great place to start thank you for your input
  • How to convert text document to xml

    7
    0 Votes
    7 Posts
    3k Views
    prastleP
    @CrazyG gd stuff c
  • Can someone make a video in which you create a map in github?

    Moved
    25
    0 Votes
    25 Posts
    9k Views
    C
    @Frostion said in Can someone make a video in which you create a map in github?: @Cernel I must say that I dont know 100% what this feature is and what it is for, but if I don't use that overwrite thing, then the files do not seem to upload and replace the old uploaded stuff. Instead an error just occurs and no upload happens. I didn't use that setting for the latest world_at_war update and all seemed to work fine. Anyone knows better?
  • What is Player canBeDisabled Used For?

    5
    0 Votes
    5 Posts
    2k Views
    redrumR
    @Frostion @Cernel Alright, thanks for the input. I was just thinking when would someone disable a player vs use Does Nothing AI. I'm planning to leave this option as is for now.
  • Map Making Help - SAXParseException

    2
    0 Votes
    2 Posts
    1k Views
    redrumR
    @VonnVary It appears that you potentially started creating the map with an older version of TripleA as you need to make sure in the XML that its "attachment" instead of "attatchment". Here is a list of potentially changes you need to fix when upgrading to TripleA 1.9: https://github.com/triplea-game/triplea/wiki/Upgrade-Maps-Information If you still see errors after fixing that then feel free to post your XML for us to look at.

Recent Posts