Results 1 to 6 of 6

Thread: Playing after 2050

  1. #1
    Join Date
    Sep 2010
    Posts
    1

    Playing after 2050

    Hey guys,

    is there a possibility or a mod to play longer than the year 2050 (if possible till someone has won even if its 4534 or something like that )?

    greetz,
    thes

  2. #2
    Couldn't you just turn off the Time victory?

  3. #3
    Join Date
    Mar 2010
    Posts
    22
    xD........

  4. #4
    Join Date
    Sep 2010
    Posts
    20
    Quote Originally Posted by P-Dubya View Post
    Couldn't you just turn off the Time victory?
    I had everything turned off but Domination and it would not let me play past 2050. The "one more turn" option was grayed out.

  5. #5
    Join Date
    Feb 2010
    Posts
    1,955
    Weird that the one more turn option was greyed out...

    This is the only section I can find that references the time victory, and it doesn't specify any numbers. However, 1 line might do the trick:

    C:\Program Files (x86)\Steam\steamapps\common\sid meier's civilization v\Assets\Gameplay\XML\GameInfo\CIV5Victories.xml


    <Type>VICTORY_TIME</Type>
    <Description>TXT_KEY_VICTORY_TIME</Description>
    <VictoryStatement>TXT_KEY_VICTORY_TIME_BANG</VictoryStatement>
    <VictoryBackground>Victory_Score.dds</VictoryBackground>
    <Civilopedia>TXT_KEY_VICTORY_TIME_PEDIA</Civilopedia>
    <EndScore>true</EndScore>
    <Permanent>true</Permanent> (Maybe make this false?)
    <WinsGame>true</WinsGame>
    <Audio>AS2D_VICTORY_SPEECH_ALTERNATE_CONQUEST_VICT ORY</Audio>

    Another way to mod this is to change the turn speed. The default for standard is something like 300-400 turns between 4000bc and 2050AD. You can mod it so that there are instead 500 turns, 1000 turns, or more..

    Basically each of the following represents an gamespeed ra. The first number is the number of months per turn, and the second number is the number of turns until the next gamespeed era.

    None of this has any effect on the actual game other than the Year clock and of course the time/turns needed to reach 2050.

    C:\Program Files (x86)\Steam\steamapps\common\sid meier's civilization v\Assets\Gameplay\XML\GameInfo\CIV5GameSpeeds.xml
    <GameSpeedType>GAMESPEED_STANDARD</GameSpeedType>
    <MonthIncrement>480</MonthIncrement>
    <TurnsPerIncrement>75</TurnsPerIncrement>
    </Row>
    <Row>
    <GameSpeedType>GAMESPEED_STANDARD</GameSpeedType>
    <MonthIncrement>300</MonthIncrement>
    <TurnsPerIncrement>60</TurnsPerIncrement>
    </Row>
    <Row>
    <GameSpeedType>GAMESPEED_STANDARD</GameSpeedType>
    <MonthIncrement>240</MonthIncrement>
    <TurnsPerIncrement>25</TurnsPerIncrement>
    </Row>
    <Row>
    <GameSpeedType>GAMESPEED_STANDARD</GameSpeedType>
    <MonthIncrement>120</MonthIncrement>
    <TurnsPerIncrement>50</TurnsPerIncrement>
    </Row>
    <Row>
    <GameSpeedType>GAMESPEED_STANDARD</GameSpeedType>
    <MonthIncrement>60</MonthIncrement>
    <TurnsPerIncrement>60</TurnsPerIncrement>
    </Row>
    <Row>
    <GameSpeedType>GAMESPEED_STANDARD</GameSpeedType>
    <MonthIncrement>24</MonthIncrement>
    <TurnsPerIncrement>50</TurnsPerIncrement>
    </Row>
    <Row>
    <GameSpeedType>GAMESPEED_STANDARD</GameSpeedType>
    <MonthIncrement>12</MonthIncrement>
    <TurnsPerIncrement>120</TurnsPerIncrement>
    </Row>
    <Row>
    <GameSpeedType>GAMESPEED_STANDARD</GameSpeedType>
    <MonthIncrement>6</MonthIncrement>
    <TurnsPerIncrement>60</TurnsPerIncrement>
    </Row>
    Last edited by Procylon; 09-27-2010 at 06:32 AM.

  6. #6
    Join Date
    Sep 2010
    Posts
    4
    Quote Originally Posted by Ratfink View Post
    I had everything turned off but Domination and it would not let me play past 2050. The "one more turn" option was grayed out.
    I suspect that the setting didn't take correctly, as I've been able to play past a "Time" victory of 2050 several times without any issues.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •