Apolyton Archive  |  Preserved copy of the Apolyton Civilization Site and its forums as they stood in September 2005. Read-only; nothing here can be posted to or replied to.  |  Forum index |  About this archive |  The 1998–2001 UBB forums
Today on Apolyton WARDELL INTERVIEW PROMO A.C.S. HISTORY CHAPTER 4 GET CIV4 /w FREE PLUS! A.C.S. PHOTO GALLERY GET A.O.M. V1.1
Apolyton Civilization Forums
main| civ2| civ3| civ4| smac| ctp2| ron| moo3| galciv| galciv2| alt| about|
ApolytonPLUS | register | search | faq | new posts | pm (-/-) | upload | members
hall of fame new! | civgroups | civgroups news | interviews | the column | radio | chat | directory | news | store | PLUS
Apolyton Civilization Forums : Powered by vBulletin version 2.0.3 Apolyton Civilization Forums > Miscellaneous > Archive > CtP2-Creation/AI/Mods/Scenarios-Archive > An evolution of the city: the region
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!

bottom of page
  
Author
Thread    < Last Thread     Next Thread > Post New Thread     Post A Reply
MrBaggins is offline MrBaggins
King

May 1999
time: 05:26
  Old Post 20-02-2003 23:52
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
An evolution of the city: the region Increase Your PM Length

There are 6 different growth stages a city has, defined in (citysize0.txt thru citycity5.txt)

The first 2 are the size 0 and size 1-6, center ring, and 1st 'ring' of tiles. Each subsequent growth stage adds to the range of influence that the city has. The last is pretty much unused.

I suggest that we use this last city size to denote a new type of 'city' a metropolitan region:

City's sprawl and merge. At the moment, when two cities grow large, they eventually run into one another and stunt each others growth.

What I am suggesting is that when the two cities grow to the maximum for the size5 growth AND they both have a particular city improvement (so that player an AI could prevent this happening should they wish to,) the two cities are 'destroyed' and merged into one, with a greatly increased radius of influence (and border and vision range to match):

* Wonders are combined in the new city.

* Where both have the same improvement, it is created in the new city.

* Troops are moved (and extras beyond 12 are placed closeby)

The other aspect to this is migration:

Cities within the new large radius will be subject to migration. This will be lessened and/or prevented by the building of certain improvements (or use existing improvements to lessen or negate migration.)

The flexibility 'problem' with a large city is the fact that there is only one build queue. This could be solved by having 'unit packages'... minature armies which are created when a unit package is built. The AI could easily be tasked to build these, and handle the change just fine.

Thoughts anyone? Its achievable as of now... although it would improve by being integrated with the colonization concept.

MrBaggins

HuangShang is offline HuangShang
King
USA, SoCal, L.A.
Jul 2002
time: 21:26
  Old Post 21-02-2003 06:05
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Support Apolyton, buy Civilization III: Complete

i have only one question right now: how large is the new city, is it much much bigger? and does it keep the shape of the original 2, or it is still squares (like normal cities)

i'd love to see anything new and this one sounds very tight

Peter Triggs is offline Peter Triggs
Prince
Gone Fishin, Canada
Jan 2000
time: 05:26
  Old Post 22-02-2003 03:08
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Support Apolyton buy from Amazon

Interesting ideas, Mr Baggins. I especially like the one about 'unit packages'.

BTW, you mentioned in another thread:

quote:

Regarding the UI being text defined (with templates)... thats how its done where the intent is to allow for user defined UI's... as per Mirc and, say, CtP2.


Could you please expand on this. AFAICR, no-one's had any luck playing with CTP2's UI.

MrBaggins is offline MrBaggins
King

May 1999
time: 05:26
  Old Post 22-02-2003 04:38
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Tired of ads?

I was playing around with it dealing with a problem I was having.

Its pretty straightforward, since I have some experience with text defined dialogs anyway...

Our only problem with doing 'useful things' is that we can't add functionality, only take away, because the inheretence of the numbers comes from CtP2.exe

Dialogs can't 'ASK' for information. We can make them more pretty, and tabbed and stuff though

MrBaggins

Last edited by MrBaggins on 22-02-2003 at 04:47

MrBaggins is offline MrBaggins
King

May 1999
time: 05:26
  Old Post 22-02-2003 08:27
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Enter the AD-FREE zone

BTW... its pretty clear that the original intent was to have fully modable user defined dialogs, but they ultimately never finished them, like so much else in CtP2.

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:26
Post  Old Post 23-02-2003 02:09 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Suffering from ads?

quote:
Originally posted by MrBaggins
BTW... its pretty clear that the original intent was to have fully modable user defined dialogs, but they ultimately never finished them, like so much else in CtP2.


Well then it is a left over from CTP1 there we have actual the same scripted UI system, and there is of course a limited possibility of modding it, for example we have the bigger trade screen in CTP1.

quote:
Originally posted by MrBaggins
Our only problem with doing 'useful things' is that we can't add functionality, only take away, because the inheretence of the numbers comes from CtP2.exe


Well if you are able to add to your new UI components a string then you could add some information to it, for instance we have all the build in arrays and build in strings, and we have the action array that can be loaded with a string. So far it is only theory but I think it is possible to tell the player more then an opponent has accepted or rejected his diplomacy proposal. Exspecialy we don't have to add something new here to the UI, just modify two strings.

-Martin

MrBaggins is offline MrBaggins
King

May 1999
time: 05:26
  Old Post 23-02-2003 02:13
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Lose 30 kilos (of popups)

Yes, the strings defined in the can include built in variables, and can be altered, the problem is that the variables you want are often (or usually ) out of scope.

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:26
Post  Old Post 23-02-2003 02:19 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#8 Report this post to a moderator
Support Apolyton or Terrorists Win

quote:
Originally posted by MrBaggins
Yes, the strings defined in the can include built in variables, and can be altered, the problem is that the variables you want are often (or usually ) out of scope.


Yeah that could be the problem with the action array. But it could be possible to use the accept and recect events to change it, and hope that the variables are in scope.

-Martin

Maquiladora is offline Maquiladora
Emperor

Jun 2001
time: 05:26
  Old Post 23-02-2003 02:25 Visit Maquiladora's homepage!
Edit/Delete Message Reply w/Quote
#9 Report this post to a moderator
Avatar Enlargement: We've got the solution

Regions eh, has someone been playing Sim City 4? I have, i just got it today Like the idea.

HuangShang is offline HuangShang
King
USA, SoCal, L.A.
Jul 2002
time: 21:26
  Old Post 23-02-2003 05:05
Edit/Delete Message Reply w/Quote
#10 Report this post to a moderator
Support Apolyton, buy Alpha Centauri

quote:
Originally posted by HuangShang
i have only one question right now: how large is the new city, is it much much bigger? and does it keep the shape of the original 2, or it is still squares (like normal cities)

i'd love to see anything new and this one sounds very tight


is it just me or did u miss my question?

Peter Triggs is offline Peter Triggs
Prince
Gone Fishin, Canada
Jan 2000
time: 05:26
  Old Post 23-02-2003 17:49
Edit/Delete Message Reply w/Quote
#11 Report this post to a moderator
Help yourself to an AD-FREE life

Thanks. I had a feeling that it was going to be something like that.

quote:

BTW... its pretty clear that the original intent was to have fully modable user defined dialogs, but they ultimately never finished them, like so much else in CtP2.


It looks like CTP2 is doomed to go down in history as 'the one that might have been the best civ game ever'.

The Big Mc is offline The Big Mc
King
Of the universe / England
Oct 2001
time: 05:26
  Old Post 24-02-2003 22:36 Visit The Big Mc's homepage!
Edit/Delete Message Reply w/Quote
#12 Report this post to a moderator
Support Apolyton, buy Civilization III: Complete

Well I have a suggestion which i came up with will dealing with city expansion and that was the city never seamed to expand right it was we have a new pop lets whack a city imp at the side and were ok.

Well the idea i had was of a city having six city step up and then we have to move to the next tile. before you ask this would also give us the opportunity to fix a bug or too.

we all know that you can only have a limited number of cities well if we convert every city to a tile imp we can use these cities and a pile of slic to allow for an increased number of cities to be made available for moding. The secondary benefits of this is colony’s as colony’s can be assigned a different tile imp and they look better.

MrBaggins is offline MrBaggins
King

May 1999
time: 05:26
  Old Post 25-02-2003 01:30
Edit/Delete Message Reply w/Quote
#13 Report this post to a moderator
Avatar Enlargement: We've got the solution

I reached a point designing various functionalities... specifically game state discovery and alteration, that whilst I could achieve a lot of it, the actual tools provided were pretty pitiful, in comparison to a mature programming language, that I'm used to, and that I'm doing kludgy workarounds to solve problems that should be simple... given a mature development environment.

Admittedly, you have to give some large amount of kudos to MrOgre and the team for developing a remarkably flexible game. They were subject to limitations that ultimately produced a suboptimal product though.

I decided that, rather than continue to wrestle with the SLIC engine any further, that my time and energy would be better spent developing a new environment.

The project name for this is Catapult. It deviates from most designs in that the game engine does not include game logic, or even game entities (such as cities.) There is a staggered isometric map, but thats about all that is predefined.

This logic and these entities are defined and created in a macro language, which is then parsed by the parsing engine and rendered by the graphics engine.

Thus, to make a game, you hard code (as in compile) nothing... and anything that was done to create the 'original' game as was, you will be able to change, remove or extend.

MrBaggins

The Big Mc is offline The Big Mc
King
Of the universe / England
Oct 2001
time: 05:26
  Old Post 27-02-2003 17:42 Visit The Big Mc's homepage!
Edit/Delete Message Reply w/Quote
#14 Report this post to a moderator
Support Apolyton buy from Amazon

Catapult what about son of slic

MrBaggins is offline MrBaggins
King

May 1999
time: 05:26
  Old Post 27-02-2003 19:51
Edit/Delete Message Reply w/Quote
#15 Report this post to a moderator
Full PM-box? Change here!

can you clarify what you just said? (Big Mc)

The Big Mc is offline The Big Mc
King
Of the universe / England
Oct 2001
time: 05:26
  Old Post 27-02-2003 21:08 Visit The Big Mc's homepage!
Edit/Delete Message Reply w/Quote
#16 Report this post to a moderator
Increase the size of your Attachments

its a joke you know it is soposed to be funney.

  < Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:26.
Apolyton Time is 00:26.
    top of page
Rate This Thread:
archivepost
Forum Jump:
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
 




Contact Us - Apolyton Civilization Site - Support Us!

Building a better Apolyton through better information. Click here and take our poll!
Non-US visitors, click here!

Powered by: vBulletin Version 2.0.3
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Page generated in 0.0438 seconds (89.15% PHP - 10.85% MySQL) with 31 queries
Page Loading Time:

Support Apolyton: Amazon USA | Amazon UK | Amazon DE | Amazon FR |
Support Apolyton and get FREE PLUS, Buy from Chips&Bits: Galactic Civilizations | Galactic Civilizations: Deluxe Edition | Call to Power 2 | Civilization: The Boardgame | GURPS/ Alpha Centauri | Alpha Centauri | Civilization IV | Civilization III: Complete |


Front Page | Civilization IV | Civilization III | Civilization II | Call to Power II | Alpha Centauri | Master of Orion III
Rise of Nations | Galactic Civilizations | Galactic Civilizations II | Misc
Alt.Civs | Civ I | C:CtP I | About | News | Directory | Apolyton Store | Forums | Chat | Columns | Interviews | Newsletter
Scenario League | CSC | Clash of Civs | Spanish Site | CtP Maps | Cradle of Civ | WesW's Ctp1/2 Site | Civ3 Haven

apolyton.net | apolyton.com | civilization2.net | civilization3.net | civilization4.net | civilizationiv.info | calltopower.net | galciv.net | galciv2.net | moo3.net