PDA

View Full Version : Damn you developers !!



dildror
09-27-2010, 03:40 PM
Completely ignoring users request to add a Stop Age option on a random map !
I was truely happy buying it, and truely disappointed discovering that AGAIN, I will have to play all the way to the modern ages without the possiblity to reach MY DESIRED age.

And to think of the technological difficulty this must have been ...
AdvanceAge() {
If (currentAge != userSelectedAge)
Advance();
}

Stupid assho*es .
Will be returning it as soon as I can.
Will download it, because I DON'T WANT you to have my money.
:mad:

blackplastick
09-27-2010, 03:55 PM
Completely ignoring users request to add a Stop Age option on a random map !
I was truely happy buying it, and truely disappointed discovering that AGAIN, I will have to play all the way to the modern ages without the possiblity to reach MY DESIRED age.

And to think of the technological difficulty this must have been ...
AdvanceAge() {
If (currentAge != userSelectedAge)
Advance();
}

Stupid assho*es .
Will be returning it as soon as I can.
Will download it, because I DON'T WANT you to have my money.
:mad:

Here's a correction to your c++ code:

void advanceAge() {
If (currentAge != userSelectedAge)
advance();
}

You forgot to include the header file line:

void advanceAge();

You shouldn't capitalize the first letter unless you are writing the program in c# and it is a class, e.g. Age.advance().

Masher8559
09-27-2010, 04:09 PM
Bad news, you cannot return this game once registered to your steam account. :D

Cheer up fella ;)

GreyPaladin
09-27-2010, 04:15 PM
What he said? (the opener)

Goontrooper
09-27-2010, 04:59 PM
Completely ignoring users request to add a Stop Age option on a random map !
I was truely happy buying it, and truely disappointed discovering that AGAIN, I will have to play all the way to the modern ages without the possiblity to reach MY DESIRED age.

Stupid assho*es .
Will be returning it as soon as I can.
Will download it, because I DON'T WANT you to have my money.
:mad:

I have problems with Civ V, but you, sir, need to get a life. Cursing Firaxis over one particular feature? Grow up. There are plenty of serious problems with Civ V, but your behavior doesn't make anyone want to listen to you...it just makes you sound like a jerk.

Try to present your issues in an intelligent, reasonable manner. If you can't manage that, please go away.

Goontrooper
09-27-2010, 05:51 PM
By the way, I would love for you to clarify 'download it.' I can only assume you mean from Steam, but that wouldn't make sense since 2k still earns money from Steam purchases...so what else could you possible be mean when you say 'download it?'

Please, do clarify this for us. I know I would love to hear more.

GreyPaladin
09-27-2010, 06:04 PM
Can anyone explain what a "Stop Age" should be?

Masher8559
09-27-2010, 07:21 PM
Despite the OP being a complete idiot about it, it would actually be a great feature to have... i would love to play in just one era when i'm in the mood for all out war.

Goontrooper
09-27-2010, 07:56 PM
Can anyone explain what a "Stop Age" should be?

I think he means setting the game progression to reach a certain era and then stopping, ie: start in Ancient end in Renaissance. A good thing for people that really enjoy certain eras and would prefer to stick with swords rather than allowing for tanks to come into play.

This is one of many options that, in my opinion, should have been included in the game from the start, but like many other options it was not. Oh well.

GreyPaladin
09-27-2010, 07:57 PM
ah ok now i understand at least what he was asking for, thx. mhm jep could be nice in Multi.

ljgoose
09-27-2010, 08:39 PM
Here's a correction to your c++ code:

void advanceAge() {
If (currentAge != userSelectedAge)
advance();
}

You forgot to include the header file line:

void advanceAge();

You shouldn't capitalize the first letter unless you are writing the program in c# and it is a class, e.g. Age.advance().

*High Five Blackplastick*

Nice pwn job!