Some guys know a little bit more I guess
Announcement
Collapse
No announcement yet.
Expansion 2 news?
Collapse
X
-
Originally posted by proviisori
Some guys know a little bit more I guessThe Apolytoner formerly known as Alexander01
"God has given no greater spur to victory than contempt of death." - Hannibal Barca, c. 218 B.C.
"We can legislate until doomsday but that will not make men righteous." - George Albert Smith, A.D. 1949
The Kingdom of Jerusalem: Chronicles of the Golden Cross - a Crusader Kings After Action Report
Comment
-
Originally posted by Alexander01
You know, I think the role of the barbarians could be expanded in an expansion.
I'd like to pay off Attila the Hun so he won't sack my cities. I want to bribe the Goths to attack my neighbors. I'd like cohesive, distinctive barbarian tribes, not just generic black-flagged baddies.In the beginning the Universe was created. This made a lot of people very angry and has been widely regarded as a bad move. - Douglas Adams
Comment
-
Originally posted by Cartimandua
I would love anything that uped the strategic capabilities of the game. So often the game is the same fighting techniques, but to pay the barbs to "undercover" attack your so-called "friends" (you know, the ones you have good realtions with but are planning on attacking anyway?) so that they didn't know you were the one behind it? Totally cool.
Diplomacy seems like the most popular area for improvements.
Imagine being able to force disarmament treaties on defeated foes. Or even agreeing to them via the UN (think START or the Washington Naval Treaty). Lots of potential for fun machinations."I'm a guy - I take everything seriously except other people's emotions"
"Never play cards with any man named 'Doc'. Never eat at any place called 'Mom's'. And never, ever...sleep with anyone whose troubles are worse than your own." - Nelson Algren
"A single death is a tragedy, a million deaths is a statistic." - Joseph Stalin (attr.)
Comment
-
-
Originally posted by Jaybe
Lots of potential for fun machinations, but if the AI were to use them without your (ie, a player) knowing about it, you would scream your head off, calling it a bug."I'm a guy - I take everything seriously except other people's emotions"
"Never play cards with any man named 'Doc'. Never eat at any place called 'Mom's'. And never, ever...sleep with anyone whose troubles are worse than your own." - Nelson Algren
"A single death is a tragedy, a million deaths is a statistic." - Joseph Stalin (attr.)
Comment
-
Originally posted by Six Thousand Year Old Man
I suspect that relatively few people would react the way you would.
I have done that many times in the past, with both Civ4 & Civ3. Sometimes they end up being features that are changed in a revision, sometimes the complainer was getting upset over a "legit" feature.
Comment
-
Originally posted by Jaybe
I suspect you are right! Because I (charitable person that I am ) would consider it a "feature", not a "bug". Even if it was an unintended feature.
I have done that many times in the past, with both Civ4 & Civ3. Sometimes they end up being features that are changed in a revision, sometimes the complainer was getting upset over a "legit" feature.
Comment
-
Originally posted by Targonis
That's a part of the reason why "features" like AI units NOT being capped at 10XP for killing barbarians is a bit annoying. Why should the AI get the extra training from barbarians when players can't?
Comment
-
Uh...
Code:int CvUnit::maxXPValue() const { int iMaxValue; iMaxValue = MAX_INT; if (isAnimal()) { iMaxValue = min(iMaxValue, GC.getDefineINT("ANIMAL_MAX_XP_VALUE")); } if (isBarbarian()) { iMaxValue = min(iMaxValue, GC.getDefineINT("BARBARIAN_MAX_XP_VALUE")); } return iMaxValue; }
Solver, WePlayCiv Co-Administrator
Contact: solver-at-weplayciv-dot-com
I can kill you whenever I please... but not today. - The Cigarette Smoking Man
Comment
-
Originally posted by Targonis
The key is to make sure that features are available to players as well as AI. That's what bothers some people, when the AI has certain options that are not available to the players. That's a part of the reason why "features" like AI units NOT being capped at 10XP for killing barbarians is a bit annoying. Why should the AI get the extra training from barbarians when players can't?
Would you rather be "right" or "happy"? What if your "right" is WRONG?
See, you could have been happy and mystified just by not leaping to self-righteous indignation (though it's just in some peoples' nature to be that way).
Comment
Comment