TripleA Logo TripleA Forum
    • TripleA Website
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Tags
    • Register
    • Login

    Total World War: December 1941 3.0.0.6

    Scheduled Pinned Locked Moved Maps & Mods
    661 Posts 35 Posters 1.4m Views 33 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ubernautU Offline
      ubernaut Moderators
      last edited by

      ive never seen hard ai submerge subs on any map i will send the next save after i attack subs which should be submerging. air can attack subs without the assistance of destroyers now so im guessing they act just like destroyers now (in terms of ability to attack subs before they submerge) so i believe you answered my question there. 🙂

      "You should never have told me horses sleep standing up, it gave me a mental block." - Mister Ed

      ubernautU 1 Reply Last reply Reply Quote 0
      • ubernautU Offline
        ubernaut Moderators @ubernaut
        last edited by ubernaut

        sorry correction, i think ive seen subs submerge in the past but not recently (this version of the engine for sure).

        "You should never have told me horses sleep standing up, it gave me a mental block." - Mister Ed

        redrumR 3 Replies Last reply Reply Quote 0
        • redrumR Offline
          redrum Admin @ubernaut
          last edited by

          @ubernaut Yeah, strat bombers work exactly the same way as destroyer depth charge. Its possible that I accidentally messed something up with the AI. I'll try to do a quick test later today.

          TripleA Developer with a Passion for AI: https://forums.triplea-game.org/topic/105/ai-development-discussion-and-feedback

          1 Reply Last reply Reply Quote 1
          • redrumR Offline
            redrum Admin @ubernaut
            last edited by

            @ubernaut I ran a quick test with the latest pre-release and the AI properly submerges remaining subs on revised when I attack 10 subs with 10 BB: test_revised_submerge.tsvg
            233ba5da-690b-4ac9-881b-20bceb5b94df-image.png

            TripleA Developer with a Passion for AI: https://forums.triplea-game.org/topic/105/ai-development-discussion-and-feedback

            1 Reply Last reply Reply Quote 1
            • redrumR Offline
              redrum Admin @ubernaut
              last edited by

              @ubernaut So there is a bug with v3 sub rules when checking submerging. It works fine in any maps based on v2 rules. Here is the PR with a fix and once that's merged you can test the latest pre-release: https://github.com/triplea-game/triplea/pull/4739

              TripleA Developer with a Passion for AI: https://forums.triplea-game.org/topic/105/ai-development-discussion-and-feedback

              1 Reply Last reply Reply Quote 2
              • ubernautU Offline
                ubernaut Moderators
                last edited by

                yeah i was playing a lot of domination 1914 lately i think that uses v3 based rules also. not very git capable i have an account but honestly not sure how to do a pull request or compile things on my own very well.

                "You should never have told me horses sleep standing up, it gave me a mental block." - Mister Ed

                redrumR 1 Reply Last reply Reply Quote 1
                • redrumR Offline
                  redrum Admin @ubernaut
                  last edited by

                  @ubernaut You can get the latest pre-release here: https://github.com/triplea-game/triplea/releases. Don't need to know anything about github just download the appropriate installer for your OS. Just be careful with save games as the new pre-release isn't compatible with old save games.

                  TripleA Developer with a Passion for AI: https://forums.triplea-game.org/topic/105/ai-development-discussion-and-feedback

                  1 Reply Last reply Reply Quote 1
                  • wirkeyW Offline
                    wirkey Moderators
                    last edited by

                    not sure if I didn't mention it before or if it got ignored: if you liberate russian or chinese L&L territories you can't reinforce them in ncm as they turn russian/chinese immediately instead of being the territory of the nation on turn. Just doesn't feel right...

                    redrumR 1 Reply Last reply Reply Quote 0
                    • redrumR Offline
                      redrum Admin @wirkey
                      last edited by

                      @wirkey I wasn't aware of that though guessing that issue has always existed in TWW. I'll try to take a look to see if there is a way to fix that.

                      TripleA Developer with a Passion for AI: https://forums.triplea-game.org/topic/105/ai-development-discussion-and-feedback

                      wirkeyW 1 Reply Last reply Reply Quote 1
                      • wirkeyW Offline
                        wirkey Moderators @redrum
                        last edited by

                        @redrum with my very limited knowledge I'd say a trigger after combat should do it: if territory x is russian/chinese change ownership to UK/US or RUS (for Altay).

                        redrumR 2 Replies Last reply Reply Quote 0
                        • redrumR Offline
                          redrum Admin @wirkey
                          last edited by

                          @wirkey Potentially, though I need to take a look at how the triggers currently work and if its using originalOwner/capturedByGoesTo.

                          TripleA Developer with a Passion for AI: https://forums.triplea-game.org/topic/105/ai-development-discussion-and-feedback

                          1 Reply Last reply Reply Quote 0
                          • redrumR Offline
                            redrum Admin @wirkey
                            last edited by

                            @wirkey I was able to update the triggers to also fire before non-combat move to fix the liberating L&L territory issue. This will be in v3.0.0.3.

                            TripleA Developer with a Passion for AI: https://forums.triplea-game.org/topic/105/ai-development-discussion-and-feedback

                            wirkeyW 1 Reply Last reply Reply Quote 1
                            • wirkeyW Offline
                              wirkey Moderators @redrum
                              last edited by

                              @redrum good job. It just came to my mind that it might be a good idea to fire triggers to change the L&L-territory only after ncm. That way they won't be considered as a potential landing spot planes during movement validation.

                              redrumR 1 Reply Last reply Reply Quote 0
                              • redrumR Offline
                                redrum Admin @wirkey
                                last edited by

                                @wirkey Not sure I'm understanding your suggestion. If the triggers didn't fire til after ncm then you wouldn't be able to move units to the L&L territories.

                                TripleA Developer with a Passion for AI: https://forums.triplea-game.org/topic/105/ai-development-discussion-and-feedback

                                wirkeyW 1 Reply Last reply Reply Quote 0
                                • wirkeyW Offline
                                  wirkey Moderators @redrum
                                  last edited by

                                  @redrum sorry, meant to fire after combats, before ncm

                                  redrumR 1 Reply Last reply Reply Quote 0
                                  • redrumR Offline
                                    redrum Admin @wirkey
                                    last edited by

                                    @wirkey Ah ok. I actually considered doing that but I know a lot of players do a lot of their NCMs during combat move phase so wasn't sure it would be a good idea. I'd need @Hepps and others to weigh in if they would prefer that change.

                                    TripleA Developer with a Passion for AI: https://forums.triplea-game.org/topic/105/ai-development-discussion-and-feedback

                                    1 Reply Last reply Reply Quote 0
                                    • ubernautU Offline
                                      ubernaut Moderators
                                      last edited by

                                      are ground transports meant to be able to move after they unload? the engine seems to allow it and i didn't see anything in the player enforced rules section.

                                      Also, if memory serves, transports (all ground and air?) must pick up loads before any other NCMs (is allowed on some versions of the game?) meaning you cannot collect multiple loads from multiple territories with a single unit in a single turn. Did see anything about that in the player enforced rules section either so just thought i would make sure i was right about that.

                                      one other random question sorry I'm so late to the TWW party 😛 why is Japan the only country who's start screen isn't translated into English? just curious what it says.

                                      excellent work on this map btw i think it is by far the highest quality triplea map I've played yet. 🙂

                                      "You should never have told me horses sleep standing up, it gave me a mental block." - Mister Ed

                                      redrumR HeppsH 2 Replies Last reply Reply Quote 0
                                      • redrumR Offline
                                        redrum Admin @ubernaut
                                        last edited by

                                        @ubernaut Yes. You can even transport multiple different units in the same turn with say trains. The only limitations are that each unit being transported can only be transported once and units can't be moved before being transported. The idea is that you need to kind of plan your ground transport moves the turn before by grouping the units you want to transport in a single territory so you can load then move them together.

                                        No idea on the Japan start notification. That's a @Hepps question and probably just artistic choice.

                                        TripleA Developer with a Passion for AI: https://forums.triplea-game.org/topic/105/ai-development-discussion-and-feedback

                                        1 Reply Last reply Reply Quote 0
                                        • ubernautU Offline
                                          ubernaut Moderators
                                          last edited by

                                          @redrum thanks for clarifying but you are not allowed to do that multiple pick up move with sea transports right or did i imagine that?

                                          "You should never have told me horses sleep standing up, it gave me a mental block." - Mister Ed

                                          wirkeyW redrumR 2 Replies Last reply Reply Quote 0
                                          • wirkeyW Offline
                                            wirkey Moderators @ubernaut
                                            last edited by

                                            @ubernaut actually the japanese opening message is in English, it just reads from top to bottom with difficulty to read letters.

                                            @redrum I only know one player who makes all his movements (better most of them) during cm. That's a leftover from nwo/waw, where it had the benefit for better planning your purchase (between cm and combats). But as there is no advantage of making non combat moves during combat movement phase, I'd go with it.

                                            ubernautU C 2 Replies Last reply Reply Quote 2

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 33
                                            • 34
                                            • 1 / 34
                                            • First post
                                              Last post
                                            Copyright © 2016-2018 TripleA-Devs | Powered by NodeBB Forums