• 0 Votes
    7 Posts
    2k Views
    redrumR
    @jim-parker Yeah, the reason is that the airbase and naval bases use a trigger to add the +1 movement to air/naval units and this trigger may not fire properly when the game is saved from the history but as you can see once you play through a round everything should be fine.
  • Newbie questions re install & asynch games

    7
    0 Votes
    7 Posts
    2k Views
    K
    Thanks all!
  • Pre Release Install

    12
    0 Votes
    12 Posts
    3k Views
    B
    @prastle heh heh I'd never do that. I've got too many folders named idiot with my name on it : )
  • New Old Guy

    2
    0 Votes
    2 Posts
    1k Views
    prastleP
    @bowhunt3r maybe play the tutorial map once to get the hang of our engine. Then you can login to the lobby and try some live games or try the pbf/pbem sections. Good Luck Have Fun!
  • error playing online

    34
    0 Votes
    34 Posts
    12k Views
    PantherP
    @ssoloff That's great! Thanks!
  • 64 Bit & Downloading Maps Issue

    22
    1 Votes
    22 Posts
    10k Views
    prastleP
    @misc23 try uninstalling the maps that don't work with the downloader and reinstalling them slowly one at a time.
  • Tiplea can't find Java on Ubuntu 17.10

    3
    0 Votes
    3 Posts
    1k Views
    B
    Thanks RoiEX Got it sorted out. Was trying to run but install wasn't complete. Thanks again
  • Can you still get to the old forum ?

    13
    0 Votes
    13 Posts
    3k Views
    B
    @prastle Right on Thanks
  • Noob with questions!

    5
    1 Votes
    5 Posts
    2k Views
    StohrmS
    I'm a month behind on this topic/subject, but I am curious as to how it's proceeding; as, I too, have often thought of taking on just such a project. For the moment, though, I'm content with simply tweeking my copy of the Tutorial. That in and of itself is proving to be quite an experience; but, the learning curve is improving. Just saying.
  • Low Luck Issue

    2
    2
    0 Votes
    2 Posts
    1k Views
    redrumR
    @brennan1379 Please go to the top menu bar "Game" -> "Map Options" then take a screenshot and upload here.
  • 0 Votes
    4 Posts
    3k Views
    V
    To all who answered, a heartfelt thank you! It took a little finigling, but in the end, it worked.
  • "battle (location)" button(s)

    12
    0 Votes
    12 Posts
    4k Views
    redrumR
    @prastle Alright, if you or him has a save game that reproduces the problem let me know.
  • PBF sub-forum down?

    10
    1 Votes
    10 Posts
    3k Views
    prastleP
    @ghostronin Good Point!
  • Why "Connection lost" after Troop placement

    3
    0 Votes
    3 Posts
    1k Views
    prastleP
    @redrum That actually sounds like the old placement issue we had for a while. Perhaps he just needs to update to latest stable. Just a thought.
  • Saving pre game with AI

    4
    0 Votes
    4 Posts
    2k Views
    B
    thanks for the replies guys. I guess I just needed to sleep on it as I came to Panther's solution this morning. : ) Thanks again
  • Map closest to Axis & Allies Iron Blitz?

    4
    1 Votes
    4 Posts
    2k Views
    C
    @general_zod Awesome, got it thanks.
  • can't load saved game

    5
    0 Votes
    5 Posts
    3k Views
    W
    @general_zod Got it. That worked. I was expecting it to launch the gameboard automatically. Thanks!
  • Question on submarines in Great War

    3
    0 Votes
    3 Posts
    1k Views
    T
    Thanks for the quick reply
  • Virus Detection Software flagged Triple A as ransomware

    7
    0 Votes
    7 Posts
    3k Views
    RoiEXR
    I really should have read all the replies... Anyways, to follow up on @redrum's reply: We are currently trying to obtain such a code signing Certificate, but it's really hard to get get one if you are not a registered company, so probably not going to happen soon unless someone wants to hold liable with their private address made public on triplea binaries. Sorry about that.
  • How do you Delete server? help?

    5
    0 Votes
    5 Posts
    2k Views
    prastleP
    @ironfalcon np glhf Since you can host which is rare lately it seems. You should work on it.

Recent Posts

  • I'm able to log in to git after the machine meltdown but it won't let me clone my repo. This is what I get

    beelee@beelee-ThinkPad-T560:~$ mkdir git-repos
    beelee@beelee-ThinkPad-T560:~$ cd git-repos
    beelee@beelee-ThinkPad-T560:~/git-repos$ git clone git@github.com:triplea-maps/global_40_expansion_uhd_boxes.git
    Cloning into 'global_40_expansion_uhd_boxes'...
    The authenticity of host 'github.com (140.82.114.4)' can't be established.
    ED25519 key fingerprint is SHA256:+DiY3wvvV6TuJJhbpZisF/zLDA0zPMSvHdkr4UvCOqU.
    This key is not known by any other names.
    Are you sure you want to continue connecting (yes/no/[fingerprint])? y
    Please type 'yes', 'no' or the fingerprint: yes
    Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
    git@github.com: Permission denied (publickey).
    fatal: Could not read from remote repository.

    Please make sure you have the correct access rights
    and the repository exists.
    beelee@beelee-ThinkPad-T560:~/git-repos$ git clone git@github.com:triplea-maps/global_40_expansion_uhd_boxes.git
    Cloning into 'global_40_expansion_uhd_boxes'...
    git@github.com: Permission denied (publickey).
    fatal: Could not read from remote repository.

    Please make sure you have the correct access rights
    and the repository exists.
    beelee@beelee-ThinkPad-T560:~/git-repos$ https://github.com/triplea-maps/global_40_expansion_uhd_boxes.git
    bash: https://github.com/triplea-maps/global_40_expansion_uhd_boxes.git: No such file or directory
    beelee@beelee-ThinkPad-T560:~/git-repos$ git clone gh repo clone triplea-maps/global_40_expansion_uhd_boxes
    fatal: Too many arguments.

    usage: git clone [<options>] [--] <repo> [<dir>]

    -v, --[no-]verbose be more verbose -q, --[no-]quiet be more quiet --[no-]progress force progress reporting --[no-]reject-shallow don't clone shallow repository -n, --no-checkout don't create a checkout --checkout opposite of --no-checkout --[no-]bare create a bare repository --[no-]mirror create a mirror repository (implies bare) -l, --[no-]local to clone from a local repository --no-hardlinks don't use local hardlinks, always copy --hardlinks opposite of --no-hardlinks -s, --[no-]shared setup as shared repository --[no-]recurse-submodules[=<pathspec>] initialize submodules in the clone --[no-]recursive ... alias of --recurse-submodules -j, --[no-]jobs <n> number of submodules cloned in parallel --[no-]template <template-directory> directory from which templates will be used --[no-]reference <repo> reference repository --[no-]reference-if-able <repo> reference repository --[no-]dissociate use --reference only while cloning -o, --[no-]origin <name> use <name> instead of 'origin' to track upstream -b, --[no-]branch <branch> checkout <branch> instead of the remote's HEAD -u, --[no-]upload-pack <path> path to git-upload-pack on the remote --[no-]depth <depth> create a shallow clone of that depth --[no-]shallow-since <time> create a shallow clone since a specific time --[no-]shallow-exclude <revision> deepen history of shallow clone, excluding rev --[no-]single-branch clone only one branch, HEAD or --branch --no-tags don't clone any tags, and make later fetches not to follow them --tags opposite of --no-tags --[no-]shallow-submodules any cloned submodules will be shallow --[no-]separate-git-dir <gitdir> separate git dir from working tree -c, --[no-]config <key=value> set config inside the new repository --[no-]server-option <server-specific> option to transmit -4, --ipv4 use IPv4 addresses only -6, --ipv6 use IPv6 addresses only --[no-]filter <args> object filtering --[no-]also-filter-submodules apply partial clone filters to submodules --[no-]remote-submodules any cloned submodules will use their remote-tracking branch --[no-]sparse initialize sparse-checkout file to include only files at root --[no-]bundle-uri <uri> a URI for downloading bundles before fetching from origin remote

    beelee@beelee-ThinkPad-T560:~/git-repos$ gh repo clone triplea-maps/global_40_expansion_uhd_boxes
    Command 'gh' not found, but can be installed with:
    sudo snap install gh # version 2.86.0-112-gc30647b78, or
    sudo apt install gh # version 2.45.0-1ubuntu0.3
    See 'snap info gh' for additional versions.
    beelee@beelee-ThinkPad-T560:~/git-repos$ sudo snap install gh # version 2.86.0-112-gc30647b78
    [sudo] password for beelee:
    error: This revision of snap "gh" was published using classic confinement and thus may perform
    arbitrary system changes outside of the security sandbox that snaps are usually confined to,
    which may put your system at risk.

    If you understand and want to proceed repeat the command including --classic.

    beelee@beelee-ThinkPad-T560:~/git-repos$ sudo apt install gh # version 2.45.0-1ubuntu0.3
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    The following NEW packages will be installed:
    gh
    0 upgraded, 1 newly installed, 0 to remove and 91 not upgraded.
    Need to get 8,836 kB of archives.
    After this operation, 45.4 MB of additional disk space will be used.
    Get:1 http://us.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gh amd64 2.45.0-1ubuntu0.3 [8,836 kB]
    Fetched 8,836 kB in 1s (6,534 kB/s)
    Selecting previously unselected package gh.
    (Reading database ... 215818 files and directories currently installed.)
    Preparing to unpack .../gh_2.45.0-1ubuntu0.3_amd64.deb ...
    Unpacking gh (2.45.0-1ubuntu0.3) ...
    Setting up gh (2.45.0-1ubuntu0.3) ...
    Processing triggers for man-db (2.12.0-4build2) ...
    beelee@beelee-ThinkPad-T560:~/git-repos$ git clone gh repo clone triplea-maps/global_40_expansion_uhd_boxes
    fatal: Too many arguments.

    usage: git clone [<options>] [--] <repo> [<dir>]

    -v, --[no-]verbose be more verbose -q, --[no-]quiet be more quiet --[no-]progress force progress reporting --[no-]reject-shallow don't clone shallow repository -n, --no-checkout don't create a checkout --checkout opposite of --no-checkout --[no-]bare create a bare repository --[no-]mirror create a mirror repository (implies bare) -l, --[no-]local to clone from a local repository --no-hardlinks don't use local hardlinks, always copy --hardlinks opposite of --no-hardlinks -s, --[no-]shared setup as shared repository --[no-]recurse-submodules[=<pathspec>] initialize submodules in the clone --[no-]recursive ... alias of --recurse-submodules -j, --[no-]jobs <n> number of submodules cloned in parallel --[no-]template <template-directory> directory from which templates will be used --[no-]reference <repo> reference repository --[no-]reference-if-able <repo> reference repository --[no-]dissociate use --reference only while cloning -o, --[no-]origin <name> use <name> instead of 'origin' to track upstream -b, --[no-]branch <branch> checkout <branch> instead of the remote's HEAD -u, --[no-]upload-pack <path> path to git-upload-pack on the remote --[no-]depth <depth> create a shallow clone of that depth --[no-]shallow-since <time> create a shallow clone since a specific time --[no-]shallow-exclude <revision> deepen history of shallow clone, excluding rev --[no-]single-branch clone only one branch, HEAD or --branch --no-tags don't clone any tags, and make later fetches not to follow them --tags opposite of --no-tags --[no-]shallow-submodules any cloned submodules will be shallow --[no-]separate-git-dir <gitdir> separate git dir from working tree -c, --[no-]config <key=value> set config inside the new repository --[no-]server-option <server-specific> option to transmit -4, --ipv4 use IPv4 addresses only -6, --ipv6 use IPv6 addresses only --[no-]filter <args> object filtering --[no-]also-filter-submodules apply partial clone filters to submodules --[no-]remote-submodules any cloned submodules will use their remote-tracking branch --[no-]sparse initialize sparse-checkout file to include only files at root --[no-]bundle-uri <uri> a URI for downloading bundles before fetching from origin remote

    beelee@beelee-ThinkPad-T560:~/git-repos$ gitclone gh repo clone triplea-maps/global_40_expansion_uhd_boxes
    gitclone: command not found
    beelee@beelee-ThinkPad-T560:~/git-repos$

    I knew things were going too smoothly 🙂

    Any help is appreciated

    read more

  • Heard. I understand it was convenient.

    We are so close to the 2.7 release model where every prerelease is the official download. The hope is you won't miss the link for long

    read more

  • @poptech
    Indeed, it used to be there until the redesign of the website.
    I would welcome it back, too, maybe in the "Development"-Section on the bottom of the Download page.

    cc: @LaFayette

    read more

  • The pre-release link is missing from the official download page.

    read more