Announcement

Collapse
No announcement yet.

Alternative ai

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • AW, this paste fron the strategies.txt should answer your second question.

    STRATEGY_BARBARIAN {

    // must inherit from default
    Inherit STRATEGY_DEFAULT

    This means that the Bars will use the default settings unless new ones are listed in their section.

    Comment


    • AW, this paste fron the strategies.txt should answer your second question.

      STRATEGY_BARBARIAN {

      // must inherit from default
      Inherit STRATEGY_DEFAULT

      This means that the Bars will use the default settings unless new ones are listed in their section.

      Comment


      • quote:

        Originally posted by WesW on 02-07-2001 08:21 PM
        AW, this paste fron the strategies.txt should answer your second question.

        STRATEGY_BARBARIAN {

        // must inherit from default
        Inherit STRATEGY_DEFAULT

        This means that the Bars will use the default settings unless new ones are listed in their section.


        This is true, however, they should using the barbarian strategy but instead are buildings wonders and buildings which means they switched to the default. My theory was towards the "why" not the "what". No doubt in my mind that they switch but I cant figure out the circumstances that cause the switch. I cant change the default strategy for fear that it will have adverse effects on the other civs especially new breakaway civs. I'd like to keep the barbarians confined to their own strategy so i can define their behavior in a primarily barbarians way

        Just call me Prince of the Barbarians OOPS, make that Settler of the Barbarians

        ------------------
        History is written by the victor.

        Comment


        • quote:

          Originally posted by WesW on 02-07-2001 08:21 PM
          AW, this paste fron the strategies.txt should answer your second question.

          STRATEGY_BARBARIAN {

          // must inherit from default
          Inherit STRATEGY_DEFAULT

          This means that the Bars will use the default settings unless new ones are listed in their section.


          This is true, however, they should using the barbarian strategy but instead are buildings wonders and buildings which means they switched to the default. My theory was towards the "why" not the "what". No doubt in my mind that they switch but I cant figure out the circumstances that cause the switch. I cant change the default strategy for fear that it will have adverse effects on the other civs especially new breakaway civs. I'd like to keep the barbarians confined to their own strategy so i can define their behavior in a primarily barbarians way

          Just call me Prince of the Barbarians OOPS, make that Settler of the Barbarians

          ------------------
          History is written by the victor.

          Comment


          • quote:

            Originally posted by hexagonian on 02-07-2001 09:52 AM
            I tried to link up to your site, but its not active anymore.


            I was one of those that had something happen to my account the other night, and it was pointing to the wrong place (notice my new settler status ) I'm trying to get the link to work again but so far no luck.

            quote:

            Got a favor to ask. Could you send me the files that you altered for the trading post fix.(or did you just enter trading posts into the BuildImprovement list - if so, then don't bother. The boost for production is an easy enough fix - as long as I can get the AI to use them I will make that boost too.

            And the BuildingBuildList file for the City Improvement sequence (or at least the entry) I want to make sure I have the verbage correct.


            ImprovementList:
            IMPROVEMENT_LIST_PRODUCTION {
            Improvement TILEIMP_TRADING_POST ## JAW
            Improvement TILEIMP_MINES
            }
            -----------------------
            BuildingBuildList.txt:
            add 1 to the number at the start of the file.

            BUILDING_BUILD_LIST_START {
            Building IMPROVE_CITY_WALLS
            Building IMPROVE_GRANARY
            Building IMPROVE_BAZAAR
            Building IMPROVE_ACADEMY
            Building IMPROVE_MILL
            Building IMPROVE_FACTORY
            }

            quote:

            Would you also be interested in taking on the challenge of boosting the AI for my Cradle Mod. I have been implementing stuff as I see it on the forums, and your tips have been very good. This mod is currently being playtested, with generally good reports, but it definitely needs tweaking in some areas. As I see it, you have a wealth of practical knowledge with your experimenting, and a look at my files would be much appreciated, to catch some changes that definitely need to be made.


            I'll gladly take a look at them, but it wont be until next week as this weekend I go to get firsthand knowledge of barbarians, i mean cheeseheads, ooops, I mean Wisconsinites

            quote:

            My initial goal has been to implement improvements outside of Slic (as I have no ability in that area)


            I dont blame you on this. Every attempt of mine to code SLIC fails on my PC even tho I've been assured the same code works on other machines.


            ------------------
            History is written by the victor.
            [This message has been edited by Alpha Wolf (edited February 07, 2001).]

            Comment


            • FTP site is functional again...dang case sensitivity

              ------------------
              History is written by the victor.

              Comment


              • Thanks - Make sure you read the posts about the Mod to get an idea what is happening.
                Yes, let's be optimistic until we have reason to be otherwise...No, let's be pessimistic until we are forced to do otherwise...Maybe, let's be balanced until we are convinced to do otherwise. -- DrSpike, Skanky Burns, Shogun Gunner
                ...aisdhieort...dticcok...

                Comment


                • Sorry, wrong thread.
                  [This message has been edited by Locutus (edited February 08, 2001).]
                  Administrator of WePlayCiv -- Civ5 Info Centre | Forum | Gallery

                  Comment


                  • Sorry, wrong thread.
                    [This message has been edited by Locutus (edited February 08, 2001).]
                    Administrator of WePlayCiv -- Civ5 Info Centre | Forum | Gallery

                    Comment


                    • John:
                      As far as I knew peace treaties don't give you any other agreements. I know the icons don't show up on the intelligence screen, but I may be wrong. Great, now I'm all confused........

                      ------------------
                      Author of Diplomod. The mod to fix diplomacy.

                      Rommell to a sub-commander outside Tobruk: "Those Australians are in there somewhere. But where? Let's advance and wait till they shoot, then shoot back."

                      Comment


                      • John:
                        As far as I knew peace treaties don't give you any other agreements. I know the icons don't show up on the intelligence screen, but I may be wrong. Great, now I'm all confused........

                        ------------------
                        Author of Diplomod. The mod to fix diplomacy.

                        Rommell to a sub-commander outside Tobruk: "Those Australians are in there somewhere. But where? Let's advance and wait till they shoot, then shoot back."

                        Comment


                        • quote:

                          Originally posted by pchang on 02-08-2001 12:52 PM
                          All you have to do is fill in the Barbarian strategy and get rid of the inherit STRATEGY_DEFAULT line.


                          I tried that once and got all kind of errors. At some point the AI expects the barbarians to switch and if it cant, LOOKOUT!!!!

                          ------------------
                          History is written by the victor.

                          Comment


                          • quote:

                            Originally posted by pchang on 02-08-2001 12:52 PM
                            All you have to do is fill in the Barbarian strategy and get rid of the inherit STRATEGY_DEFAULT line.


                            I tried that once and got all kind of errors. At some point the AI expects the barbarians to switch and if it cant, LOOKOUT!!!!

                            ------------------
                            History is written by the victor.

                            Comment


                            • quote:

                              Originally posted by hexagonian on 02-08-2001 09:53 AM
                              Thanks - Make sure you read the posts about the Mod to get an idea what is happening.


                              Will do

                              ------------------
                              History is written by the victor.

                              Comment


                              • Kull,
                                That IS big news on the Civ2 front, especially the gigamaps which make me wonder how a giga-Europe might look.

                                As for denigrating C2 mod efforts, it is important to realise that their efforts were only viewed unfavourably compared to the greater effort of ridding the underachieving and user-unfriendly CTP2 (although the type of differances in the game you discussed may take similar depths of advanced technical knowledge - I don't know). Without any point of reference, I would like to make it clear that C2 modifiers added 12 months onto the life of C2 for me and my circle of friends (prior to the multi-player version) without ever asking me for a penny.

                                As I seem to be in the business of handing out pats on the back, I hope you and your fellow C2 modifyers will accept one as well Lots of games receive fan support, but Civ, in all it's incarnations, has attracted some of the most intelligent and generous people to it over the years.

                                Regards
                                John
                                [This message has been edited by John Barbarossa (edited February 08, 2001).]

                                Comment

                                Working...
                                X