Slashdot Mirror


Answers From The Civ IV Team

Late last month we asked you for questions to pass on to the Civ IV team. Last week we posted the responses from game designer Sid Meier to your questions about his design philosophy. Well, this week Civilization IV has shipped, and we have responses from lead designer Soren Johnson for the Civilization development team over at Firaxis Studios. He has some thoughtful answers to your questions, and they're well worth taking a look at. Many thanks to Mr. Meier, Mr. Johnson, and the entire Civ IV team for accommodating us. Read on for the responses to your queries. 1. The Civ4 AI - by Skyshadow
My only question for Civ4 concerns the AI: Have you made it a crafty enough opponent yet that it can compete at the higher skill levels of the game without resorting to the "cheating" that we've seen in previous incarnations of the game? If so, how?

Soren Johnson:
A great deal of effort has been put into making the Civ IV AI the best yet. For the first time ever, we have received direct input from the world's best Civ players during the game's development, via a very selective, closed beta that began very early. This feedback allowed us to iterate on the AI's design much more quickly and effectively than ever before.

Much of the information cheating has been removed from the game (such as knowing where a resource is before it is discovered, sending off galleys with settlers to undiscovered lands, targeting cities with fewer defenders, etc.) Further, the heuristics it uses to make decisions, such as for diplomatic demands and declarations of war, are the same ones available to the player (such as from the power chart on the Demographics screen). However, as with all versions of Civ, the AI has production and research penalties at the lower levels and bonuses at the higher levels. The level of the bonuses are lower than they have ever been before; in fact, the AI never receives any bonuses whatsoever for building wonders - a far cry from the "free AI wonders" in Civ 1. Noble and Prince are the difficulty levels where the AI's rules are closest to the human's.

2. DRM in Civ IV - by Lord Ender
Civ III requires the installation CD be inserted every time you play, even though none of the content on the CD is used by the game after installation. This annoys your customers by making them juggle CDs, unnecessarily wear out their hardware, and shorten their battery life. Consequently, many of your customers install "No-CD Cracks" to fix this flaw in your software. How do you feel about the existence and use of such cracks? Will you include this CD requirement in Civ IV even though it does not prevent copyright infringement but still inconveniences your customers?

Soren Johnson:
Like our previous games, Civ IV requires the CD to be in the drive on start-up. The funding we get for all of our games, which allows us to hire developers to work on the AI, graphics, interface, etc., is a direct reflection of how many copies our previous games have sold in the marketplace. Thus, I hope people will understand that making sure that our games are purchased instead of stolen is very important to us. Frankly, I do not agree that requiring the CD to be in the drive "does not prevent copyright infringement," even though I understand that this is almost always true for the technically adept. This is a sensitive issue, but the future of game development depends on preventing piracy, so I hope people will have patience with the basic safety measures we have used.

3. Politics - by MosesJones
How much will CiV4 use political shifts in countries as a cyclical change in approaches?

Soren Johnson:
Each of the leaders in the game has a certain political leaning that will become clear over the course of the game. Mao may pressure you to adopt State Property while Roosevelt would encourage Universal Suffrage. Indeed, playing off these various interests is a core part of the diplomatic game. We do not, however, have political shifts modeled - outside of the anarchy that occurs whenever the player chooses to change Civics. Perhaps it is an idea to consider for the future.

4. Family Gaming - by carambola5
Growing up, playing games with the family meant getting out classic boardgames like Monopoly, Risk, etc. The Civilization games seem like a prime candidate for breaking into the family-game-playing field. What, if any, steps has your team taken to bring your game(s) to the level of "game night with the kids?" What technologies, such as display and control, need to be developed before such an environment is realized?

Soren Johnson:
Civilization is a great game for families, especially now that true team-based play is possible. One could easily imagine a parent and child playing together to Take Over the World. However, that situation does require a couple computers...while hot-seat is the option for families with one computer. I am sure more could be done in this area, but the assumption of a single mouse and keyboard is certainly the limitation. On a console, "family-night" may be more viable as multiple controllers would be available.

5. Portables - by BMonger
Is there any chance we'll get to see some of the Civ titles moved to portables? I think the game would play wonderfully on the DS.

Soren Johnson:
We are very intrigued by the idea of Civ on a portable. Certainly, turn-based gaming has proved quite viable on that format - many of us are big fans of Advance Wars. The fact that Civ can be put down and picked up at any time makes it a good fit. There are, however, no official plans at this time.

6. The Civ4 AI - by freidog
Is the AI going to be as moddable and customizable as the rest of the game content? I know Mr. Caudill mentioned an 'AI SDK' for 'experienced programmers' over on the IGN Civ 4 preview to tailor the AI to their desires. But it was mentioned as a seperate entity from the XML unit files and the basic Phython scripts. Basically I was hoping you could go into some more detail on what AI and other more complex modding might entail.

Soren Johnson:
The AI for Civ IV is written entirely in C++. However, all the AI code (as well as game code) is compiled into a separate DLL which can be replaced with a modified version. Essentially, the SDK release will be all of the files required to build this DLL. Thus, changing the AI and "core" game rules (such as terrain, movement, production, etc.) is possible - one could implement a completely different combat model, for example.

7. Alpha Centauri - by squiggleslash
I'm wondering if plans are afoot to work on Alpha Centauri, and if so, how the original will be improved upon. Some of us see AC as the best in the whole (greater) Civilization series. Awesome game.

Soren Johnson:
There are no official plans to make a sequel for Alpha Centauri although it's certainly an idea we kick around every now and then. In many ways, Civ IV is an attempt to incorporate many of the things which were great about SMAC into the core series. Civics obviously derives directly from Social Engineering. Also, the promotions system can be seen as a more reward-based version of the Unit Workshop. The increased role of leader personalities is also inspired by the diplomacy from SMAC. Thanks for the feedback...it definitely pushes us to take a closer look at the idea of making a new version of SMAC. We'll keep you posted.

8. Python+XML vs lua - by SumDog
My questions are:
Why did you choose the language that you did (python + xml files)?
What are the advantages to this approach?
What are the disadvantages you've found using these technologies?

Soren Johnson:
We chose to use python because we wanted a well-supported scripting language that could extend our core code. Indeed, we wrote much more code in python than we were expecting, including all in-game screens and the main interface. It was a huge win for the project because writing code in a language with garbage collection simply goes faster than writing code in C++. The fact that users will be able to easily mod the interface is a nice plus as well. The downside of python was that it significantly increased our build times, mostly from linking with Boost. XML was chosen because it is a very flexible system for storing data, which is important for a game like Civilization that is essentially "built" from numbers. Using an off-the-shelf XML editor, anyone from our designers to end users could modify our game data. We also have a high-level file system which allows you to override any specific art, sound, python, or XML file simply by setting a specific "mod directory" that contains only the modified files. If a specific file is not found in this directory, the game just uses the default one.

9. Macro and Micro Management - by kenp2002
How did the Civ team address macro and micro management aspects of the game? RTS games are forced to place heavy consideration into managing in real time units and control and the scope of an RTS prevents a snowball effect. Turned based games become burdened by logistical considerations as a result of not having that same focus on micromanagement. Managing 55 workers in Civ3 along with 35 cities becomes a logistical nightmare when governor AI doesn't learn from your play style. Which Direction is Civ4 taking?

Soren Johnson:
Removing unnecessary micromanagement from the game was a high-level design goal for Civ IV, one which paid off huge dividends in the final product. We systematically looked at every piece of micromanagement from which Civ 1-3 suffered and figured out ways to remove it without altering the underlying game dynamic. Pollution was removed in favor of a high-level health system. Beaker and hammer overflow was introduced to end the incentive for min-maxing your citizens each and every turn. City riots were simply turned into angry citizens to take away the need to continually check on your cities' happiness in case something went wrong. Workers now have two moves so that a move and an order can be given on the same turn -reducing the number of times the player deals with an active worker by half. Also, some high-level controls to allow micromanagement were added. For example, workers can be grouped together and given an infinite number of sequential orders. Multiple cities can be selected at a time, allowing the player to change all cities on one continent to build tanks with just two clicks.

10. Do you think 3D graphics will enhance gameplay? - by Anubis333
As a long time Civ player, I would have to say that I really didn't understand why it moved to 3D graphics. Will having the engine be entirely 3D in Civ IV actually add to the gameplay in any way, other than have objects occlude one another? When I say 'add to the gameplay' I mean, add to the game experience in a way 2D sprites couldn't. For example: Physics, multipls views, wind, etc.. (I have only really seen the 3D globe, and like the idea).

Soren Johnson:
Graphics succeed in a Civilization game when they provide a good representation of the world's state. Simply put, what-you-see-is-what-you-get is a lot easier with 3D than with 2D. Wonders and buildings now appear on the map, so the player doesn't need to reference an advisor screen to see which city has the Pyramids. Improvements like farms and mines animate differently depending on whether a city is working them or not. Multiple units can now be used to signify hit-points, instead of the old red/green bars. Now, most of these ideas could have been executed in 2D, but certainly with more difficulty as everything displayed in 2D requires an algorithmic system which must be built from scratch. From a pure design perspective, 3D provides an incredible amount of flexibility for free.

100 of 439 comments (clear)

  1. Humble request, oh great ones by revscat · · Score: 4, Funny

    A Mac version? Please? I know women of loose virtues with whom I could aquaint you! And gee whiz, with enough alcohol my virtues are known to flutter around a bit! Let's make a deal!

    1. Re:Humble request, oh great ones by GabrielF · · Score: 5, Informative

      Aspyr just announced today that it will be publishing Civ 3 Complete and Civ 4. Civ 3 has been on the Mac for awhile now and this looks like just a new edition which includes the two expansion packs. Civ 4 unfortunately won't be available until early 2006. Announcment at MacCentral

    2. Re:Humble request, oh great ones by LDoggg_ · · Score: 2, Interesting

      First rule of slashdot. We do not talk about slashdot.
      Second rule...
      We do not about games on platforms other than windows.

      BTW, 4 of the 36 +5 modded comments for this interview were about platforms other than windows.

      --

      "If they have both, tell them we use Linux. And if they have that, tell them the computers are down." -Dave Chapelle
    3. Re:Humble request, oh great ones by jcorno · · Score: 2, Funny

      You're going about this all wrong. You need to skip the developers and go straight to the Slashdot crowd. Offer the loose women and liquor for a PC, and you'll be playing in no time.

    4. Re:Humble request, oh great ones by Seumas · · Score: 2, Insightful

      Early 2006? What, is it too difficult to comprehend that such a game would be extremely popular on OSX?

      Now I know how the rest of the world feels when a good movie comes out in the states a year ahead of them.

    5. Re:Humble request, oh great ones by Brad+Oliver · · Score: 4, Informative
      Now the only real question is, will Civ4 for the Mac be able to play the Mac and PC World in a multiplayer/networked fashion and will it have all the same features.

      The best answer we can give at the moment is "probably". I don't see any technical reason why not, but we're dealing with a number of third-party libraries as well. You never know when a licensing agreement will fall through, or the Mac versions of the libraries will be broken in some strange way. Right now though, it looks very promising in this regard.

  2. AI not written in Python? by CyricZ · · Score: 3, Interesting

    The AI for Civ IV is written entirely in C++. However, all the AI code (as well as game code) is compiled into a separate DLL which can be replaced with a modified version. Essentially, the SDK release will be all of the files required to build this DLL. Thus, changing the AI and "core" game rules (such as terrain, movement, production, etc.) is possible - one could implement a completely different combat model, for example.

    It is surprising that the AI was not written in Python, which is highly integrated with this game. Indeed, Python is just the sort of language for writing such code. However, was it not done this way due to the slower execution speed of Python code, relative to C++?

    --
    Cyric Zndovzny at your service.
    1. Re:AI not written in Python? by Penguinoflight · · Score: 5, Insightful

      Perhaps it is because more people are familiar with C++ than Python, and by writing the AI and other game rules in C++ the Civ 4 team has made modders job easier.

      I'd like to take the opportunity to completely disagree with Soren on the point of No-CD cracks and anti-piracy measures to insure high sales. Epic has done excellent with every UT release even though they have no irritating protection measures. Scene releases are usually dumped if they dont come with the cracks necessary to run a game, so by forcing a paying user to keep his CD in you are just spitting in the face of your loyal customers. If I buy Civ 4, I'll want to just get the CDkey, and let someone keep the scratched CD. By game publishers requiring a no-cd hack, I am tempted to just skip the license and hack the cd key as well.

      --
      "And we have seen and do testify that the Father sent the Son to be the Savior of the World"
      1 John 4:14
    2. Re:AI not written in Python? by Vaevictis666 · · Score: 4, Insightful
      Epic has done excellent with every UT release even though they have no irritating protection measures.

      Not exactly true. Every version of UT that I've owned (UT, 2k3, 2k4) has had copy protection out of the box. The difference is that Epic and Atari (the publisher) have come to a consensus that the majority of sales happen in the first few weeks/months, and a few patches down the line the copy protection is removed. I believe that for 2k4 it was removed in the 2nd patch.

      OTOH, they also have online play as a major component, and use serial numbers to cover validation for that.

      I do think that any game, online or not, should be removing the CD protection check after 4 months or so just so it pisses off the gamers less.

    3. Re:AI not written in Python? by Zathrus · · Score: 2, Insightful

      Perhaps it is because more people are familiar with C++ than Python, and by writing the AI and other game rules in C++ the Civ 4 team has made modders job easier.

      I doubt it. Python is a whole lot easier to get into than C++ (and yes, I do multi platform C++ for a living), so if your primary goal is to enable easy modding then Python is the obvious choice. In fact, they seem to have made that choice for the majority of the interface and code.

      But it probably would've been a bad choice for the AI, which is highly performance oriented/sensitive code. As anyone who's played Civ games (or other turn based games) knows, the end game bogs down. Not only for the player, but also for the computer, which has to calculate AI moves with increasing complexity and resources. Having an inefficient AI at the start of the game is no big deal. Having one at the end results in annoyed players.

      And, as a slight aside -- complaining about memory allocation in C++ just means you aren't using the tools available! They already mentioned utilizing Boost, so why weren't they using the Boost shared_ptr classes? Wrap any pointers you may be using in them and you'll stop having to worry about new/delete or malloc/free issues. No, it's still not as simple as a true GC, but it's far better than the old ways.

      Epic has done excellent with every UT release even though they have no irritating protection measures

      Epic has had CD check copy protection on every single release of Unreal or Unreal Tournament. But that usually only lasts for the first couple of months -- at that point they remove it in a patch. And bravo to them for doing so. I suspect that most casual pirating (which is the only type that's stopped by CD checks) occurs in the first few weeks of a game being out. After that it's just a disservice to your actual customers. I do buy every game I play, and I'm tired of being treated like a crook.

    4. Re:AI not written in Python? by Buran · · Score: 2, Insightful

      What I don't understand is why they don't just get around the aggravation with the CD check by having the CD/DVD actually store stuff on it that is read while the game runs? If the disk has to be in the drive when I start an app, the app had damn well better utilize the disk to free up space on my drive (I know, big drives are cheap these days; it's the principle of it).

      I do not pirate games, but if one wants that disk but doesn't make use of it, I WILL use a hack to disable the check. You want that disk in my drive at startup? Earn it, by making a real reason for it to be there, or out come the cracks. You got my money already; I'm going to shove the disk in its case in my disk rack so I can find it later and just run the damn app without having to root through disk storage every time I want to run it.

      If I didn't, I'd have to juggle disks in and out of the drive a dozen times a day just to do what I usually do.

      The fact that developers continue to think users should have to put up with such ridiculous crap is astounding. Just imagine the mess if EVERY SINGLE PROGRAM on our machines demanded a disk in the drive whenever it started up. You'd be paying people for an hour every day just to play freaking Optical CD Musical Chairs.

      You should be ashamed of yourselves.

    5. Re:AI not written in Python? by Zathrus · · Score: 2, Informative

      Outside of data structures (or oddball stuff involving well-known addresses), why would you ever pass a pointer around instead of a reference?

      External function calls is a perpetual one. Many libraries, especially those with C roots, still pass pointers. If you're doing any mucking with C-style stdio, file descriptors, directory descriptors, stat, networking, etc. -- it's all pointers. All of this you can (and probably should) wrap in a smart pointer class.

      Many design patterns work well with pointers (factory for example). Again, smart pointers to the rescue.

  3. No CD fix by Anonymous Coward · · Score: 5, Interesting

    I'd happily fax over my receipt if Firaxis provided an executable with no-cd check. Make it so that I'd have to have the CD in the drive to patch the file. Then the file is patched and the CD can go back on the shelf.

    1. Re:No CD fix by enigma48 · · Score: 3, Interesting

      It's a good idea but the no-cd EXE will leak, they'd have to verify receipts were real, hiring more staff, etc.

      Copy protection and theft/copyright infringement (whatever) is a hard thing to crack. I'm just glad I'm technical enough to know how to fix my own problems when they arise; 90% of gamers wouldn't know where to start.

    2. Re:No CD fix by Surt · · Score: 4, Insightful

      ... or rather than the shelf, you could give your cd and the patch to a friend and then ... oh.

      --
      "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
    3. Re:No CD fix by Scorpius-nl · · Score: 3, Interesting

      DRM can be tied to hardware also, like windows XP does.

      It can easily be done during setup time, with online verification so that you can't lend your CD to you neighbor.

      After setup is done, you can just start your game without CD.

    4. Re:No CD fix by gid · · Score: 4, Informative

      I doubt this would happen. In the mean time, you can make a safedisc mini-image. I'm currently using it with battlefield 2 and dungeon siege 2.

    5. Re:No CD fix by Mercano · · Score: 3, Interesting

      On a tangential note, I found that the disc labeled "play disc" is in fact the second install disc, with just one huge data3.cab file on it. To actually play the game, you use the first disc, helpfully labeled "install." Snafu?

      --
      #include <signature.h>
    6. Re:No CD fix by neosake · · Score: 4, Insightful

      From TFA
      ... Thus, I hope people will understand that making sure that our games are purchased instead of stolen is very important to us.

      If I steal the cd from the store, how does enforcing the cd to be in the drive enforce purchase?

      /disclamer I know I'm being pedantic, but i'm gettig fed up of people using "steal" to give themselves more importance.

      --
      "When a ball dreams, it dreams it's a frisbee"
    7. Re:No CD fix by greenskyx · · Score: 2, Interesting

      How about something like this... Civ IV enters my key information into Steam (or something like that) and then uses Steam to provide authentication.

    8. Re:No CD fix by enjo13 · · Score: 2, Insightful

      Its a pain that keeps me from buying many games in the first place. My PC Gaming is basically completely relegated to my laptop.. carrying around the CD's for all of the games I would want to play is both inconvenient and rather unncesary. There is nothing more frusturating than being in the airport wanting to play something and realizing that I left the CD at home.

      For games I really like I'll go through the trouble of getting the no cd crack... more and more, however, I simply don't purchase games. They may think they are preventing piracy, but in reality they are also preventing sales. I leave it to them to decide which one is really more damaging to the bottom line.

      --
      Turn s60 photos into awesome videos with mScrapbook for all S60 3rd edition phones!
    9. Re:No CD fix by radish · · Score: 3, Insightful

      It's a good idea but the no-cd EXE will leak
      The no-cd EXE has already leaked (or rather, will very soon be created). This kind of dumb copy protection doesn't stop piracy but it does annoy customers. There are several games which I haven't bought simply because I've heard of people having trouble making it work due to some protection mechanism.

      --

      ---- Den ene knappen er powerknapp, den andre er Bender voice knapp "Bite My Shiny Metal Ass"

    10. Re:No CD fix by Hard_Code · · Score: 2, Interesting

      Even if this "registration" or whatnot has to be done on a per-machine basis, which would still serve to prevent piracy (so you couldn't take one no-cd binary and move it to another machine), it is MUCH MUCH MUCH better than CD jockeying. I hate CD jockeying. I will not play a game that requires this. If you make me get up and try to find the right CD and put it in my CD drive and then wait for the program to spin the drive up and engage whatever DRM it needs - you have just lost me as a gamer. As gamers mature and have less free time to play games, CD jockeying gets less and less appealing.

      --

      It's 10 PM. Do you know if you're un-American?
    11. Re:No CD fix by Surt · · Score: 3, Interesting

      The thing is, while copy protection is a minor hassle for the legitimate user, it's not a serious enough one to prevent many sales. And, while it doesn't prevent any sufficiently technical user from copying the game, it does help to prevent the sort of casual copying where you just install the game and then hand the cd to a friend. The industry has studied the outcomes. Comparable games from companies with comparable reputations sell more units if they include copy protection. Until that statement is not factual, expect to see copy protection continue.

      --
      "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
    12. Re:No CD fix by skintigh2 · · Score: 5, Informative

      Requiring a CD is so stupid. At home I have to have piles of CDs around for all my games, and on the road I have to remove one of my batteries (halfing play time) to insert the CDROM drive which just spins and wastes more power, resulting in my batteries dying halfway into a plane ride. Obviously that is unacceptable, so I end up downloading a possibly infected crack from russia just so I can play on a long plane ride. Thanks Firaxis!

    13. Re:No CD fix by Bradee-oh! · · Score: 2, Interesting

      Ehh... I played Civ3 on my desktop at home and on my laptop while out. I had Civ3 installed on both (with the no-cd patch) and shifted the savegame files from one to the other as I arrived home or left home.

      Having two installs against the EULA? Probly. Completely legitimate usage of the software from a moral standpoint? Sure. Would I have even purchased Civ3 if there was WinXP-style hardware lock-in? Seeing as I spend about 60% of my time at home and 40% away and like to have my games available everywhere, no I would not have.
       
      Agree with the principle or not, WinXP style DRM makes sense for an OS. Not so for any other off-the-shelf software (imho)

      --
      "This is Zombo Com, and welcome to you who have come to Zombo Com" - www.zombo.com
    14. Re:No CD fix by drew · · Score: 2, Interesting

      If I steal the cd from the store, how does enforcing the cd to be in the drive enforce purchase?

      If you steal the CD from the store, Firaxis already has been paid just as much money for the CD as they would have recieved had you purchased it legally. It's only the store that loses money.

      And yes, I know that wasn't your point.

      --
      If I don't put anything here, will anyone recognize me anymore?
    15. Re:No CD fix by dogmatixpsych · · Score: 2, Insightful

      Yeah, it's kind-of funny that the company who made Pirates! is so worried about piracy. Go figure.

  4. Nice... by Otter · · Score: 2, Insightful

    Good questions, good moderation, good answers. Nice work, all around.

    1. Re:Nice... by ecumenical_40oz · · Score: 2, Funny

      Looks like somebody unleased a horde of barbarians here...

  5. Question for the Wargamers by AKAImBatman · · Score: 3, Informative

    The Civilization games seem like a prime candidate for breaking into the family-game-playing field.

    Isn't Civilization loosely based on a Wargame of a similar name? i.e. Thus the use of a hex grid and all? Maybe I'm wrong on this, but I could have sworn I saw it in a list of board games a few days ago. (I'm currently learning to play Starfire, for those of you who know what that is.)

    Ah, here we are. It's under 'C' on this page. The link to the website seems to be defunct (along with the company?), so I really have no way of verifying this. Anyone?

    1. Re:Question for the Wargamers by AKAImBatman · · Score: 3, Informative

      Ah hah! Rfunches post below mine spurred me to do a smidge more research, and I found this link where you can purchase the board game from Eagle Games. Which would figure. The list I linked to in the parent post didn't link to the Eagle Games website.

      The Eagle Games site makes it sound like the board game was based on the video game, not the other way around. This may have its pluses and minuses. On the plus side, you'll probably get an experience closer to the video game, on the minus side the rules may be overly complex due to numbers that a computer can crunch easily whereas a human must keep track of paperwork.

      If you've never played a Wargame before, I probably wouldn't recommend starting with the Civilisation board game. Wargames are *tough* if you've never played them before, and tend to require a mentor. Since you might have trouble finding one in this day in age of Computer Games, I highly recommend starting with the free Battle For Moscow board game. It's fairly easy to pick up, and should help you get down the basics of wargaming.

    2. Re:Question for the Wargamers by Anonymous Coward · · Score: 3, Informative


      You are correct. Well, not really. It was a board game, not a war game (think Settlers of Catan type of thing)

      A bit of a history
      http://www.strategy-gaming.com/reviews/civilizatio n_call_to_power/index.shtml

      (this is about 7 years out of date, so there's some other stuff that's happened since then -- obviously Firaxis got the rights to use the name again from the Hasbro collective).

    3. Re:Question for the Wargamers by painandgreed · · Score: 3, Interesting

      The boardgame Civilization has been around for a very long time. It was the inspiration for the compter game, but it is a similar but significantly different game. You don't have hexes or regular areas but rather regions like you would see on a Risk board. Each turn, your chits (little cardboard counters) which represent people, double. They can then move and if you can get enough into the same region they can form a city. Move them into a different region with other players chits and they fight through attrition till only one player's units are there. Then you get resource cards for every city you have. the more cities, the higher level or resources. You collect and trade these resource cards to buy tech. First person to reach a suitable tech level wins.

      A computer game that was much similar to the boardgame did come out at one point with called Advanced Civilization IIRC.

    4. Re:Question for the Wargamers by painandgreed · · Score: 3, Interesting

      that boardgame is based ont eh comptuer game but it is not the original Civilaization.

      Civilization
      http://www.boardgamegeek.com/game/71

      Advanced Civilization
      http://www.boardgamegeek.com/game/177

      Sid Meir's Civilization _ the board game
      http://www.boardgamegeek.com/game/3633

    5. Re:Question for the Wargamers by darkwing_bmf · · Score: 2, Informative

      Sid Meyer's Civilization isn't like Avalon Hill's Civilization. But it is a lot like Walter Bright's Empire.

  6. Civilization board game by rfunches · · Score: 2, Interesting

    It was pointed out that Civ for the family is hard because it would require multiple computers. I was in the Discovery Channel Store over the weekend at the Fashion Centre at Pentagon City and they had Civilization the board game -- I don't know for how many players but it was [obviously] multiplayer and looked a lot like Risk. If it wasn't selling for $49.99 I would've bought it.

    1. Re:Civilization board game by sprprsnmn · · Score: 2, Informative

      The board game predates Civ I by a good bit. It's a fun game, but not what I would call a war game. Closer to Settlers of Catan than Risk.

  7. Thank God... by stonedog1104 · · Score: 2, Insightful

    ...they got rid of pollution. Easily the most annoying aspect of Civ3. The ability to select multiple cities is also good news. Can't wait for my copy to arrive!

    1. Re:Thank God... by stlhawkeye · · Score: 3, Interesting
      ...they got rid of pollution. Easily the most annoying aspect of Civ3. The ability to select multiple cities is also good news. Can't wait for my copy to arrive!

      My girlfriend bought me a copy for Christmas and, bless her heart, had it sent directly to my house so I could play it now. That's a good woman. Even though I waste inexcusable quantities of time playing Warcraft, he buys me more video games because I like them. Plus she'd prefer me to play Civ over WoW. I can get up and walk away from Civ at any moment. Not so with WoW.

      --
      "I have never won a debate with an ignorant person." -Ali ibn Abi Talib
    2. Re:Thank God... by stlhawkeye · · Score: 4, Funny
      So, is your girlfriend a HE or a SHE or an IT??

      Hey, in modern English, all pronouns are gender-neutral! I don't want to offend anybody.

      --
      "I have never won a debate with an ignorant person." -Ali ibn Abi Talib
    3. Re:Thank God... by Zathrus · · Score: 2, Funny

      Hey, in modern English, all pronouns are gender-neutral! I don't want to offend anybody.

      Have your GF read the comment and see if she isn't offended :)

  8. ATI Video by Anonymous Coward · · Score: 2, Interesting

    Someone should have asked why the CivIV team didn't test it with ATI video cards.

    1. Re:ATI Video by mslinux · · Score: 4, Informative

      Damn right... most ATI video cards DO NOT WORK with Civ 4. However, no one (except the farmed out Tech support in Ireland) is admitting it and they just hang up on you with a short, automated message before saying... It'll be fixed someday. I can't believe they shipped this piece of shit.

    2. Re:ATI Video by Greatmoose · · Score: 2, Informative

      I've read a lot about this, but I have not had a problem at all (9800pro and a 9000mobile). It's got to be more than a driver issue. I have heard that some people have been able to get it to work with older drivers (4.7-5.7).

      --
      Clearly I forgot to equip my +5 Codpiece of Karma.
    3. Re:ATI Video by neonstz · · Score: 2, Informative

      The game works fine on Radeon Mobility 9600...

    4. Re:ATI Video by EzInKy · · Score: 3, Informative

      Firaxis has posted a fix over at Apolyton.

      --
      Time is what keeps everything from happening all at once.
    5. Re:ATI Video by Mac+Degger · · Score: 2, Informative

      I'll add to the list: my 9800pro works fine. Perfect, even...and that at 1280x1024.

      --
      -- Waht? Tehr's a preveiw buottn?
  9. Re:Answer for every DRM question given by Spades_ · · Score: 5, Insightful

    It is an inconvenience unless they find another way to protect their IP. What it sounds like from his response was that the investors who paid money to produce this product wanted this in as a requirement. I don't think they like it either, but if it's a decision between making the game and having some DRM or not making it at all.. i'd choose for making the game.

  10. Python is very easy to learn. C++ is not. by CyricZ · · Score: 2, Insightful

    It should only take a competent programmer a couple of days, if even that, to become well accustomed to Python. And it's often far easier for your average person to learn than C++ is.

    I reject your hypothesis on the basis that the assumptions it makes are incorrect.

    Perhaps somebody will embed the Python (or Lua, etc.) interpreter into such an AI DLL, allowing for the AI to be written in a language that is often better suited for such complex tasks.

    --
    Cyric Zndovzny at your service.
    1. Re:Python is very easy to learn. C++ is not. by imsabbel · · Score: 2, Insightful

      Ever thought of performance reasons?
      I am sure civ spends at least 90 percent of its cpu time in the ai subroutine, so needlessly useing a slower language would bog down the game. (and of course all sheep that know shit about gpus and hw t&l would cry that the graphics make it slow)

      --
      HI O WISE PRINCE. WHT TOOK U SO DAM LONG?
  11. go python! by Mach5 · · Score: 2, Funny

    Final Score:
    python: 1
    semicolons: 0

    --
    - my userid is lower than yours
  12. release dates increase piracy? by arkhan_jg · · Score: 4, Insightful

    Thus, I hope people will understand that making sure that our games are purchased instead of stolen is very important to us. Frankly, I do not agree that requiring the CD to be in the drive "does not prevent copyright infringement," even though I understand that this is almost always true for the technically adept. This is a sensitive issue, but the future of game development depends on preventing piracy, so I hope people will have patience with the basic safety measures we have used.

    I wonder how not making the game available in the UK for another week affects piracy. I see that copies are already available on P2P, yet I have to wait till Nov 4th for it to go on sale here. I've pre-ordered it (so I probably will get it even later than that), but at least I'm paying for it; if I hadn't, it'd be mighty tempting to download the cracked version instead. Hell, it's mighty tempting to get the cracked version now anyway, and just read the manual of my 'proper' copy when it turns up, so I don't have to worry about the CD check.

    --
    Remember kids, it's all fun and games until someone commits wholesale galactic genocide.
    1. Re:release dates increase piracy? by _xeno_ · · Score: 4, Insightful
      Hell, it's mighty tempting to get the cracked version now anyway, and just read the manual of my 'proper' copy when it turns up, so I don't have to worry about the CD check.

      And why not? Which is more valuable, the version that costs $50 (or whatever) and requires a CD to be in the computer, or the version that costs a 6 hour download (or whatever) and has no CD requirements?

      Seriously, I'm fed up with the CD requirement. I'm not the freaking enemy, I'm a paying customer. Why the hell do the pirates get a better version of the game than I do? I'm the one paying money!

      Who here honestly thinks requiring the CD in the drive actually helps prevent piracy? Anyone? All it takes is one enterprising programmer to start up the game with a debugger active, and NOOP out the part where it checks for the CD. Then, suddenly, EVERYONE has access to the game! (Oh, and go ahead and try and prevent debuggers. Too bad virtual machines pretty handily defeat that. Or the enterprising coder can look for certain methods of disabling debugging, and, guess what, NOOP them out!)

      I pay for my computer games. But, well, I don't play too many. Why? Because I'm fed up with requiring the CD, and then the patching required to make the CD-checking software actually work on my PC (when it was released, Black and White took FIVE MINUTES to actually decide my CD was real, some patch eventually fixed that). Not to mention I can't play the Blizzard version of WCIII any more because it thinks I'm a pirate.

      Why should I bother paying for these games if the publishers are going to treat me like I'm a criminal? If I'm going to be treated like a criminal anyway, I might as well go the actual criminal route and get the version that doesn't treat me like a criminal.

      The PC games I do play, I usually play through once, and then that's it. The CD goes over onto the shelf, and since the game requires the CD, I never play it any more. And because I never replay it, I don't care about it, I don't think about the publisher, and I stop caring about their sequels.

      So, please game publishers, please stop treating me like I'm a criminal. I'm just a paying customer. And if you want me to continue being a paying customer, let's see some respect. I'll put up with CD keys. Those I can understand. But the CD-in-the-drive requirement? That has to go.

      --
      You are in a maze of twisty little relative jumps, all alike.
    2. Re:release dates increase piracy? by Surt · · Score: 4, Informative

      The problem is, the game publishers study this on a yearly basis.

      Comparable games from comparable publishers from comparable design houses sell more units with cd copy protection on them.

      Until customers get sufficiently fed up with cd copy protection to not buy the games at a rate greater than the prevented casual copying rate, you can expect to see this form of copy protection persist.

      --
      "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
    3. Re:release dates increase piracy? by drinkypoo · · Score: 3, Funny

      Well of course it does. If there's no copy protection, NO ONE has to buy it. If there is copy protection, then the stupid people will have to pay for it. Paradoxically, stupid people often have lots of money...

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    4. Re:release dates increase piracy? by demonbug · · Score: 3, Interesting

      Where are all these mysterious games without copy protections they are using for comparison? I don't seem to remember seeing any major releases without copy protection in at least five years.

      I'd say the publishing houses claim this on a yearly basis (probably far more often than that), but they probably all refer to one case back in 1997 or 1996 when two games in the same genre were released near the same time, and the one with protection sold better than the other. That's enough proof for the publishers.

    5. Re:release dates increase piracy? by Anonymous Coward · · Score: 2, Insightful

      The problem is, the game publishers study this on a yearly basis.
      Comparable games from comparable publishers from comparable design houses sell more units with cd copy protection on them.


      Please provide references. Surely these aren't secret studies, are they?

    6. Re:release dates increase piracy? by Mac+Degger · · Score: 2, Insightful

      I have never seen such a study (and I've looked). I've never heard of such a study, although I had imagined they must be done (and probably overwhelmingly by companies who produce copyprotection).

      "Comparable games from comparable publishers from comparable design houses sell more units with cd copy protection on them."

      Except that in all likelyhood their game wasn't comparable...it was probably just plain better. And since AAA games need a publisher, and publishers ALWAYS require copyprotection, I'm pretty sure that such a comparison CAN NOT be made.

      And fans of a game will always buy the game, and then download the pirated version for ease of use. Untill the beancounters realise that they're spending an awfull lot of money on something which doesn't raise their profit margins, we're stuck with copyprotection which makes the games we buy mroe expensive.

      --
      -- Waht? Tehr's a preveiw buottn?
  13. Re:Copyright infringement by goldspider · · Score: 4, Funny

    I'd like to hire you. I'm willing to pay you NOTHING, because you tell me that people do much better work when they have no financial incentive to do so. Too bad you posted AC: you're missing out on a lot of great opportunities!

    --
    "Ask not what your country can do for you." --John F. Kennedy
  14. You didn't read my other post. by CyricZ · · Score: 2, Interesting

    Yes, I thought about performance reasons. You obviously didn't bother to read my initial post on this matter:

    However, was it not done this way due to the slower execution speed of Python code, relative to C++?

    See, I specifically covered that very topic.

    With a game such as this, increased AI "intelligence" could very well mitigate the slightly slower execution. Python allows for extremely complex systems to be developed very quickly, at the expense of runtime performance. Neural nets, for instance, can be implemented far easier in Python than in C++.

    --
    Cyric Zndovzny at your service.
    1. Re:You didn't read my other post. by lgw · · Score: 2, Interesting

      It's faster to write anything in the language you're comfortable with. This is undoubtedly why they did most of the game in C++.

      I have a real problem with using Python for large projects simply because of the lack of static typing. Dynamic typing is great for scripts, but well-documented interfaces become the most important factor when a project scales beyond a single team. Static typing forces you to put important interface information in the code, rather than hoping someone added it to comments.

      Of course, not having to worry about memory management in Python is a similar advantage to that language (as "who frees it" is anther big part of interface documentation that people always seem to leave out of comments), but there are C++ programming styles that mostly eliminate that problem.

      I'm not sure why you'd say it's easier to implement neural nets in Python. Anything is easier in a language that has libraries attuned to the problem at hand, but you can always write such libraries if your language of choice lacks them (and you only have to do that once).

      --
      Socialism: a lie told by totalitarians and believed by fools.
  15. the future of game development by Medievalist · · Score: 5, Insightful
    ...the future of game development depends on preventing piracy...

    If that's true, you'd better come up with some new ideas, because the way you are thinking now guarantees that games development has no future.

    1. Re: the future of game development by Jodiamonds · · Score: 3, Interesting

      A pithy, catchy statement, but hardly an "insightful" truth.

      I'd agree that the original statement isn't very meaningful and probably not true, but neither is this reply. Thinking that games should require CDs in the drive has been going on for some time now, and sales haven't fallen off as a result. How many people do you know who would definitely have bought Civ4, but now won't because it requires the CD in the drive?

      It's incredibly annoying, and probably just unwise, but hardly a showstopper for the vast majority of people, including the hardcore and casual game players.

      I wouldn't say that the future of game development actually depends on preventing privacy: Game development will continue regardless. At the same time, people *thinking* it depends on it isn't going to end game development either. Neither piracy nor thinking it's the end of the world is actually the end of the world.

      --
      - Jodiamonds
  16. Re:Answer for every DRM question given by Geoffreyerffoeg · · Score: 2, Interesting

    we want to get paid

    And why not? If you want people to do work for free, move to Russia and time travel about half a century back.

    And yes, I understand free software and all, but it should be the developer's choice to release the software as free. And most developers who spend at least 40 hours a week working on software aren't willing to work for free.

    If you want a Civlike game without paying, freeciv does exist. If you want Civ IV, you'll have to pay.

    Inconvenience for the customer is a valid reason for protesting CD requirements. Not wanting to pay isn't.

    Go read Atlas Shrugged. You'll probably hate it - and there's nothing wrong with that - but you should at least see her viewpoint.

  17. Re:CDs by goldspider · · Score: 3, Insightful

    Burn a copy of the original CD and just use the burned copy when you're playing the game. That's (still) allowed under fair use.

    I suspect, however, that this isn't your REAL gripe with copy protection...

    --
    "Ask not what your country can do for you." --John F. Kennedy
  18. Re:CDs by flanman · · Score: 3, Insightful

    I have an issue where I can no longer play Civ III because my game CD cracked in the center and is no longer readable.

    There's no real solution to this problem except for me to buy a whole new version of the game which is a total waste.

    IF you're going to demand my CD, you should give me an easy/free way to keep on playing if something happens to my original disk.

  19. Re:Comprehension difficulty by Brad+Oliver · · Score: 5, Interesting
    Ooooh, is it too difficult to comprehend that they can only afford so many programmers working at any one time, and that ports have to be done by the same people who are working on the original platform?

    Allow me to interrupt this Sarcasmathon with some facts. ;-) I work for Aspyr and am the lead programmer on the Mac Civ4 port.

    The port isn't being done by the same people who did the PC version - it's being farmed out to a Mac developer and Mac publisher. This is the typical case with most Mac game ports. It also means that we have to wait for legal hurdles to clear, code drops to arrive, and naturally, for the Mac code to start working and stop being buggy. ;-) Now you might think that rewriting a game that depends on several third-party libraries with no Mac version and a dependence on DX9 might be trivial, but alas it is not.

  20. preorder came yesterday, wow real docs! by asv108 · · Score: 3, Insightful
    I picked up my pre-order of Civ 4 yesterday and had just enough time to whip through the tutorial game to see what is new. Overall, there seems to be a lot of improvements both in graphics, gameplay, and strategy. Its hard to give a real detailed review, only playing it for 2 hours, but its just as additive as civ III if not more.

    The real refreshing thing about this game, is that it actually includes real documentation. Its amazing how many games, especially console games, have absolutely hideous docs. The late 80's/early 90's PC games usually came with heavy duty docs.

    1. Re:preorder came yesterday, wow real docs! by demachina · · Score: 2, Insightful

      You must have an addictive personality because Civ III was crap :) In particular the technology trees are awful.

      I'll take Alpha Centauri any day. Unfortunately the people that are still at Firaxis didn't develop Alpha Centauri so they have a not invented here syndrome so they don't try to develop new versions of the undisputed best game of the civ genre and probably couldn't top it if they tried since the talented people who developed Alpha Centauri left Firaxis.

      --
      @de_machina
  21. Re:bunch of random thoughts on copy protection by Omnifarious · · Score: 2, Interesting

    Something different does need to be done in this area. I hate having to have the CD in the drive as well, and I doubt it really helps much. And, as several people pointed out, I suspect it hurts sales by almost as much as it helps them.

    I think that copyright law is broken in this regard too. It doesn't reflect the reality of what's easily possible. Games occupy a category that's more closely similar to music than software. Perhaps similar models could be adopted for funding games in a 'copies can't really be controlled' world. I would've pre-paid (in escrow) Firaxis $50 or more to produce them game if there was going to be a Linux version.

  22. Lesser of two evils? by JoeShmoe · · Score: 3, Insightful

    I hate to admit it, but I would probably be willing to accept some kind of DRM that was tied to my hardware in exchange for doing away with CD checks. The main reason is that I'm a laptop user and I quite frankly need the extra slot for a battery. Yes, I can just swap the CD drive in and out, but I generally don't carry it with me and then if I get the urge to play a game, I'm screwed. Well not really but I'm certainly not doing things the "white-hat" way.

    I don't see why every media company...traditionally the most anti-computer bunch on the planet...can grudingly let go of their precious content when it's wrapped in DRM protections like Apple's FairPlay and Window's DRM...but computer game companies still dragging their feet. What if the game used FairPlay? You could install it on as many computers as you want and have two registered (I'd like five but I'm sure the bean counters would have a fit) If you wanted to play on a different computer, you would have to unregister one of your existing computers. That way I could install a game like Civ on my computer and my laptop, and those copies would only work on those devices. No crappy CD hassle, but no single authentication that can be passed around the office.

    I know I'm advocating the spread of evil, but in this case, it's the lesser. It seems clear that after more than a decade, CD checks are not going way. Regardless of how painfully easy they are to bypass. I'm not even talking "techie" type easy. I'm talkind download CloneCD or install Daemon Tools type easy. I know nine-year-olds that know how to copy a game CD for their friends for crying out loud. That's not even counting the people who actually crack and release No-CD checks (which break needed game updates).

    I applaud the Civ team giving an honest answer. They could have totally blown that question off. But I will bet a million imaginary dollars that there's not a single developer at the company that was swapping out CDs every time he compiled or tested the program. It's not about having patience. It's about someone telling that the emperor has no clothes so he can finally get a clue and go cover up his saggy pock-marked ass because we are tired of looking at it.

    -JoeShmoe
    .

    --
    -- I wonder which will go down in history as the bigger failure: the War on Drugs or the War on Filesharing
  23. Docs photo by asv108 · · Score: 3, Informative

    Here is a quick snap of the documentation included in the special edition.

  24. So? It'll be out there already by Sycraft-fu · · Score: 3, Insightful

    There is a site that has cracks for all new games. They come out almost immediatly after the game, they are updated with new patches, etc. All you do is download and use them, no technical skill required. Anyone that wishes to copy the game illegally will have no problem doing so.

    However for those of us that want to stay legit, it would be nice to have a legit way to do it. I don't like having CDs in my drive because I'm careless. I like to install teh game, put the orignals in their box and put the box where it won't get damaged. A CD on my desk is just asking for trouble.

  25. Re:Copyright infringement by Rycross · · Score: 4, Insightful

    You know, theres plenty of games being made without profit motives right now. The vast majority of them are horrible.

  26. Family game with multiple PCs by Evil+Pete · · Score: 4, Interesting

    I don't understand why they don't take the path that Blizzard took with Starcraft. Have a spawn option that allows the use of installation of a multiplayer only version for use in local networks. Then you still need that one original installation with the CD. I think one thing that made Starcraft so popular was that at work you could easily create spawns to play after hours, then buy your own copy to play at home/online.

    --
    Bitter and proud of it.
  27. ...for the technically adept by dovetail3 · · Score: 2, Insightful
    Soren wrote: Frankly, I do not agree that requiring the CD to be in the drive "does not prevent copyright infringement," even though I understand that this is almost always true for the technically adept.

    Penguino, you are able to get around it.

    Wearing out a cd drive a little is hardly spitting in someones face.

    It sounds like you're waiting to buy a used copy, how many copies of that cd key do you think could be sold, if it's just the key/license number being mailed around? Keys do help keep honest people honest. It's very easy to try a game at friends house, and then not uninstall it immediately, and such a shame not to play until <whatever>...

  28. Re:Why is the game so incredibly slow? by GISGEOLOGYGEEK · · Score: 2, Informative

    Hey buddy ... its becauase you are using a workstation video card instead of a regular gaming card.

    Most workstation cards have hardware tuned for CAD / GIS type work, and when benchmarked against gaming cards with similar cores of the same generation, they kick ass on the CAD, and suck ass on the games ... by a large factor.

    Use the right hardware for the right job.

    --
    George Bush + Linux = "I will not let information get in the way of the fight against Windows"
  29. Advanced data compression in Civ IV by Distan · · Score: 4, Funny

    This comment by Soren really caught my eye:

    Also, some high-level controls to allow micromanagement were added. For example, workers can be grouped together and given an infinite number of sequential orders.

    My computer only has finite memory, so I'm curious how they are able to take an infinite command sequence and compress it to fit? It seems like I could take two arbitrary commands, assign them to represent binary 1 and binary 0, and then encode any arbitrary binary sequence of infinite length within the game.

    Where do they store this?

    I see how they can trivially consume all available physical memory and disk space on the local host, and assume that once that is exhausted they begin uploading the data to some network storage. But even Google and the NSA combined don't have infinite storage, so then what?

    How do they encode data once they have exceeded the total capacity of all mass storage ever produced by humans?

    Where does the data go once they have surpassed the storage capacity of the Universe?

    This "infinite command sequence" is the most amazing thing I've ever heard come out of Firaxis, I've got to know more!

    Soren, please answer!

    1. Re:Advanced data compression in Civ IV by mattis_f · · Score: 2, Insightful

      If it lasts until the end of the world, the command sequence will for all practical purposes be infinite. So what I'm saying is ... if there are 1000 rounds in a civ game, then make the command list 1001 commands and it'll practically be infinite. Of course, I'm assuming you were actually asking, and not just being a general smart aleck. ;-) Cheers.

    2. Re:Advanced data compression in Civ IV by praxis · · Score: 3, Interesting

      There's a more clever way to encode this.

      XXXX
      |||\ command or meta-command digit 0
      ||\- command or meta-command digit 1
      |\-- command or meta-command digit 2
      \--- 0: command; 1: meta-command

      Commands
      XXX
      000 Idle
      001 Build road at nearest friendly location (that can support a road)
      010 Build mine at nearest friendly location (that can support a mine)
      011 Destroy nearest road
      ... etc

      Meta-Commands
      XXX
      000 End orders, return unit to unordered status
      001 Repeat last command
      010 Mark this location
      011 Return to last marked location
      ... etc

      Now you can encode you're secenario like this
      1010000100111011
      \__/\__/\__/\__/
        |   |   |   |
        |   |   |   \-- Meta-command to return to marked command
        |   |   \------ Command to destroy a road
        |   \---------- Command to build a road
        \-------------- Meta-command for mark

      So it took all of 16-bits to encode those instructions, and they leave room for eight types of commands and eight types of meta-commands.  Of course the encodings could be even more efficient, this was just an academic example.  Also, adding another bit doubles the number of meanings you can give to each command.

      So you see, many types of infinite data can be encoded with different methods, this being one example.  Periodic functions are another.  You are correct that there are certain infinite patterns that can not be encoded finitely without proposing a finite symbol that refers to the infinite quantity, such a Pi.

      Alas, I think this was all moot since I think the english statement used to imply the command list was infinate was to not be taken literaly, but to be interpreted as meaning that there is no *arbitrary* limit to the length of the command list.

  30. Re:Comprehension difficulty by Sethb · · Score: 3, Interesting

    Great to hear you're working on it, Brad, you've done great work on the previous ports, and you've always been forthcoming with the community, which we appreciate immensely. While my desktop is a PC, my portable is a PowerBook, and I'm looking forward to buying the new versions, especially Civ 3 Complete. I just hope that Civ 4 will be playable on my PowerBook (12" G4 1.33Ghz, 1.25GB RAM), I picked it up yesterday for the PC, and found that huge maps simply aren't going to be an option on my PC, (2.2Ghz Pentium 4, 1GB RAM, and Radeon 9700 Pro). I played a game on a standard map through last night (on Settler difficulty), just to get a feel for the techs and building improvements without having to actually compete much, and I'm already hooked, there's just obviously a lot more going on in Civ 4, both graphically and computationally, and I think that many of us turn-based gaming fans don't have the latest CPU & GPU gear that the hard-core shooter crowd does.

    --
    When in danger or in doubt, run in circles, scream and shout. --Robert A. Heinlein
  31. Re:Answer for every DRM question given by sarkeizen · · Score: 2, Informative

    "Go read Atlas Shrugged."

    Not really an appropriate comment. As someone can believe that people should get paid for their work but disagree with the much broader principles of AR's exercise in moral fiction.

    Also 'go read' comments tent to make you look like you are avoiding the point. Surely there is a more succinct way of expressing the need for people getting paid for their work than going trough AR's 1200 page suma-in-search-of-an-editor.

    Finally you seem to misrepresent the poster's view.

    "We don't care about the customer's convenience, we want to get paid"

    You seem to interpret as "Nobody is justified in wanting to get paid" but it would seem to me that the person is in fact saying "There are people who are willing to exchange customer convienience - which impacts their paychecks for something that ( rationally or not) they percieve as protecting their paychecks."

  32. Re:Comprehension difficulty by Brad+Oliver · · Score: 2, Informative
    Any expectations of compatibility difficulties for team play with nonMac players?

    Development is still pretty early (it's not yet drawing anything sensible) so it's hard to give a definitive answer. However, it seems like cross-platform play will be feasible. Ask again in a month or two. :-)

  33. Multiplayer concurrent play by ERJ · · Score: 2, Interesting

    Something that existed in CivNet that has not existed since is the ability to play concurrently in multiplayer mode. This could lead to some aggravation (haha I attacked with my chariot before you could attack me with yours) but overall really sped things up and made it much more enjoyable for me. Any chance this is in the new civ?

  34. Compare and Contrast... by lpangelrob · · Score: 3, Insightful
    XML was chosen because it is a very flexible system for storing data, which is important for a game like Civilization that is essentially "built" from numbers. Using an off-the-shelf XML editor, anyone from our designers to end users could modify our game data. We also have a high-level file system which allows you to override any specific art, sound, python, or XML file simply by setting a specific "mod directory" that contains only the modified files. If a specific file is not found in this directory, the game just uses the default one.

    Chris Sawyer? You out there? People like it when they're trusted with changing the numbers to mod the games. Amazingly, an even stronger community develops when you try not to hide the code. More people talk about it, more people purchase your game, and heck, sometimes even the developers are surprised. Unless the ego is too high for that.

    I know this sounds rantish, especially since it's his code. But a lot of potential creativity with the game engine from the first RollerCoaster Tycoon was stifled for a long time because they were trying to undo run-time RLEs and other instant-crash modifications. Somehow, I can't imagine that putting them in there benefitted him at all.

  35. Maybe semantics are important? by LainTouko · · Score: 2, Insightful
    Thus, I hope people will understand that making sure that our games are purchased instead of stolen is very important to us. Frankly, I do not agree that requiring the CD to be in the drive "does not prevent copyright infringement," even though I understand that this is almost always true for the technically adept. This is a sensitive issue, but the future of game development depends on preventing piracy, so I hope people will have patience with the basic safety measures we have used.

    You know, I can't help but wonder if the current problems with copy-prevention* software actually stem from the idea that copyright infringement is stealing, which the RIAA have been creating, (for entirely different reasons of course, they need to make sure middlemen still exist). Understanding that copyright infringement and stealing are very different things is very similar to understanding that the problem isn't how to stop "piracy", but how to encourage purchasing. And once you understand that, not just intellectually but naturally as well, then it becomes increasingly obvious that pissing off your customers more and more isn't the cleverest way to go about it.

    *"Copy-protection" is of course another example of inaccurate terminology designed to make people think about something in a distorted way that can be found within this field, going all the way back to the time a concept was named "copyright" rather than "copyrestriction".

  36. 3) by geekoid · · Score: 3, Insightful

    3) Voice your complaint so the company gets an idea of what their market base wants. Just not buying doesn't say why you don't buy the product.

    4) Buy it, and crack it.

    I perfer a combination 3 and 4.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  37. Soren Johnson: by geekoid · · Score: 2, Insightful

    "...
    This is a sensitive issue, but the future of game development depends on preventing piracy, ..."

    This is false. If getting sales depend on your cds being uncrackable, the gaming industry would have collapsed by now.

    Anone with even the slightest technical skill, or just curiosity, can get a crack to any game.
    It also assumes people who can do that, won't buy a game. I can do this, and I will download a crack so I can play a game I have purchased without needlesly wearing md cd, and have to listen to it spin up and down.

    "...so I hope people will have patience with the basic safety measures we have used."

    No.

    nice of you to relate useless CD protection with safety. I'm sure without it we would have many more CD game playing related injuries.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  38. Re:Mod parent up as funny, not off topic you idiot by Surt · · Score: 2, Informative

    It might have been funny the first 10 times. Then it might have been funny the next 100 times as retro-chic. But by now it has just become dull. I'm more interested in seeing more innovative posts please mods.

    --
    "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
  39. No hex grid! by Gorimek · · Score: 2, Informative

    Civilization (the computer game) does not use a hex grid. It's a regular grid of squares that is rotated 45 degrees and squished a bit, but it's not in any way a hex grid. Each cell has 4 direct heighbors and 4 diagonal ones.

  40. Re:anyone play the new civ iv yet? by Anonymous Coward · · Score: 4, Informative

    Played for about 4.5 hours last night and it is very nice. Seems to have some rather large changes to the underlying systems and a distinct difference in the pacing but in a kind of nice way. I'm betting I won't really have a feel for the new systems for a few more games. I'll probably have it down better if I take the time to read through the entirety of the 215 page manual, as well.

    The tech tree feels much larger and alot more open in your path to discovering specific techs.

    There seems to be easily 3 times as many terrain and city improvements to build over Civ III. It also seems that each city will need a different, more focused approach to which terrain/city improvements to build and when to build them than the 3 previous versions. Religion and Civics are very cool additions and really help in defining a personalized national identity for your Civ as well as adding a good deal of flavor to diplomatic relations.

    Haven't got into any extensive combat so far, but I did manage to get a few units 4 or 5 promotions. The promotion system seems like it could wind up being a very cool addition to combat.

    Graphics are pretty nice, not like HL2 or Doom3 (or even B&W2, for that matter) photorealistic, but definitely a major enhancement to the experience so far. If I had to nitpick, I'd say the city improvements need to be larger in relation to the housing in the cities if they truly want the player to be able to discern all improvements a city has from the world map. Not sure if these will scale in size/distance from housing when the population of the cities gets larger (my biggest city was only up to 15 citizens). I was also a bit bummed that there doesn't appear to be a city or palace view screen as found in the earlier versions. I haven't been able to find how to access them yet anyways...

    I'm a die hard civ fiend from the days of the original and all in all I'd say Civ IV stands a very good chance of becoming my favorite of the series once I get a hang of the new rules/tech tree/improvements/etc.

  41. Mod parent +5: Asskissing... by MS-06FZ · · Score: 2, Funny

    I mean, it's all good, and it's very nice. It's both good and nice. I think the goodness and niceness together of this article as well as the resulting good and nice discussion should be recognized, both for the fact that it is nice and also because it's good.

    --
    ---GEC
    I'm but the humble pupil, seeking to snatch the scratchbuilt pebble from the master's fully articulated hand
  42. Re:Comprehension difficulty by Brad+Oliver · · Score: 2, Informative
    First off, is the Mac version going to be crippled, or will it be as feature-rich and mod-ready as the PC version?

    We're hoping to cripple it in some obscure and hate-inducing way, but so far it looks like we'll have feature parity. However, there are a ton of third-party libraries used ("middleware") so you never know when one will end up causing some oddball incompatibility. Ask again when we get closer to shipping a few months from now.

    Second, am I going to need one of the new double-double G5s to run it, or will my 18 month old Powerbook not choke on it?

    Answer unclear. Ask again later.

    Third, is it going to be chained to the CD like the PC version?

    No, most likely it'll be chained to the DVD. ;) However, you should be able to eject it after the game launches, for what it's worth. I believe we'll have a serial # scheme for online play, so I guess there's a remote chance the DVD chain will be lifted, however that's not a decision that I make. I'll pass it along though, for all the good it'll do.

    Fourth, STOP READING SLASHDOT AND GET BACK TO WORK!!! AND PUT YOUR BACK INTO IT!

    Can do. :)

  43. Surprise! by nitehawk214 · · Score: 2, Informative

    Well I shouldnt be too surprised. I just received and installed my copy of Civ IV today, and after the 2 disk install process, the game is unable to start as it cannot find the cd that is in my drive. If I am unable to make this work, it will just be going back to the store, which is a shame as I have been waiting for this game for quite a while.
     
    The most amusing part about it is the error dialog has a link to their site. The link goes to a blank page.
     
    And they wonder why we complain about stupid copy protection schemes.

    --
    I'm a good cook. I'm a fantastic eater. - Steven Brust
  44. Re:Surprise! update by nitehawk214 · · Score: 2, Informative

    Well, after speaking with the nice chap from take two, I found out the play and install disks are mislabeled. You need to put disk 1 "install disk" in the drive, not disk 2 even though disk 2 is labeled "play".

    --
    I'm a good cook. I'm a fantastic eater. - Steven Brust
  45. Steam (was Re:No CD fix) by Kalzus · · Score: 2, Insightful

    As it stands, I'm upset that I own a game that is likely to become unplayable forever unless the publisher has the forsight to prepare a patch that utterly removes the Steam requirement. I'm not paying Valve another dime.

    --
    "The Devil does not know a lot because He's the Devil, He knows a lot because he's old." -- unknown
  46. Re:How so? by Peter+La+Casse · · Score: 2, Insightful
    The attitude that guarantees their failure is the attitude that says that piracy must be prevented in order to avoid failure. I believe your parent poster's point is that piracy cannot be prevented, so failure (by that definition) cannot be avoided.

    As usual, absolute statements are seldom true. A more reasonable statement would have been for the Civ 4 team to say that piracy on a scale large enough to prevent game sales from being profitable must be prevented in order to avoid the failure of the current profit model.

  47. Re:Idiot. by nunchux · · Score: 3, Informative

    Have you ever had a job that required some diplomacy? I don't think he's a mental midget. He's giving the answer he needs to give to satisfy the people who need to be satisfied-- the investors, the distributors, basically the "suits".

    Read between the lines, he doesn't even acknowledge the no-cd crack issue. I'm sure he personally doesn't care, but can't say as much. I understand, it's Slashdot, let's spout firebrand politics. Unfortunately in the real world it takes capital to release a game. If he said, "Fuck you, we're not protecting this game" he's be out of a job. If the developers said it, they'd lose their backing and distribution.

  48. Re:CDs by zakezuke · · Score: 2, Informative

    I have an issue where I can no longer play Civ III because my game CD cracked in the center and is no longer readable.

    There's no real solution to this problem except for me to buy a whole new version of the game which is a total waste.

    IF you're going to demand my CD, you should give me an easy/free way to keep on playing if something happens to my original disk.


    Valid enough point if they employ disc protection. There is a NOCD crack for it IIRC. But anyhow in the past they offered a low cost disk replacement program. I admit I couldn't get an Amiga version but I could understand there were issues like no longer having the hardware to make copies. I remember hearing that there wasn't really a replacement program in the UK, but US and Canada there was. Try looking in the box, if you still have the box. Try e-mailing them or mailing via post a polite letter with a nice photo copy of your damaged disc.

    --
    There is no sanctuary. There is no sanctuary. SHUT UP! There is no shut up. There is no shut up.