• Linux/System Admins Needed

    4
    1 Votes
    4 Posts
    1k Views
    LaFayetteL
    @beelee Kinda heavy news that you slid in there. Let's not dwell, but thank you. Some delay is still kinda welcome. I need some time to get the server stuff in a better state and documentation updated. With luck, the documentation will be relatively complete & self explanatory, but nothing like having another person go through it to really see where the gaps are. Given that you already use linux, you're going to be fine! Some quick googling here to read up on places where you're unsure (and welcome to what is my day-job! Knowing a small bit of stuff, being unsure if you can do something, and researching it and then getting it done - you got it!) On the plus side, the servers usually "just run", the stability of the apps is pretty good. I think the most urgent thing will be something like a server is out of disk space maybe. I'll send you a message and we can keep the dialog open.
  • Handling Bugs & Features Requests with Github Projects

    23
    1
    3 Votes
    23 Posts
    8k Views
    LaFayetteL
    @thedog Found it - there was a "link project" option. Should look good now It looks like Github has changed projects a good bit from a couple years ago. Projects in github used to be repository level items (repositories are owned by organizations). Now projects look to be true organization level items with "links" to possibly zero or many repositories. The links create the previous behavior and adds some additional flexibility.
  • Maps page has thumbnails now

    11
    1
    5 Votes
    11 Posts
    3k Views
    LaFayetteL
    I don't remember why the 800x500 is ideal. I want to say it was because that is a good fit on the download maps window. To some extent, IIRC, the images there are not scaled on the download maps window - so there is no fixed requirement of a specific size.
  • Algorithm for determining legal fighter/carrier movement?

    2
    2 Votes
    2 Posts
    1k Views
    ubernautU
    @aardvarkpepper i think it over allows meaning if u have 1 carrier any number of fighters can be flown to aspace as long as 1 carrier is within range
  • Territory selection algorithm

    2
    1 Votes
    2 Posts
    1k Views
    C
    @eqqman In such questions, you should generally specify to which TripleA you are referring, which mainly means whether you are looking at the current release or at the current pre-release. Besides, I'm too unsure about the current release (because changes were made over the years, and unfortunately it has been years since the latest release), but I believe that the current pre-release prioritizes enclaves, which should be the only case in which this matter should have any relevance beside bad map-making.
  • North Africa A&A Game Question?

    3
    0 Votes
    3 Posts
    1k Views
    J
    @rogercooper That's awesome Roger. I am hoping the new game is balanced and playable. All Good Things, James
  • Submarine economic warfare implemented?

    7
    1 Votes
    7 Posts
    2k Views
    wc_sumptonW
    @eqqman I think there is a miss understanding here. convoy.txt and blockade.txt have nothing to do with the convoy or blockade territories. These files, like decorations.txt, capitals.txt, etc... only deal with placing graphic icon on the map. To get convoy/blockade to work the information must be placed inside the game xml, corresponding to the affected territories territoryAttachment. Also, as @TheDog pointed out there is also a 'property' flag that also effects how convoy/blockade work. Hope this is helpful! Cheers...
  • Old versions of IDEA archived?

    4
    3 Votes
    4 Posts
    1k Views
    wc_sumptonW
    @eqqman The "IntelliJ IDEA Community Edition" is still free from jetbrains web site Hope this is helpful! Cheers...
  • Does Java support relative paths?

    2
    2 Votes
    2 Posts
    969 Views
    TheDogT
    @eqqman Not what you are after, but if you want to share a unit.png across all factions you can put the unit icon in the unit folder and not in the faction folder like below, one named icon is shared across all factions, so no duplicated icons. All the Industries, Bunkers & Oil Field are shared. [image: 1704706352438-e8305a6f-34bc-48ff-8f23-b6851e14329b-image.png] . As an aside, map makers have done clever things with misc images, like making another tile layer to cover the whole of the map using one really big image layer, again to cover the whole of the map
  • Is there a python API?

    2
    0 Votes
    2 Posts
    1k Views
    M
    @kindwind I don't think so. However, the game has some menu options to export game stats. You can inspect the files produced and write some Python code to parse them if they have the info you need...
  • Dice Server Anomalies & Game Implications: Allies' Higher Spread

    1
    0 Votes
    1 Posts
    766 Views
    No one has replied
  • Looking for a programer!

    1
    0 Votes
    1 Posts
    804 Views
    No one has replied
  • What font is used?

    8
    0 Votes
    8 Posts
    1k Views
    LaFayetteL
    @kjrnorway most likely if a certain font is requested and not available, then the application will fall-back to using a system default font.
  • How to help developing?

    Moved
    9
    1 Votes
    9 Posts
    2k Views
    ShuckduckS
    @wc_sumpton Thank you for that info! I at least got that to build successfully. Which is more progress then before.
  • Student Group Studying TripleA

    45
    9 Votes
    45 Posts
    16k Views
    B
    Thanks again @jtkenny for you and your groups contribution. Hopefully will be added soon with the next release. Any thoughts of encouraging following students to continue your Groups Work ? Maybe the teacher or professor could recommend ? Actually, encouraging All student groups across the Nation and the World as a whole would be ideal but sticking with ISU for now, would be cool to see student interaction continue. Once again, Thanks to you and your Group
  • Automatic disconnection from lobby

    3
    0 Votes
    3 Posts
    1k Views
    RavilleR
    PC connections? Don't think that's the problem but will review that, thanks ubernault
  • TripleA Dev Project List (Jan-2023)

    14
    1 Votes
    14 Posts
    2k Views
    LaFayetteL
    Was updating documentation, found this: https://github.com/triplea-game/triplea/blob/d3ad17b446fdd319d45424f6a62dfc47d346b4f4/docs/development/initiatives-and-tech-debt/anti-patterns-and-tech-debt.md I think we can probably delete the doc file in favor of what we have here. Adding in from that list: logic code mixed in with UI code
  • RFC: Save Games as Game-Deltas

    7
    0 Votes
    7 Posts
    2k Views
    LaFayetteL
    @aardvarkpepper FWIW, this is all part of an effort to remove components that are not compile-time safe. Meaning you have to run the code before you get to see it break, rather than just having it break at compile time. Previously XML was mapped to game objects via reflection. We have removed that. Network data transfer is done via a customized implementation of Java Serialization that uses Java Reflection sprinkled in. The 'network relay' project attempts to address that. The remaining piece is serialization of save games. This would be the project to address that.
  • Re-Organizing TripleA Folders for the benefit of github action paths

    1
    0 Votes
    1 Posts
    574 Views
    No one has replied
  • How to Organize Feature Requests & Projects?

    4
    0 Votes
    4 Posts
    868 Views
    LaFayetteL
    For context, this is an example of an active project board: https://github.com/orgs/triplea-game/projects/2 We have a 'problem tracker' project board: https://github.com/orgs/triplea-game/projects/3 The board to track project ideas and feature requests would be somewhat similar to the 'problem tracker'

Recent Posts