![]() |
I just heard of the coolest feature (or bug as feature ;)). Apparently some people aren't hearing background music until... they research Music. Very interesting indeed.
|
Quote:
Personally, I'd rather have the ability to tune AI personality characteristics. e.g. ask for it to be less aggressive, that sort of thing. |
Quote:
What's the problem with it? The plus is that supposedly the AI scripts will be modifiable once the SDK comes out. The python scripts and XML that builds a lot of the gaming structure is already available. |
Quote:
So, just FYI - there's an XML file that specifically details out the Game Speed, for Epic, Normal, and Quick games. Modifiable are the rates of: Growth, Training, Construct, Research, Build, Improve, Great People, Culture, Anarchy length, Golden Age length, Inflation (?), a handful of things I don't know what they mean, and the breakdown of what the years are by increments (i.e. 40 year increment x 50 turns, then 25 x 40 turns, then 20 x 70 turns, then 10 x 60 turns, then 5 x 130 turns, then 2 x 100 turns, then 1 x 200 turns). |
Quote:
I haven't played this version much so I can't comment on the differing AI personality or not. That would be nice but again I just don't see why it would be difficult to adjust AI for each level. I'm no AI expert but just off the top of my head here is my suggestion. It appears Civ AI makes it decisions based off something like: AI Action taken = Big Messy Equation(BME for short) I propose chaging it to something like: AI Action taken = BME * multiplier where the multiplier is a random number taken from a gaussian(normal) distribution(centered at 1) with a spread that decreases as you go up in level(maybe to 0 at the highest level). This way every decision the low level AI makes has a chance that it doesn't follow the optimum decision if there wasn't a multiplier. It would make some incorrect choices(in trading or war) and be easier to defeat. As you go up in difficultly the fewer mistakes the AI would make. I agree, making a strong AI is hard work. Making an AI weaker once you have a strong AI shouldn't be that difficult though. |
Quote:
Hopefully this is the case. I don't want to give something away that could decrease someone's enjoyment of the game but the tech for gold(or tech for tech+gold) trade appears to be very exploitable. I do remember that there were some nice improvements after a few patches were out in Civ 3 as well so not all hope is lost. |
I'm no AI expert either, but I would imagine that a problem with weakening an AI stems from the fact that none of the AI's decisions are independent of each other. If you simply reduce it to "at low level, they'll make the wrong decision 50% of the time, but at high level, they'll only make the wrong decision 10% of the time", it can't work. One wrong decision will affect dozens of decisions later. Also, the impact of one decision will determine whether a future decision is right or wrong later on down the road.
15 minutes into game time: Decision A is right, Decision B is wrong. 30 minutes into game time: Decision C is right only if Decision A was made 15 minutes ago. Decision D is right only if Decision B was made 15 minutes ago. 60 minutes into game time: Decision E is right only if Decision A was made 45 minutes ago. Decision F is right only if Decision A was made 45 minutes ago and Decision D was made 30 minutes ago. Decision G is right ... Well, I think I've gotten my idea across. Also, we know that it would almost never be an either/or decision. There would be, as you mentioned, an "optimum" decision, and then there would be decisions with varying degrees of appropriateness besides that. Since every decision is dependent on many factors before (and perhaps after?) the decision is made, it would get extremely cumbersome to just tell the AI to do something "wrong" at any particular time. |
The problem with designing AI like this is that it's hard enough just to write an AI that is competitive, let alone really, really good. So you write an AI that plays well, and then tweak side parameters. Some games do this through cheating, while others have other values they can adjust. For example, you can make an FPS AI tougher by having it aim faster. That's not a "better" AI, just an AI that reacts more quickly. RTS' can do the same thing by adjusting how quickly they can take actions.
Sometimes in a strategy game you can tweak parameters that make the AI "smarter". For example, early chess AIs (even many modern ones?) can be adjusted by changing how many moves they can look ahead or consider at one time. Not sure what applies to Civ. |
Quote:
Funny you should ask. Code:
<iWonderConstructRand>20</iWonderConstructRand> That's about a third of Washington's entry in the CIV4LeaderHeadsInfo.xml file. There's plenty more - not that anyone necessarily understands it at this point, but it's out there. |
Quote:
This is from an interview with Meier: IGNPC: Was there anything in particular about the last version, Civilization 3, that you wanted to step away from? Sid Meier: In contrast to Civ 3, we'd like a game that plays a little more rapidly. Civ games can be epic, and a certain amount of epic is good, but you also want to get a feeling that you're moving forward and getting to the next technology. As with all of our Civ games, we give you a lot of options but I think this game is oriented to move a little faster and take you through the centuries a little more quickly. |
Quote:
I completely agree that you run into issues like this where you can't get C right if you got A wrong. If you think about a game of chess it's easy to think about a bad decision compounding on itself. While you would have to be careful about how many wrong decisions you have the AI making I don't think there is any way to get away from the compounding errors. In fact, in civ 3 even with the last patch there were some horrible decisions that the AI was making on every difficulty level that compounded and compounded until the game was lost. Secondly, the multiplier would work for decisions that aren't yes/no types as well. For instance, deciding which space a worker should move to next is a very chess like problem and I am assuiming they solve that like how AI solves chess problems, by calculating a value for each space and then choosing the highest value. If you added the multiplier to each spaces value then choose the highest value space you would have an effective "weaker" AI solution. BTW, this is just a thought that took 10 seconds to think about. If the AI team wanted to create a stronger/weaker AI for each level I'm sure they could come up with a better solution. But it appears, for whatever reason, they choose not to go that route. |
Quote:
Thanks! I downloaded the driver update, but I don't know what to do with the zip file -- where do I extract the contents to? |
Quote:
Here's what goes into the definition of the difficulty levels (this xml diving is fun!): - Free wins against barbarians (5 at Settler level, 2 at Noble, 0 at Deity) - Maintenance adjustments (# of units free, % of total cost, % of cities that count towards it, etc) - Cost of Unit building/Research/Civic Upkeep - Health / Happiness / Attitude Bonuses - Tech Trading Modifiers - How often animals appear - How often barbarians appear - Combat bonuses / subtractions for barbarians and animals - Starting Units - Probability the AI will declare war (25% at Settler, 100% at Noble/Deity) - Modifiers to the AI's building ability (160% cost for most things at Settler, 100% at Noble, 60% at Deity) - What you get (and probabilities of) out of goodie huts - Free techs (Wheel, Agriculture, Mining at Settler; none at Noble/Deity) - Free techs for the AI (none at Settler/Noble; Wheel, Agriculture, Hunting, Archery at Deity) I bolded the Tech trading, since that's what the earlier concern was about - that's adjustable by difficulty level, apparently, in terms of willingness and such. Easier levels = easier to do. |
Want to really screw with someone? Make the goody huts pop barbarian Modern Armor.
|
Quote:
i would do that if it would make the AI good |
Quote:
Ok this looks like it could be a step in the right direction. It's possible that messing this this might fix the "problem" I encountered. As I have just started messing with the game last night I haven't looked at the XML stuff at all. It does appear to be pretty similiar to the Puresim xml which is a good thing. Thanks for locating this Celeval. It's reasons like this I post on boards and someone on FOFC tends to always find the goods. |
Quote:
Well, you can unzip the file into a desktop folder. Then right click My Computer\Hardware\Device Manager. Select Display Adapters; hilight your video card. Right Click; select Update Driver. Follow the instructions in the wizard, and it should update the drivers. this assumes you are using Windows XP. |
Hey, Bucc... good news. Reading over at Poly, YIN likes the game! Amazing!
Of course you do have people complaining about graphical bugs (meaning they can't play it), but Yin isn't one of them. Has to bode well for you, old timer ;). |
YAY! Just picked it up.
|
I got mine at BB during lunch. There were only 2 on the shelf, which I thought was odd. Then I saw another box of them on a cart. I think they had already sold most of one box by the time I got there. Circuit City still doesn't have it yet.
|
I gotta wait a bit more. Amazon has mine as 'shipping soon'. Damn them!
Oh well... at least its the pre-order special edition :D. |
Quote:
Neither does Walmart. I'm hoping they get their shipment after 4pm like they usually do. |
Quote:
I think sometimes you confuse "What I would do" with "What anyone with sense would do." Not that I disagree about requiring hardware T & L in this game, but I just thought I'd point that out. |
I've forgotten what the word is on multiplayer. Is this something that's going to be added in a later update? I'd buy copies for me and my wife so we could team up against the "AI" over the LAN, but if that's not possible in the current release, I'll wait. Any help?
|
Quote:
|
...
|
Quote:
|
Quote:
I agree completely. |
Quote:
That is supposedly a feature of the current game - not a later update. But I don't have the game yet... |
Quote:
|
I may have come across a bug...
Started a game last night on "Warlord" difficulty (3 of 9, one easier than the standard Noble difficulty). By the time I quit last night at 1400AD or so, my score was about double that of each of the two civilizations I had encountered. Things were going pretty well, and it seemed that I had some big advantages over the AI nations that made things easy for me. Today, however, when I loaded last night's game, the difficulty setting is listed as "Noble". I just continued for two hours and things seem much more difficult. Russia attacked me and has been able to hold ground they gained in their initial invasion. They are producing units like crazy. My advances seem to be coming slower, and the the AI countries seem both more active and more productive. During the afternoon's session, both of the other countries were able to keep pace with my score. In other words, I think my game jumped a level of difficulty on its own. I might be mistaken and actually played at "Noble" difficulty last night, but things sure feel more difficult now than last night. Anyone else hear of anything like this? |
Quote:
Quote:
Quote:
A SkyDog never mis-speaks. He says precisely what he means to. |
Didn't have time to really get into it because I have to go to work, but it runs beautifully on my desktop.
For what it's worth, that means 3500+ AMD Athlon, onboard Radeon X200 (128 MB), 1 gig of RAM. For those of you on the fence, hopefully that's useful. |
Quote:
|
Thoughts...
Combat is a blast. I LOVE the unit promotions and experience system. Makes combat very interesting. I wonder, though, to what degree the AI will effectively use the system. The AI is, well, interesting. Got a chance to see it fight for two hours today. Overall it seems a mixed bag, but I'm not even sure what difficulty it's playing at right now given what's happened with my saved game (see my previous post). If this is the "Noble" AI, though, I think I would have to say that it is quite lacking. Good things... They have tried to get units into my country through They launched one naval invasion consisting of two galleys and two armies. Bad things... They launched one naval invasion consisting only of two galleys and two armies. The armies charged a heavily defended city and were slaughtered. I have been able to launch several single-unit cavalry raids behind enemy lines. Despite Russia having four or more units in most of their cities, they ignore or react very slowly to the pillaging I am doing. Eventually they wipe my units out, but not before I pillage a half dozen or more areas. It must be creating economic havoc by now, as I have been able to pillage two-thirds of their vital resource areas. All their workers are holed up in cities now as well. Would at least make a lot of sense for them to try to rebuild some of their countryside with protected workers, but they aren't doing anything. After their initial attack, They have done some stupid things with individual units. Once they tried to bring a settler in through Question... Does anyone know how to add a unit/building to the end of the city construction queue? Whenever I add a unit/building for construction, it jumps to the front of the queue. I haven't been able to figure out how to add something to the end of the queue. |
Ok....I loaded both discs, and it keeps telling me, "Please put in the correct CD-ROM, and hit the ok button to restart, ect...". I put in disc two, the play disc.
|
I think they have it backwards, Galaxy. I had the same problem but it ran fine when I put in Disc 1.
|
Quote:
Alright, I'll try that. Thanks. |
Quote:
I had the same problem. The game runs only with my "install" disc in the CD-drive. The "play" disc won't let me play. |
Quote:
Hold down shift and left click. |
Quote:
this may or may not be a bad thing...it may indicate that the AI isnt actually aware of everything going on in your country. i always got the feeling from the higher levels on civ3 that the computer was always aware of my troop strenghs in various cities, because they would alway stop their invasion short of my strongly defended points. |
Quote:
Very good point. |
I should add, that I found that listed in the Hints section of the Civilopedia. The Hints section is a MUST read to start learning the many keyboard shortcuts.
|
Quote:
Imran, we still have to wait the requisite 30 days. He initially liked Civ3 even though it wasn't the game he wanted but when that wore off, he trashed it like a tornado eyeing a trailer park. |
Quote:
Sounds like there might be a fix for the renderer problem http://apolyton.net/forums/showthrea...9&pagenumber=1 |
Weeeee! It's shipping!
And I always like to play with animations, but they may have to be turned off because my computer kind of sucks ;). Quote:
|
Quote:
Early Impression Quote:
|
Just got it!
|
Quote:
|
Quote:
Not that it does me much good, I have to go help prepare for a chili feed:( |
All times are GMT -5. The time now is 11:56 PM. |
Powered by vBulletin Version 3.6.0
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.