Apolyton Archive  |  Preserved copy of the Apolyton Civilization Site forums as they ran on Ultimate Bulletin Board, 1998–2001. Read-only; nothing here can be posted to or replied to.  |  Forum index |  About this archive |  The 2005 site & forums

  Apolyton Civilization Site Forums
  CtP2-General/Strategy/Multiplaying
  City influence and size

Post New Topic  Post A ReplyPost A Reply In A New Window

profile | register | preferences | faq | search next newest topic | next oldest topic bottom of page
Author
Topic:   City influence and size Format for Better Printing
XWaste
Prince
of passionpop
Aug 2000
posted December 02, 2000 08:57   Click Here to See the Profile for XWasteClick Here to Email XWaste  send a private message to XWasteSend a Message to UIN: 85001225
Edit/Delete Message    Reply To And Quote This Message
IP: Logged, Admin Access Only
Ok, this is what the manual says (p26)

quote:


As a city grows in population, its area of influence will eventually spread out even further, as much as two more tiles in every direction for extremely large cities.

so this is meant to mean that the city influence will extend three tiles from the city yes?

but, also from the manual (p27)

quote:


Also keep in mind that a city's area of influence can expand considerably over the span of time. Although they may start of small and remain so for hundreds of years, eventually cities may grow to control every terrain tile within a five-tile radius of the city centre!

this seems to suggest that it will extend five tiles from the city?!?

As I am too impatient to wait until I have played a couple of games through to find out which is the truth can some one else please help me so I can plan where to put my cities - how large an area of influence do they get

Just the first in a long line of queries I am sure to have.

spive1216
Settler
chicago il usa
Dec 2000
posted December 02, 2000 13:12   Click Here to See the Profile for spive1216Click Here to Email spive1216  send a private message to spive1216Send a Message to UIN: 34517399
Edit/Delete Message    Reply To And Quote This Message
IP: Logged, Admin Access Only
your city's tile influence grows with it's pop size. it's eventual size depends on your borders (marked in blue...) if you have no other cities close enough to infringe on your borders, it should very large. your first increase should come at pop 8 or thereabouts.
DarkOrder
Chieftain
Los Angeles, CA.
Nov 2000
posted December 02, 2000 20:02   Click Here to See the Profile for DarkOrderClick Here to Email DarkOrder  send a private message to DarkOrder
Edit/Delete Message    Reply To And Quote This Message
IP: Logged, Admin Access Only
size 7= 2 tiles
size 19= 3 tiles
size 30something= 4 tiles

at around city size 60 the city takes up just about all of the national border.

Smooshies

XWaste
Prince
of passionpop
Aug 2000
posted December 03, 2000 00:23   Click Here to See the Profile for XWasteClick Here to Email XWaste  send a private message to XWasteSend a Message to UIN: 85001225
Edit/Delete Message    Reply To And Quote This Message
IP: Logged, Admin Access Only
Yeah, I've noticed the border doesn't change when the cities area of influence changes. So the border is four tiles away, and the city can grow to fill the border

So the manual isn't right in any place, the city influence max is four tiles, not three or five?

Darkknight
Warlord
Ireland,Galway,Athenry
Nov 2000
posted December 04, 2000 21:29   Click Here to See the Profile for DarkknightClick Here to Email Darkknight  send a private message to DarkknightSend a Message to UIN: 96951342 Visit Darkknight's Homepage!
Edit/Delete Message    Reply To And Quote This Message
IP: Logged, Admin Access Only
I think it's something like:
------545------------------------------------
-----54345-----------------------------------
----5432345---------------------------------- ---543212345--------------------------------- ---432101234--------------------------------- ---543212345--------------------------------- ----5432345---------------------------------- -----54345----------------------------------- ------545------------------------------------

Thats probably wrong i remember 5 as only affecting 3 tiles each corner but there's definetly 5 and 5 only affects the corners
this is ****ed up because of the posting system thing try to figure it out

------------------
" mind over body "
[This message has been edited by Darkknight (edited December 04, 2000).]
[This message has been edited by Darkknight (edited December 04, 2000).]
[This message has been edited by Darkknight (edited December 04, 2000).]

lago
King
King King King Ace
Nov 1999
posted December 05, 2000 13:10   Click Here to See the Profile for lago   send a private message to lagoSend a Message to UIN: 62602340
Edit/Delete Message    Reply To And Quote This Message
IP: Logged, Admin Access Only
code:

------545------------------------------------
-----54345-----------------------------------
----5432345----------------------------------
---543212345---------------------------------
---432101234---------------------------------
---543212345---------------------------------
----5432345----------------------------------
-----54345-----------------------------------
------545------------------------------------

XWaste
Prince
of passionpop
Aug 2000
posted December 05, 2000 18:31   Click Here to See the Profile for XWasteClick Here to Email XWaste  send a private message to XWasteSend a Message to UIN: 85001225
Edit/Delete Message    Reply To And Quote This Message
IP: Logged, Admin Access Only
OK, so the max radius is basically four, but because for some reason diagonals are counted as two not one you can claim that the influence can reach five tiles away.


so instead of
--111--
--101--

I guess the reasoning is that because the diagonal length is longer then the model should be

--212--
--101--

It's not that big a hassle in the game, now that I have been playing a bit and so have a better feel for the cities and their growth but its just one of those things that make learning the game more frustrating than fun, with a manual that is so bad. Why couldn't they just say the influence will reach a four tile radius if that is the case.

Al'Kimiya
Settler

Nov 2000
posted December 06, 2000 17:24   Click Here to See the Profile for Al'KimiyaClick Here to Email Al'Kimiya  send a private message to Al'Kimiya
Edit/Delete Message    Reply To And Quote This Message
IP: Logged, Admin Access Only
I played around a bit with the lines

BORDER_INT_RADIUS 4
BORDER_SQUARED_RADIUS 20

in ctp2_data\default\gamedata\const.txt

as well as the SquaredRadius setting in citysizeX.txt

This in order to test different city influence settings and discovered the following:

first off.. the border_int_radius seems to do nothing (at least not that affects gameplay, I could be wrong though, correct me if so)

The border_squared_radius is interesting, corresponding the SquaredRadius in the citysizeX.txt determines which squares belong to a city influence.

I found out the following:

code:

---------------
---------------
-----JHGHJ-----
----IFEDEFI----
---JFCBABCFJ---
---HEB000BEH---
---GDA0x0ADG---
---HEB000BEH---
---JFCBABCFJ---
----IFEDEFI----
-----JHGHJ-----
---------------
---------------

Where x is the city.
The letters denote areas under city influence (including areas with lower letter).

Producing a little table:

code:

SquaredRadius Letter
0-3 0
4 A
5-7 B
8 C
9 D
10-12 E
13-15 F
16 G
17 H
18-19 I
20-24 J

(Yes, I restarted the game MANY times )

You can enter larger numbers in the citysizeX.txt, but make sure the BORDER_SQUARED_RADIUS is at least as large as the largest citysize. Don't know if the game will crash but it's illogical

Btw, does anyone know why there are 6 citysize files containing the same data?

Anyway, I hope someone has any use for this!

Apolyton Civilization Site Forums
> > > CtP2-General/Strategy/Multiplaying Forum

next newest topic | next oldest topictop of page

All times are EDT

Administrative Options: Close Topic | Archive/Move | Delete Topic | Top
Post New Topic  Post A ReplyPost A Reply In A New Window
Hop to:

Contact Us
Apolyton Civilization Site

Powered by: Ultimate Bulletin Board, Version 5.44a
© Infopop Corporation (formerly Madrona Park, Inc.), 1998 - 2000.

AltaVista Type or paste text or Web address (beginning with http://) here:
Powered
by Systran
Translate from: 

Front Page | Civilization III | Dinosaurs | Civilization II | Call to Power | Call to Power II | Alpha Centauri | Alternative Civs | Misc | Links | About ACS | GameStats
GameLeague | Scenario League | HAC | Civilization Scenario Collection | Spanish CivII Site | Clash of Civs | CtP Maps | Art of War | WesW's Ctp1/2 Site