Announcement

Collapse
No announcement yet.

Terrain questions?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Terrain questions?

    When modifying Terrain.txt is there any other file{s} that needed to be tweaked?
    I am speaking of basic altering such as increasing food amounts or even production amounts?

    Thanks

    Troll
    Hi, I'm RAH and I'm a Benaholic.-rah

  • #2
    Only the goods.txt and the tileimp.txt influence the terrain boni in addition. If you want to have your alterations reflected in the Great Library that you have to write knew Great Library files. If their names differ from the default ones then you have to modify the according *icon.txt's. If your new GL entry file replaces one of the old entries then it shouldn't be any problem to store these files in the ..\english\gl\ folder with the *.zfs file. Unfortunatly I don't know if these files should be in the default directory or can be stored in an according scenario subdirectory. If it has to be the default directory then you have select own names in order to preserve the compartibility with other mods and scenarios.

    -Martin
    Civ2 military advisor: "No complaints, Sir!"

    Comment


    • #3
      The GL files must go in the default directory. The convention seems to be to change the 3rd and 4th letters of each file name to be unique to your mod. e.g. In the MedMod preqa066 becomes prmma066.
      Last edited by J Bytheway; October 31, 2002, 17:27.

      Comment


      • #4
        I just altered the basic 0/20/5 setup to increase the food allowed for mountains and hills to I believe 5/20/5.
        But, I did alter the ships to move more as well as settlers move more.


        I believe I either 2/3rds increase or 3/4ths increased movements of those units.

        Maybe that werent such a good idea??
        Hi, I'm RAH and I'm a Benaholic.-rah

        Comment


        • #5
          Originally posted by Troll
          I just altered the basic 0/20/5 setup to increase the food allowed for mountains and hills to I believe 5/20/5.
          But, I did alter the ships to move more as well as settlers move more.


          I believe I either 2/3rds increase or 3/4ths increased movements of those units.

          Maybe that werent such a good idea??
          If you're saying that because you're worried about the GL stuff - don't be. Since I assume you're the only one using this mod you needn't worry about the GL.

          Comment


          • #6
            Originally posted by J Bytheway


            If you're saying that because you're worried about the GL stuff - don't be. Since I assume you're the only one using this mod you needn't worry about the GL.
            I am, so are there any limits on the movement amount, I put the battleship to 1000 and the Plasma Destroyer to around 1500 and the Calvary & Knight increased somewhere around 2/3rds..any reason this shouldnt work??
            Hi, I'm RAH and I'm a Benaholic.-rah

            Comment


            • #7
              Not that I know of, but I've never known such large movements being tried. If it causes problems, perhaps you should reduce the movement cost of water tiles rather than increasing the movement of the ships?

              Comment


              • #8
                Originally posted by J Bytheway
                Not that I know of, but I've never known such large movements being tried. If it causes problems, perhaps you should reduce the movement cost of water tiles rather than increasing the movement of the ships?
                OK

                I'm into turn 55 I think now and all is well and will keep you posted, but already I feeling fairly comfortable....will keep an update!

                Troll
                Hi, I'm RAH and I'm a Benaholic.-rah

                Comment


                • #9
                  Originally posted by Troll
                  I am, so are there any limits on the movement amount, I put the battleship to 1000 and the Plasma Destroyer to around 1500 and the Calvary & Knight increased somewhere around 2/3rds..any reason this shouldnt work??
                  I guess you mean the number behind MAX_MOVEMENT in the unit.txt and not the number of move points that the player see in the game. Such a high number for the MAX_MOVEMENT flag is not a problem there are also other units with such a high number. Technically there is a limit for the number of move points but as it looks it is so high that it is unlikely to reach it.

                  -Martin
                  Civ2 military advisor: "No complaints, Sir!"

                  Comment


                  • #10
                    Oh, yes - I had forgotten about that factor of 100 difference - in that case your values will be fine. The limit is likely to be 32767 or thereabouts (Maybe 30000...)

                    Comment


                    • #11
                      Originally posted by J Bytheway
                      The limit is likely to be 32767 or thereabouts (Maybe 30000...)
                      That limit would mean negative numbers as movement rates are also supported, actual this doesn't make sense, but whoever knows if they used unsigned ints or in their laziness just ints. So the limit could be also 65535 or something like this, if they used unsigned ints for that flag.

                      -Martin
                      Civ2 military advisor: "No complaints, Sir!"

                      Comment


                      • #12
                        IIRC, I had asked once before..many moons ago..about the Leviathan..if I remember it had a movement of about 10..and that would roughly equate to 1 turn.

                        I have severeal set up toward 1500..just seemed more realsitic..at least in TROLLDOM

                        Thanks for all the help!
                        Hi, I'm RAH and I'm a Benaholic.-rah

                        Comment


                        • #13
                          Ok..lets return to class.
                          I am now looking at the terrain.txt file closer..I have copied some file outakes..look at this:

                          ENV_BASE {
                          ENV_SCORE 0
                          ENV_GOLD 0
                          ENV_DEAD_GOLD 0
                          ENV_FOOD 0
                          ENV_SHIELD 5
                          ENV_MOVEMENT 200
                          ENV_FREIGHT 100
                          ENV_MATERIALS 0
                          ENV_TIME 0
                          ENV_DEFENSE 0
                          ENV_DEAD_FOOD 0
                          ENV_DEAD_SHIELD 0

                          This is from
                          TUNDRA

                          Now I see the movement is 200 here..I also cut the following below:

                          from what i believe must be as you add additional tile improvements..such as roads,railroads and super conductor.."MAGLEVS"

                          ENV_MOVEMENT 33
                          ENV_FREIGHT 33
                          ENV_MATERIALS 300
                          ENV_TIME 2
                          ENV_ADVANCE ADVANCE_TOOLMAKING
                          }
                          ENV_ROAD2 {

                          ENV_MOVEMENT 20
                          ENV_FREIGHT 20
                          ENV_MATERIALS 600
                          ENV_TIME 3
                          ENV_ADVANCE ADVANCE_RAILROAD
                          }
                          ENV_ROAD3 {

                          ENV_MOVEMENT 10
                          ENV_FREIGHT 10
                          ENV_MATERIALS 1200
                          ENV_TIME 4
                          ENV_ADVANCE ADVANCE_SUPERCONDUCTOR
                          }

                          I notice that the movement amount

                          GREATLY REDUCES

                          So, I am deducing that you could simply reduce the movement points here, versus individual units movemets and does anyone think that this should cause a problem??


                          I will be looking forward to any input..


                          Thanks for any assistance!



                          Troll
                          Hi, I'm RAH and I'm a Benaholic.-rah

                          Comment


                          • #14
                            No, that shouldn't cause any problem at all.

                            Comment

                            Working...
                            X