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 > Civ3-General-Archive > Too Many Cities???
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!

bottom of page
  
Author
Thread   
Pages (2): [ 1   2   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
panag is offline panag
Emperor
MY WORDS ARE BACKED WITH BIO-CHEMICAL WEAPONS
Oct 2000
time: 07:28
Arrow  Old Post 22-05-2003 18:18 Visit panag's homepage!
Edit/Delete Message Reply w/Quote
#31 Report this post to a moderator
Suffering from ads?

quote:
Originally posted by bobbo008
exactly. thats why i hate when they will take options out like that, not saying they did do it for this particular game. i just hate will people want their personal preference to be the standard for everyone, once again not saying anyone here said that



hi ,

well if there would be support for it and we could show that its for a good reason they might agree , .....

Firaxis

have a nice day

bobbo008 is offline bobbo008
Prince
The Wisconsonian Empire
Dec 2002
time: 23:28
  Old Post 23-05-2003 06:20
Edit/Delete Message Reply w/Quote
#32 Report this post to a moderator
Lose 30 kilos (of popups)

would that really make a difference?

panag is offline panag
Emperor
MY WORDS ARE BACKED WITH BIO-CHEMICAL WEAPONS
Oct 2000
time: 07:28
Arrow  Old Post 23-05-2003 21:23 Visit panag's homepage!
Edit/Delete Message Reply w/Quote
#33 Report this post to a moderator
Lose 30 kilos (of popups)

quote:
Originally posted by bobbo008
would that really make a difference?


hi ,

take the huge map for example , i asked them , begged them for it , most people declared me insane for doing so , ...

after a chat with Mike and Soren , ....

surprise , surprise , it was there (!)

and if it was up to me i would ask for an even bigger one , say 400 X 400

have a nice day

sabrewolf is offline sabrewolf

Emperor
turicum, helvetistan
Jun 2002
time: 06:28
  Old Post 23-05-2003 21:43 Visit sabrewolf<br><a href=/members><img src=/forums/images/supporter-icon.gif border=0></a><BR>'s homepage!
Edit/Delete Message Reply w/Quote
#34 Report this post to a moderator
Support Apolyton, buy Call to Power 2

as a programmer myself, i dislike hard coded limits - any kind.

but somewhere it has to stop i only once tried a large (180x180) map and gave up after the medieval ages when i was micromanaging each turn for nearly an hour (my first and only pangea ultra REXing game)... it just wasn't fun for me anymore

panag, 400x400 means 80'000 tiles! each tile uses in game approx. 160bytes (IIRC) ... that's 12.2 MB! the pure map, no player data, no units, no rules, no nothing... :-o

bobbo008 is offline bobbo008
Prince
The Wisconsonian Empire
Dec 2002
time: 23:28
  Old Post 24-05-2003 01:04
Edit/Delete Message Reply w/Quote
#35 Report this post to a moderator
Avatar Enlargement: We've got the solution

"but somewhere it has to stop i only once tried a large (180x180) map and gave up after the medieval ages when i was micromanaging each turn for nearly an hour (my first and only pangea ultra REXing game)... it just wasn't fun for me anymore "

exactly, thats why there should be the option (keyword: option) to have it as big as you want, and not hardcoding, like you said. there doesnt really need to be a limit, since a person can choose that for themselves. for me, 180x180 is smaller than i ever play, i like mine big, preferably really damn big, at least bigger than 516 cities. i dont see why they hardcoded 516 anyways...

sabrewolf is offline sabrewolf

Emperor
turicum, helvetistan
Jun 2002
time: 06:28
  Old Post 24-05-2003 03:14 Visit sabrewolf<br><a href=/members><img src=/forums/images/supporter-icon.gif border=0></a><BR>'s homepage!
Edit/Delete Message Reply w/Quote
#36 Report this post to a moderator
Get a bigger avatar today!

bobbo:
well, 512 is a common limit (2 power 9) ... it divides nicely by the original 16 civs

as for the "why"... there are plenty of possible answers:
- programmers and beta testers thought "no one will ever want to play a level THAT big" (wrong, :lol
- if you don't set a limit at all, you run in the risk of getting some kind of data overflow. e.g. some OSs or environments or compilers might treat integers different than others. it would need a lot more hard core play testing (e.g. some games on a 1000x1000 map ...)
- it will function on the "minimal required hardware" machines. as soon as you let people have too large levels, the slower computers might make problems... which means you have to put up the requirements... which means the maximal number of potential buyers gets reduced.
- ...

of these reasons, only no. 2 is critical. but i think we're still far away of any environment based limits...

Willem is offline Willem
Emperor
Canada
Dec 2001
time: 00:28
  Old Post 24-05-2003 03:49
Edit/Delete Message Reply w/Quote
#37 Report this post to a moderator
Support Apolyton buy from Amazon

quote:
Originally posted by bobbo008
for me, 180x180 is smaller than i ever play, i like mine big, preferably really damn big, at least bigger than 516 cities. i dont see why they hardcoded 516 anyways...


The limit is 512.

panag is offline panag
Emperor
MY WORDS ARE BACKED WITH BIO-CHEMICAL WEAPONS
Oct 2000
time: 07:28
  Old Post 24-05-2003 20:49 Visit panag's homepage!
Edit/Delete Message Reply w/Quote
#38 Report this post to a moderator
Lose 30 kilos (of popups)

quote:
Originally posted by sabrewolf
as a programmer myself, i dislike hard coded limits - any kind.

but somewhere it has to stop i only once tried a large (180x180) map and gave up after the medieval ages when i was micromanaging each turn for nearly an hour (my first and only pangea ultra REXing game)... it just wasn't fun for me anymore

panag, 400x400 means 80'000 tiles! each tile uses in game approx. 160bytes (IIRC) ... that's 12.2 MB! the pure map, no player data, no units, no rules, no nothing... :-o


hi ,

still peanuts on a 80gb drive , ....

computer specs are getting higher with the month , so why not look into the future , ....

if people want it they can play it , if they dont want it they should not play it , .....

whats 12.2 mb on a game that needs a gig , ....

if they can put that extra large in , then those extra 50 tiles should be no problem

have a nice day

sabrewolf is offline sabrewolf

Emperor
turicum, helvetistan
Jun 2002
time: 06:28
  Old Post 24-05-2003 20:56 Visit sabrewolf<br><a href=/members><img src=/forums/images/supporter-icon.gif border=0></a><BR>'s homepage!
Edit/Delete Message Reply w/Quote
#39 Report this post to a moderator
Support Apolyton, buy Alpha Centauri

i'm not talking about hard drive space. i mean RAM. 256MB may be standard today, but there are a lot out there with 64 or 96MB...

and as i wrote, 12MB just for the map data. the game needs around 80 anyway, and you still need the other data.

panag is offline panag
Emperor
MY WORDS ARE BACKED WITH BIO-CHEMICAL WEAPONS
Oct 2000
time: 07:28
  Old Post 24-05-2003 21:23 Visit panag's homepage!
Edit/Delete Message Reply w/Quote
#40 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

quote:
Originally posted by sabrewolf
i'm not talking about hard drive space. i mean RAM. 256MB may be standard today, but there are a lot out there with 64 or 96MB...

and as i wrote, 12MB just for the map data. the game needs around 80 anyway, and you still need the other data.


hi ,

ram , seen them cheap prices around , .....

winxp needs at least 256 , so if you are a player you need more ram , simple , wheter its for civ , doom , or any other game , ..

12mb's is really nothing

and if you have an older system or just want to let your game go faster , close what you dont need , .....

have a nice day

bobbo008 is offline bobbo008
Prince
The Wisconsonian Empire
Dec 2002
time: 23:28
  Old Post 25-05-2003 02:03
Edit/Delete Message Reply w/Quote
#41 Report this post to a moderator
Got spare money?

i dont see why the option cant be in there... or at least a higher number than a playable 512 cities (for me at least)

panag is offline panag
Emperor
MY WORDS ARE BACKED WITH BIO-CHEMICAL WEAPONS
Oct 2000
time: 07:28
  Old Post 25-05-2003 03:09 Visit panag's homepage!
Edit/Delete Message Reply w/Quote
#42 Report this post to a moderator
Avatar Enlargement: We've got the solution

quote:
Originally posted by bobbo008
i dont see why the option cant be in there... or at least a higher number than a playable 512 cities (for me at least)


hi ,

who knows , maybe Soren is in a good mood with his birthday and he shall grant us our request , .....

512 is abit low indeed , 756 seems a better number , 1024 with 32 civs would be the best

have a nice day

bobbo008 is offline bobbo008
Prince
The Wisconsonian Empire
Dec 2002
time: 23:28
  Old Post 25-05-2003 03:35
Edit/Delete Message Reply w/Quote
#43 Report this post to a moderator
Remove this text

yeah, i'm saying that the fact that having a limit is OK, its just the limit shouldnt be so low as many computers today can still handle a higher amount.

 
Pages (2): [ 1   2   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:28.
Apolyton Time is 00:28.
    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.0428 seconds (88.23% PHP - 11.77% 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