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 > Limiters
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
Bluevoss is offline Bluevoss
Prince
Orlando, Florida
Dec 2000
time: 05:18
  Old Post 17-04-2002 09:57
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
Limiters Help yourself to an AD-FREE life

All,

Has there been any work on game ballence limitations? Right now, it seems that once you start to run away with it, there is little that the computer can do. Some possibilities for consideration:

1) How do you drop the max cities per gov type? I figure that half (or even more) would be pretty fun - in my games, I usually don't come close. What happens when you break this value?

2) The BEST CASE solution would be some slik code that would look at your point lead (if you take first place) and begin adding a negative to eacy city's unrest (or just raise the riot level). This would mean that as you pulled ahead, you would have to put more emphisis (entertainers, buildings, tax/food/workday rates) into cities to keep them from rioting. And with the riot fluxing becuase of your points, it would be possible to fall into a riot state without seeing it coming.

3) Another idea would be to tie the other races deplomacy to your lead. The furhter ahead you are, the more they don't like you . I dunno how effective this is- I still haven't been really challenged by an AI attack yet (playing a mid-range MedMod2.0 game right now).

Any other ideas on this?

Bluevoss-

Lou Wigman is offline Lou Wigman
Warlord
Newcastle,Australia
Jun 2001
time: 15:18
  Old Post 17-04-2002 10:48
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Support Apolyton buy from Amazon

There's some SLIC code by IMMORTAL WOMBAT which combines AI civs when the human starts to pull ahead. I haven't had time to test it yet. I don't think anyone has. Work in Progress I guess.

Dale is offline Dale
King
Sir! Why do you keep clicking on me?
Dec 2000
time: 15:18
  Old Post 17-04-2002 11:54
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Lose 30 kilos (of popups)

Bluevoss:

Try the World At War MOD. The AI starts with exactly the same as you (one tech and a couple of units) but it's bloody hard to get in front of the AI, let alone catch up!

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:18
  Old Post 17-04-2002 17:03
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

Welcome back BlueVoss where have you been?
I thoght you had left us for good?

1) ctp2_data/default/gamedat/govern.txt
Jut alter the line

code:
MaxCityThrereshold

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:18
  Old Post 17-04-2002 17:29 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Get a bigger avatar today!

Lou, I was forced to halt for a while, as I couldn't find a way to store all the unit positions in an array while they were changing owners

Bluevoss is offline Bluevoss
Prince
Orlando, Florida
Dec 2000
time: 05:18
  Old Post 17-04-2002 19:18
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Increase the size of your Attachments

Been "Down the Pike" for a bit. Ended up screwing around a little with Civ3 but it really didnt spark anything for me. I've also been working on a novel - the story of Elisha, a Tyrian Princess in 820BC (the founder of Carthage). I've been heavy into research and writing, and have drifted away from games for a bit. I've been on a bit of a break from it, but its time to pick up the story again.

I keep finding myself drifting back to CTP2 - I like the graphics and interface, and love the map generation. So its good to see that work is still going on. The game has such potential.

Got another question - there was a way to force the computer to put lots and lots of races into the game. I did it 6 months ago (had 14 races selected when I started my current game). As I recall, it was set in a file someplace. Anyone remember where? This time, I'll put it in a readme.

Bluevoss-

PS - Just took a city last night after a long battle and was given the choice to destroy it or keep it. Does this happen for any size city? I gotta admit that this is a GREAT addition. In reading about the Hittites and such, destroying a city was a very common occurance. The fact that I can raid into enemy lands and totally destroy their cities (rather than the loooong process of starving them down to nothing while selling off their improvements) is a good thing. Thats, Wes!

hexagonian is offline hexagonian
King
Gnawing on your mind...
Jun 1999
time: 23:18
  Old Post 17-04-2002 19:55 Visit hexagonian's homepage!
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations

Go into userprofile.txt and change the
NumPlayer=x
(x is number of civs in the game - the max is either 28 or 32)

Also, you can change the
MaxPlayer=x
(x is maximum number of civs in the game) in that file to something greater than the NumPlayer number (I usually use 6 greater) This will allow cities that revolt to form splinter civs. Please note that you will get pollution messages from time to time warning of global disasters. These messages mean nothing, and they cannot be removed.

After doing this, when you start a game, do not adjust the number setting in the menu where you set up your game parameters.

The coding you referred to about razing cities is a nice one to have. It's also part of 'Cradle' - Martin is the creator of it.

Bluevoss is offline Bluevoss
Prince
Orlando, Florida
Dec 2000
time: 05:18
  Old Post 17-04-2002 22:00
Edit/Delete Message Reply w/Quote
#8 Report this post to a moderator
Help yourself to an AD-FREE life

Hex,

Thanks for the info. Thats one thing I love about CTP2 - the ability to put a mess of races in there. Really, early civs rubbed against each other a lot. Since I'm an ancient's fanatic, I really like the thought of spearmen getting run down by chariots. Its so BCish.

I was so pissed when I watched the movie "The Color Purple". I thougth it was going to be about the Phoenicians.

BTW, whats the upper limit to the number of races?

Bluevoss-

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:18
  Old Post 17-04-2002 22:36
Edit/Delete Message Reply w/Quote
#9 Report this post to a moderator
Browse Apolyton AD-FREE

quote:
Originally posted by Bluevoss
BTW, whats the upper limit to the number of races?

32,
But for every civ you add the end turn will be slower.
Once i played 24 races, but when reached reinassaince age the civs were big and the end turns used to take about 5 minutes to start a new one.
I ended up finishishing the game for lack of patient

hexagonian is offline hexagonian
King
Gnawing on your mind...
Jun 1999
time: 23:18
  Old Post 17-04-2002 22:46 Visit hexagonian's homepage!
Edit/Delete Message Reply w/Quote
#10 Report this post to a moderator
Support Apolyton, buy Civilization III: Complete

quote:
Originally posted by Bluevoss
I'm an ancient's fanatic, I really like the thought of spearmen getting run down by chariots. Its so BCish.


You have to play Cradle then - currently at 450 turns, I'm at 0 AD with the tech tree lining up nicely with the timeline.

..in a tight battle for 7th place on the power graph too

TheArsenal is offline TheArsenal
Prince
Sunny Southern California
Mar 2002
time: 21:18
  Old Post 17-04-2002 23:14
Edit/Delete Message Reply w/Quote
#11 Report this post to a moderator
Support Apolyton, pre-order Civilization IV

Speaking of which. Currently, I am playing with 11 civs. One of the things I'm finding is that after I establish an Embassy, not all of the civs are showing up in the screen which shows advances. This hasn't bothered me, as the ones not being shown are lesser in science, and I can guess their rate by using the power chart, but it still would be nice to see. Is this common? Is there a way to fix this?

hexagonian is offline hexagonian
King
Gnawing on your mind...
Jun 1999
time: 23:18
  Old Post 17-04-2002 23:30 Visit hexagonian's homepage!
Edit/Delete Message Reply w/Quote
#12 Report this post to a moderator
Avatar Enlargement: We've got the solution

There is a limit of having 8 civs on the comparison screen. There is no way to alter this, as this seems to be hardcoded.

However, you can see what advances you can give/exchange to any civ in the diplomacy menu when you have an embassy with them, and see what they have to give to you. Not ideal, but it works.

TheArsenal is offline TheArsenal
Prince
Sunny Southern California
Mar 2002
time: 21:18
  Old Post 17-04-2002 23:59
Edit/Delete Message Reply w/Quote
#13 Report this post to a moderator
Get a bigger avatar today!

quote:
Originally posted by hexagonian
There is a limit of having 8 civs on the comparison screen. There is no way to alter this, as this seems to be hardcoded.

However, you can see what advances you can give/exchange to any civ in the diplomacy menu when you have an embassy with them, and see what they have to give to you. Not ideal, but it works.


Not ideal, but a good simple solution, thanks. As I rarely use the diplomacy screen to give away advances and I have *never* gotten a civ to give me an advance (speaks to my diplomacy style, I guess) I would haven't thought to do it this way.

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:18
  Old Post 18-04-2002 00:37
Edit/Delete Message Reply w/Quote
#14 Report this post to a moderator
Increase Your PM Length

quote:
Originally posted by hexagonian
There is a limit of having 8 civs on the comparison screen. There is no way to alter this, as this seems to be hardcoded.

Actually we could probably change it through the ui_data files. But this will need a lot of effort to find the correct file and dicover how to change it without messing out the game.

Locutus is offline Locutus
ACS CTP1/2 Manager & Civ4 Co-Manager
Hengelo, The Netherlands
Nov 1999
time: 06:18
  Old Post 18-04-2002 06:01 Visit Locutus<br><img src=/forums/images/staff-icon.gif>'s homepage!
Edit/Delete Message Reply w/Quote
#15 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

quote:
Originally posted by Immortal Wombat
Lou, I was forced to halt for a while, as I couldn't find a way to store all the unit positions in an array while they were changing owners

Huh? Why? How hard can it be? Combine a location array, an unittype array, a hitpoint and a veteran toggle array... Index uniquely determines unit...

Bluevoss is offline Bluevoss
Prince
Orlando, Florida
Dec 2000
time: 05:18
  Old Post 18-04-2002 08:04
Edit/Delete Message Reply w/Quote
#16 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

I was just thinking on the way home - one of the great things that kill major empires are that they usually break into two major pieces.

Think about it - Alexanders Empire fragged (into four pieces).

Rome split - east and west.

The Arab empire split, also east and west.

America Split, with the north eventually taking over the south.

So how hard would this be to add, Mod-makers? Could we have something where the nation splits (either north-south or east-west, with half of the cities going to each side). The player could then keep whatever section his palace was in (or, opionally, he could play the rebel side, and take the other faction). All units would be changed to whichever's city was closest.

Tech would be the same for both empires. Diplomacy with the new faction would start from scratch (other than what knowledge was already known).

How could this work? Say that every turn, whichever nation was in the lead (point wise) would have, I dunno, a 1% chance of civil war? Or maybe it would be based, somehow, on the empires happyness. Anyway, it should come out that something like 80% happyness is the norm and anything above or below that modifies the chances.

This would really go a long way to break the back of nations that are well in the lead.

Of course, there should be a way to turn this off for those who don't care for it.

But think about it - you are rampaging across the world, and there are no challenges worth facing. And suddenly, you find yourself on par with a new, hostile nation that shares your border. Egad, would that ever put a kink in your domination plans!

Bluevoss-

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:18
  Old Post 18-04-2002 17:06 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#17 Report this post to a moderator
Browse Apolyton AD-FREE

quote:

Huh? Why? How hard can it be? Combine a location array, an unittype array, a hitpoint and a veteran toggle array... Index uniquely determines unit...

You'd think . That's what I did, and I got array index 0 out of bounds errors all over the shop. Leave debugslic at no, and nothing happened. I'm looking at it again, Peter sent me an altered version which might help.

The Big Mc is offline The Big Mc
King
Of the universe / England
Oct 2001
time: 05:18
  Old Post 18-04-2002 17:42 Visit The Big Mc's homepage!
Edit/Delete Message Reply w/Quote
#18 Report this post to a moderator
Browse Apolyton AD-FREE

I get what your going at Bluevoss and it could be a pretty good addition

like an old civ you thought you killed ages a go suddenly rebelling and you basically got to go over there and kick them around a bit.
Like the Indian mutiny against the British

Could possibly be done on the change of government so they take advantage of your anarchy.

Or when you try to change your government some people don’t want to change and split of from your civ

This could easily be done using slic

Assign every city that you capture to an array with there old owners name there and when you go into anarchy rebel all the civs hat have been completely killed of .

Unfortunately I am busy with my new orders so some one will have to code it other then me if I was looking for a new project like I do every once in a while I would do it for you but I ma so busy at the moment.

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:18
  Old Post 19-04-2002 18:31
Edit/Delete Message Reply w/Quote
#19 Report this post to a moderator
Avatar Enlargement: We've got the solution

DP

Last edited by Pedrunn on 19-04-2002 at 18:42

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:18
  Old Post 19-04-2002 18:36
Edit/Delete Message Reply w/Quote
#20 Report this post to a moderator
Support Apolyton buy from Amazon

Bluevoss,
It could be somethin like:
When a city revolts it could get 1/5 to 1/2 (ramdomly and depending on the happiness level) of the cities of the whole empire that are near to this revolting city.
I dont like the total randomness of this kind of feature. It will also revolt the player .

Hermann the Lombard is offline Hermann the Lombard
Prince
Hoboken, NJ, USA
Jun 1999
time: 00:18
  Old Post 19-04-2002 21:02
Edit/Delete Message Reply w/Quote
#21 Report this post to a moderator
Support Apolyton buy from Amazon

There probably should be more chance of revolt of peripheral cities during a change of government, and Pedrunn's idea of having an increased chance that nearby cities will go too is good.

But he's also right that it will revolt the players!

Actually, (in Cradle) there is one specific point where I think that the max. number of cities should suddenly drop, and there should be a very high chance of civil war: entering the Dark Ages. Complete that "advance" and the sh*t hits the fan. Max cities should drop to (say) 15 or 20 and shouldn't go up again until you achieve one of the medieval governments: theocracy, monarchy, or caliphate.

child of Thor is offline child of Thor
Emperor
UK
Jan 2002
time: 05:18
  Old Post 20-04-2002 20:29
Edit/Delete Message Reply w/Quote
#22 Report this post to a moderator
Increase Your PM Length

Hi Bluevoss,
got a few links that are worth a look, the splinter colony/Fractured civ has been discussed just can't find the link for that one.Still these are good reading and give an idea of the scope that modders are currently thinking about here , here , here , and here . Hope the links work ok and you find the info usefull - I'm a newbie here, and it's good to see someone of your experience back here

Bluevoss is offline Bluevoss
Prince
Orlando, Florida
Dec 2000
time: 05:18
  Old Post 21-04-2002 04:08
Edit/Delete Message Reply w/Quote
#23 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations

The more I think about this, the more I realize that it would have to be a "sub-module" of cradle.

I'm reading a history of Egypt in the lands of Canaan right now. Things happen beyond the abilities of rulers there (thats putting it mildly). But things that would cause great changes to the world are all random (droughts, civil wars, decline of empires).

So we have a branch that forms at this point.

One one line of thinking, we need to preserve a game so that people can play and have a reasonable chance of succeeding, based largly on their skill. Its like playing poker and expecting the cards not to change in your hands. Call this the "Empire Building" branch.

One the other branch, we have the historical aspects. We have empires that break away (or crumble before a suddenly MASSIVE wave of raiders (the Hittites vanished overnight before attacks by the "Sea People" (who are thought to be a collection of peoples displayed by droughts - a collection of barbarian tribes). And at the time, the Hittites were the second major power in the world (behind the Egyptians, who bearly stopped the Sea Peoples). Aside from this Professor Bluevoss lecture, what I'm trying to say is that vast changes happened to empires, sometimes overnight, sometimes over decades. The game does not allow this to occure. Call this the "Historic Empires Branch".

The "Empire Builder" is good if you want to play a game that builds on itself, where you work over time to overcome your obsticles.

The "Historic Empires Branch" would allow races to grow and then fall apart. This would probably take the form of increasing difficulties from the top point empire until it falls apart under rioting and starvation. Once it fragments, it can attempt to grow once again (perhaps by fighting against parts of its former domains).

Just some thoughts - and just some notes that I acknowledge the game that some people want to preserve (including myself).

Bluevoss-

seanas is offline seanas
Settler
london
Apr 2002
time: 05:18
  Old Post 24-04-2002 05:39
Edit/Delete Message Reply w/Quote
#24 Report this post to a moderator
Support Apolyton, buy Alpha Centauri

bluevoss: the splittiing of empires and civil war never happens just by accident.

the problem with all civil wars is that they all have, for want of a better phrase, specific trigger conditions:

>Think about it - Alexanders Empire fragged (into four pieces).

yes, but only because alexander was a tyrant who went and died unexpectedly. most tyrannies, especially as late in the game as alexander occurs, tend to be unstable. (cf: the collapse of the mongols)

> Rome split - east and west.

largely a reaction to an administrative collapse caused by distance (its what the appian way is designed to ameliorate)

> The Arab empire split, also east and west.

cant say i know a shitload about the arab empire, altho what i do know says they were stuffed by a combination of militant christianity and militant islam - ie, competing civilisations.

> America Split, with the north eventually taking over the south.

yeah, but the us civil war was largely about slavery - which is covered in the emancipation act (altho you could have more severe results from the emancipation act: empire splits rather than mere riots. but really, which player doesn't get to build the emanciaption act first, or at least abolish all their slaves prior to its construction?)

the civil war was also a result of the tensions between an industrial mode of production in the north and a mercantilist mode in the south. i guess at a pinch this could be represented by a civil war between those parts of the empire that had lots of TI and those that didnt, but realistically, this sort of distinctin is already modelled by the happiness rating of each city (which is dependent upon both TI and city improvements).

civil wars are the result of specific trigger conditions, many of which are already modelled in CTP2; the fact that only AI suffer from them reflects one or both of a: player skill; b: inherent limitations of turn-based strategy games. if i know a civil war is on the cards, or even a riot, i'll do whatever is necessary to avoid it - hence removing the possibility of a civil war. to revisit the issue by making civil wars arbitrary is to disassociate them from their hisotrical circumstances (which games like CTP2 are supposed to model), and to render them as random, and thus unameliorative by player action.

a better model might be the an lushan rebellion in t'ang dynasty china: the (barbarian) army that had established the extended boundaries of the t'ang dynasty rebelled and overthrew it - temporarily at least, but the after-effects lasted way into the song dynasties.
this might be modelled, most simply, by barbarian attacks (something, i have to confess, i do without), but perhaps, more compexly, by the sort of trigger that in the old Civ boardgame caused civil war: if yr army was too technologically advanced relative to yr government type, it could rebel and impose itself (i dont even wanna think about what the slic would have to look like tho).

civil wars are never random; droughts and empire decline likewise; they all tend to be related to the conditons of government. games like CTP2, in which the player has the role of head of state, simply can't model the kinds of crises caused by dynastic decline or misrule (or at least not without totally negating the modes of presence and gameplay inherent in turn-based strategy games).

cheers,

sean

Peter Triggs is offline Peter Triggs
Prince
Gone Fishin, Canada
Jan 2000
time: 05:18
  Old Post 24-04-2002 06:30
Edit/Delete Message Reply w/Quote
#25 Report this post to a moderator
Support Apolyton, buy Civilization: The Boardgame

Hi, sean

Welcome to the community!

quote:

i dont even wanna think about what the slic would have to look like tho).



Are you interested in this sort of stuff?

Peter

Bluevoss is offline Bluevoss
Prince
Orlando, Florida
Dec 2000
time: 05:18
  Old Post 24-04-2002 06:43
Edit/Delete Message Reply w/Quote
#26 Report this post to a moderator
Enter the AD-FREE zone

Sean,

Good points - some quick observations on my part -

As you pointed out, an empire splits becuase its parts become too distant to control. The American colonys and (as we pointed out) the division of Rome.

An empire faces civil war when inequities force a divide acrost it.

The first could be modeled. The second would be trickier.

One thought - a lot of times, MONEY can be used to fix anything. A quick (and very dirty) solution to this would be a random event that works as follows...

1) Once in a great while, a dialog pops up and the player is told of a problem he faces in his empire. This would be so much window dressing, but would serve to give a background feel to it. "Faced with embargos fueled by your forgien policies, your merchants are forming guilds and gathering in strenghth" or "A flame of indendence has been running through your fronteer cities".

2) A list of "endangered" cities is given. They should all be grouped together.

3) A table of breakaway chances is printed. Say there are four chances for breakway. The values would be generated differently every time.

40% Breakaway chance - no gold
30% Breakaway chance - 1000 gold
20% breakaway chance - 2000 gold
10% breakaway chance - 4000 gold

The player picks an amount, showing how much "effort" his civ is putting into correcting the wrong. Then the computer determines if the cities break away into a new empire.

Its just a thought. Currently, with the ferocity of Cradle, I dunno if I really want to be bothered with part of my empire breaking away at a critical moment. Right now, I'm just tossing ideas out there.

  < Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:18.
Apolyton Time is 00:18.
    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.0657 seconds (92.36% PHP - 7.64% 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