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-General/Help/Strategy/Multiplaying-Archive > Question to designers about limits
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
Slax is offline Slax
Prince
London, Ontario, Canada
Jan 1970
time: 00:14
Post  Old Post 16-11-2000 20:51 Visit Slax's homepage!
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
Question to designers about limits Remove this text

Activision people: Some mod makers are wondering if there are limits to the maximum number of techs, units, and wonders. Can you let us know any of these (or other) limits to modification of CTP II?

Also, can we modify or add Feats of Wonders?

------------------
Light the fuse!

[This message has been edited by Slax (edited November 16, 2000).]

DarthVeda is offline DarthVeda
Emperor
My avatar! My precious!
Jan 1970
time: 00:14
Arrow  Old Post 16-11-2000 21:38 Visit DarthVeda's homepage!
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Support Apolyton buy from Amazon

Well the limits are probably in a set array. Probably a multiple of 16. I'd suspect that they put it at about 8192 units (maybe as high as 32,768 but that sucks a lot of memory, especially with the array handling more arrays).

TheLimey is offline TheLimey
Prince

May 2000
time: 05:14
Post  Old Post 16-11-2000 21:47
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Put an end to popups!

Not necessarily. There are lots of ways to skin a cat, and model a datastructure likewise. An array is one way, but not the only way, and theres certainly no way of knowing, just by looking at the game as is.

DarthVeda is offline DarthVeda
Emperor
My avatar! My precious!
Jan 1970
time: 00:14
Arrow  Old Post 17-11-2000 10:11 Visit DarthVeda's homepage!
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Avatar Enlargement: We've got the solution

quote:

Originally posted by TheLimey on 11-16-2000 11:47 AM
Not necessarily. There are lots of ways to skin a cat, and model a datastructure likewise. An array is one way, but not the only way, and theres certainly no way of knowing, just by looking at the game as is.


Civ-type games have typically done the unit limits in multiples of 16. In Civ2 it was 256 * 8 (256 for each civ, but not a limit per civ), so a total of 2048 units. That was the standard for a game written back in the days of 33 MHz processors and 8MB of RAM. It's quite possible that CtP2 can handle close to 16,384 units.

TheLimey is offline TheLimey
Prince

May 2000
time: 05:14
Post  Old Post 17-11-2000 10:33
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Support Apolyton, buy Civilization: The Boardgame

Comparing Civ2 programming to CtP1 or 2 programming is a big stretch. Only MrOgre et al could tell us for sure, or theoretically, you could 'prove' it by spending a few days in Cheat Mode...

Eternal is offline Eternal
King
FNORD
May 2000
time: 00:14
Post  Old Post 16-11-2000 23:17 Visit Eternal's homepage!
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Support Apolyton buy from Amazon

You might not be able to get much out of the designers right now. With the game out they might have lots of scrambling to do finding problems users found and making patches.

Atahualpa is offline Atahualpa
Emperor
Hawthrone
Mar 1999
time: 06:14
Post  Old Post 16-11-2000 23:34 Visit Atahualpa's homepage!
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Support Apolyton, pre-order Civilization IV

Is it still that maps have to be half as height as wide?

ATa

St Swithin is offline St Swithin
Chieftain
Santa Monica, CA USA
Apr 1999
time: 05:14
Post  Old Post 17-11-2000 03:14 Visit St Swithin's homepage!
Edit/Delete Message Reply w/Quote
#8 Report this post to a moderator
Suffering from ads?

Ouch! Yeah, unfortunately, maps are still limited to 1x2. As far as I know, there is no set limit on the number of units, advances, improvements, or wonders, but there are a limited number of terrain types (I think it's 24). However, for all practical purposes, it would be unreasonable to expect the game to run well with 32,768 units, wonders, improvements and advances.

You can modify feats and wonders somewhat - i.e. how powerful they are, etc., in the text files - but using SLIC is really the only way to add effects. I'm working on documentation and examples, which I'll put on the site when I'm done.

Mr Ogre is offline Mr Ogre
Warlord
Azeroth
Jan 1970
time: 05:14
Post  Old Post 17-11-2000 03:37 Visit Mr Ogre's homepage!
Edit/Delete Message Reply w/Quote
#9 Report this post to a moderator
Help yourself to an AD-FREE life

The map is only limited to 2:1 ratios when y-wrap is turned on. For x-wrap only or flat maps, the only size restriction is that both dimensions have to be even numbers.

There's no practical limit I know of on the number of units or advances in the databases (That is, there's a limit, but you'd run out of memory hundreds of millions of entries before you hit it). There is a limit of 64 buildings and 64 wonders (same as CTP1). Those should be the only databases with such a limit. It doesn't have anything to do with arrays though, it's due to 64 bit integers being the largest size that's convenient to deal with.

Drakenred is offline Drakenred
Warlord
Hou Tx
Jan 1970
time: 05:14
Post  Old Post 17-11-2000 03:46
Edit/Delete Message Reply w/Quote
#10 Report this post to a moderator
Full PM-box? Change here!

quote:

Originally posted by St Swithin on 11-16-2000 05:14 PM
Ouch! Yeah, unfortunately, maps are still limited to 1x2. As far as I know, there is no set limit on the number of units, advances, improvements, or wonders, but there are a limited number of terrain types (I think it's 24). However, for all practical purposes, it would be unreasonable to expect the game to run well with 32,768 units, wonders, improvements and advances.

You can modify feats and wonders somewhat - i.e. how powerful they are, etc., in the text files - but using SLIC is really the only way to add effects. I'm working on documentation and examples, which I'll put on the site when I'm done.




so it should be ok for us to:

>>Modify the Advance.Txt File to have as many Advances as we want, (and/or is their a Maximum limit to the number of Advances you would recomend?)

>Also are any of the Advances hardcoded to automaticaly cause certin functions(ala CIVII where the Radio advance (or its position) will autmaticaly alow you to build airports in cities becuase Airpports were handled by a specific module in the game?

>>Have more than the 70 individual Unit types Modled in the game?(to clarify can i for example Modify the Units.txt file to have more than the 70 units described in that file? for example, if i wanted to add light med and heavy Cruisers, battle cruisers,pre-dreadnaught Battleships, Dreadnaught, and super batleships, along with Jeep, Ligh and Med cariers?) and if so how many units do you think could be put in that file safley?

>>(? about max wonders- buildings was ansered, sorry i missed it,)
thanks

Drakenred


[This message has been edited by Drakenred (edited November 16, 2000).]

Slax is offline Slax
Prince
London, Ontario, Canada
Jan 1970
time: 00:14
Post  Old Post 17-11-2000 05:02 Visit Slax's homepage!
Edit/Delete Message Reply w/Quote
#11 Report this post to a moderator
Support Apolyton or Terrorists Win

Thanks for that prompt, and straight-forward response, St. Swithin and Mr. Ogre. Nearly unlimited advances and units. Thats great!



------------------
Light the fuse!

Locutus is offline Locutus
ACS CTP1/2 Manager & Civ4 Co-Manager
Hengelo, The Netherlands
Nov 1999
time: 06:14
Question  Old Post 17-11-2000 23:30 Visit Locutus<br><img src=/forums/images/staff-icon.gif>'s homepage!
Edit/Delete Message Reply w/Quote
#12 Report this post to a moderator
Get a bigger avatar today!

quote:

Originally posted by Mr Ogre on 11-16-2000 05:37 PM
There's no practical limit I know of on the number of units or advances in the databases (That is, there's a limit, but you'd run out of memory hundreds of millions of entries before you hit it). There is a limit of 64 buildings and 64 wonders (same as CTP1). Those should be the only databases with such a limit. It doesn't have anything to do with arrays though, it's due to 64 bit integers being the largest size that's convenient to deal with.


Mr Ogre,
If this is so, do you have any explanation/theory on why the latest versions of the MedMod have been so unstable and causing so much unexplained crashes (and why it's much worse for some people than for others)? It would be nice to know for when we start converting it to CtPII format (and for other modmakers too if they run into the same problem). It's large size is the only logical explanation I can come up with. Any ideas would be very useful.

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