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 > Civilization II > Civ2-Test of Time > Stretching the tech/ computer player limits of ToT?
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!
29.Jul: MOVING UP ON REVISED `TOP 100` INDEX
29.May: GAME MECHANICS REFERENCE BOOKLET
06.Mar: DROPPING FROM SECOND TO THIRD

bottom of page
  - CIVILIZATION 2 from $6.95 - CIVILIZATION 2 from $4.25 - CIV2: TEST OF TIME from $2.50 - CIV2: MULTIPLAYER GOLD EDITION from $4.99
Author
Thread    < Last Thread     Next Thread > Post New Thread     Post A Reply
Daftpanzer is offline Daftpanzer
Warlord
Cydonia
Mar 2002
time: 05:18
  Old Post 01-04-2002 06:31
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
Stretching the tech/ computer player limits of ToT? Increase Your PM Length

I found the ToT no-limits addon fro the oversize maps... im wondering if its possible to extend other parts of the game? like tech tree slots, is it possible to add more or is it hard-coded into the game? fantastic worlds added some tech slots, but only about 11 i think... ToT seems to use the same amount. Was this the absolute maximum that the basic game engine could handle or is it possible to extend the tech tree even further? Extra techs are need in my opinion, as there are 18 extra units to play around with...

Also, is it possible to add more computer players, or is 7 the absolute maximum that the engine can handle? Lots of computer players would be very cool, especially on big maps or to make accurate world scenarios, with many different independant countires etc.. I dont see how game performance would be an issue, the game seems to zip along on my 450 mhz no matter how big the map or how many civs (as long as im not watching enemy moves of course)

Im just wondeirng if anyone has tried this or knows anything about wther this is possible or not?..

thanks for any help

Mercator is offline Mercator
King
Sorekara no Nanimo
Jan 1970
time: 06:18
  Old Post 01-04-2002 07:09 Visit Mercator's homepage!
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Put an end to popups!

That's actually not such a bad idea (the techs)...

But I don't think it can be done, I just had a look at civ2.exe...

These limits aren't really a matter of whether the engine can handle it or not. The limits are created by the limits of standard data types, which are usually powers of 2, or more precisely powers of 256.
The reason why the no-limits patch lifts limits is because of the datatypes the programmers chose. For the money for instance, they chose a datatype which can range from approx. -2 billion to approx. +2 billion, but for some, undoubtedly brilliant, reason they added a limit at 30000. All the no-limits patch does is move this limit up the the "true" maximum around 2 billion.

In principle these limits "true" limits could also be changed, but it is near impossible and infinitely harder.

The maximum amount of civs possible is 8 (which is 7 + barbarians).

More about the adding of techs. The first problem I can think of now are the text-codes (like Afl, Wri, X1 etc.). You'd need to create more of those for the new techs, but that is only possible if the programmers were so kind as to provide some spare room for that in Civ2.exe. And they didn't do that.

Daftpanzer is offline Daftpanzer
Warlord
Cydonia
Mar 2002
time: 05:18
  Old Post 02-04-2002 03:52
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Enter the AD-FREE zone

oh dear ill ahve to keep dreaming of my 'ultimate civ' game then... thanks for the info.... I know a little about programming, im doing a computing degree, but i dont really understand too much yet... is the civ limit 8 becuase there isnt a 'number of civs' variable? like is this handled by a loop that only repeats 8 times?

Why is it impossible to insert new tech slots? The tech-codes you mention like x1,x2 etc can be re-named, i have tired this and it seems to work. I presume that the civ exe is programmed to read in a certain amount of parameters from the rules.txt file, could it not be told to look for more parameters somehow? It doesnt seem to mind if you place less techs in the rules.txt, like for an old civ2 scenario. It doesnt seem to mind if you place extra tech definitions past x8 in the rules.txt, but it seems to ignore them...

I wish i could customise the exe somehow... ... id program a resources option and expanded diplomacy like in civ3, id add bombard ability, which would be the more effective alpha centauri style rather than civ3's puny bombard. Id add the air mission system too, and stuff like explorers venturing off into the blackness and returning several turns later with new map information, rather than the map revealed straight away... also fuel for boats, only certain amount of time that they can stay at sea before food runs out... but you can replenish near friendly cities or grassland... id add some of the trade ideas from europa universalis, and change the combat to a kind of hex wargame style where you assign units to an attack and then at the end of the turn you see the battles played out. units would get forced to retreat and damaged most of the time rather than destroyed.. I would also create an astounding AI that carriers out amazing co-ordinated attacks with land, sea and air forces.. no more sending all units in a suicide rush towards your nearest city. All of this would be easily customised with thousands of tech slots and unit slots to play with.

Ah the ultimate civ game! now i just need to know how to program, and make free a few decades of my life...

proffessor_ben is offline proffessor_ben
Settler
England
Apr 2002
time: 05:18
  Old Post 11-04-2002 23:29
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Yay Get a bigger avatar today!

I for one would most definatly play.
There are a fair few ppl doing their own civ clones, somebody somewhere could probably do with some help/ideas/inspiration, Look them up in the "alternative civs" section.
I look forward to playing the game. lol.

Mercator is offline Mercator
King
Sorekara no Nanimo
Jan 1970
time: 06:18
  Old Post 13-04-2002 20:13 Visit Mercator's homepage!
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

quote:
Originally posted by Daftpanzer
oh dear ill ahve to keep dreaming of my 'ultimate civ' game then...


Yes... I think just about every Civ fan has enough ideas to create his own personalized Civ-game, or just an adapted version of Civ2/Civ3. Unfortunately making a game takes rather long (to say the least), and the Civ2 source code isn't available.

quote:
thanks for the info.... I know a little about programming, im doing a computing degree, but i dont really understand too much yet... is the civ limit 8 becuase there isnt a 'number of civs' variable? like is this handled by a loop that only repeats 8 times?


No problem... There are many places where the civs are stored in one byte, with each civ (+ barbarians) represented by one bit. Since there are only 8 bits in a byte, that's the maximum.

quote:
Why is it impossible to insert new tech slots? The tech-codes you mention like x1,x2 etc can be re-named, i have tired this and it seems to work. I presume that the civ exe is programmed to read in a certain amount of parameters from the rules.txt file, could it not be told to look for more parameters somehow? It doesnt seem to mind if you place less techs in the rules.txt, like for an old civ2 scenario. It doesnt seem to mind if you place extra tech definitions past x8 in the rules.txt, but it seems to ignore them...


No I think of it. I just found a new resource editor at CivFanatics (the Civ2 utility section). If these tech acronyms are simply a text resource in the executable it might not be so difficult after all. Or well, at least the acronyms could then be added, I'm still not sure what else would be required to make extra techs work. I'll have a look. (Don't hold your breath)

Julius Brenzaida is offline Julius Brenzaida
King
Currently cleaning the 9000 rooms of Sticky Mouse's Palace
Aug 2000
time: 05:18
  Old Post 15-04-2002 19:20
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Browse Apolyton AD-FREE

2048 units
255 cities
8 civs (including barbarians)
Forget about breaking those 3.

Many have tried and all have failed. Including me.
For the techs and all, good luck, why not.
It's only when we try that we can succeed

  < 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:
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.0326 seconds (88.30% PHP - 11.70% MySQL) with 30 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