Basic Modding?

Zygmunt

Warlord
Joined
Feb 24, 2007
Messages
189
I try so hard to love this game, but it's hard. Basic modding would help. So i came across a good mod but technology and happiness are turned off. How about how to do i turn them back on again?
 

whoward69

DLL Minion
Joined
May 30, 2011
Messages
8,661
Location
Near Portsmouth, UK
Click the Steam icon in the system tray, select Library, then in the Library window search for "civilization v sdk".

And in general, we're going to need a lot more detail than "a good mod"
 

Zygmunt

Warlord
Joined
Feb 24, 2007
Messages
189
Thank you two for responding. Im just looking at turning back on science and happiness but if you want to know the mod its Rise of Rome - world in 400 BC (v.5). Seems like a damn interesting mod because the whole map is allready discovered and there's plenty of city states to plant my flag onto :)


Edit: all installed with the SDK, I guess you run it up and click on the map you want to edit and there you go?
 
Last edited:

Zygmunt

Warlord
Joined
Feb 24, 2007
Messages
189
Just perfect, I got happiness and research back on. Let me attempt to enjoy Civ V as much as i enjoyed Civ IV. Some weird reason Im here - Civ fanatics is fanatics of ALL Civ series - including V
 

Zygmunt

Warlord
Joined
Feb 24, 2007
Messages
189
Ouch! I reenabled happiness and sparta has a 23 unhappiness at game start. Is there anyway to mod that neutral or will in game mechanics take over and lower back down to 23 unhappy? And how do you change the fact that 15 years go by in every turn? it seems all the mods i've run into haven't changed that, so im guessing it's impossible?
 

ghost toast

Prince
Joined
Apr 29, 2022
Messages
352

ghost toast

Prince
Joined
Apr 29, 2022
Messages
352
it is possibble to change the years per turn,
but its not so simple.
if you changed them it effects by era and game speed.

look- into the gamespeed xml in your civ game files it looks like the fallowing code

Not sure we're the era coding effects it. But this is for the gamespeed

Code:
    <GameSpeed_Turns>
        <Row>
            <GameSpeedType>GAMESPEED_MARATHON</GameSpeedType>
            <MonthIncrement>180</MonthIncrement>
            <TurnsPerIncrement>100</TurnsPerIncrement>
        </Row>
        <Row>
            <GameSpeedType>GAMESPEED_MARATHON</GameSpeedType>
            <MonthIncrement>120</MonthIncrement>
            <TurnsPerIncrement>300</TurnsPerIncrement>
        </Row>
        <Row>
            <GameSpeedType>GAMESPEED_MARATHON</GameSpeedType>
            <MonthIncrement>60</MonthIncrement>
            <TurnsPerIncrement>170</TurnsPerIncrement>
        </Row>
        <Row>
            <GameSpeedType>GAMESPEED_MARATHON</GameSpeedType>
            <MonthIncrement>24</MonthIncrement>
            <TurnsPerIncrement>201</TurnsPerIncrement>
        </Row>
        <Row>
            <GameSpeedType>GAMESPEED_MARATHON</GameSpeedType>
            <MonthIncrement>12</MonthIncrement>
            <TurnsPerIncrement>129</TurnsPerIncrement>
        </Row>
        <Row>
            <GameSpeedType>GAMESPEED_MARATHON</GameSpeedType>
            <MonthIncrement>6</MonthIncrement>
            <TurnsPerIncrement>180</TurnsPerIncrement>
        </Row>
        <Row>
            <GameSpeedType>GAMESPEED_MARATHON</GameSpeedType>
            <MonthIncrement>3</MonthIncrement>
            <TurnsPerIncrement>264</TurnsPerIncrement>
        </Row>
        <Row>
            <GameSpeedType>GAMESPEED_MARATHON</GameSpeedType>
            <MonthIncrement>1</MonthIncrement>
            <TurnsPerIncrement>156</TurnsPerIncrement>
        </Row>
        <Row>
            <GameSpeedType>GAMESPEED_EPIC</GameSpeedType>
            <MonthIncrement>300</MonthIncrement>
            <TurnsPerIncrement>140</TurnsPerIncrement>
        </Row>
        <Row>
            <GameSpeedType>GAMESPEED_EPIC</GameSpeedType>
            <MonthIncrement>180</MonthIncrement>
            <TurnsPerIncrement>90</TurnsPerIncrement>
        </Row>
        <Row>
            <GameSpeedType>GAMESPEED_EPIC</GameSpeedType>
            <MonthIncrement>120</MonthIncrement>
            <TurnsPerIncrement>40</TurnsPerIncrement>
        </Row>
        <Row>
            <GameSpeedType>GAMESPEED_EPIC</GameSpeedType>
            <MonthIncrement>60</MonthIncrement>
            <TurnsPerIncrement>90</TurnsPerIncrement>
        </Row>
        <Row>
            <GameSpeedType>GAMESPEED_EPIC</GameSpeedType>
            <MonthIncrement>24</MonthIncrement>
            <TurnsPerIncrement>70</TurnsPerIncrement>
        </Row>
        <Row>
            <GameSpeedType>GAMESPEED_EPIC</GameSpeedType>
            <MonthIncrement>12</MonthIncrement>
            <TurnsPerIncrement>100</TurnsPerIncrement>
        </Row>
        <Row>
            <GameSpeedType>GAMESPEED_EPIC</GameSpeedType>
            <MonthIncrement>6</MonthIncrement>
            <TurnsPerIncrement>220</TurnsPerIncrement>
        </Row>
        <Row>
            <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>
        <Row>
            <GameSpeedType>GAMESPEED_QUICK</GameSpeedType>
            <MonthIncrement>720</MonthIncrement>
            <TurnsPerIncrement>50</TurnsPerIncrement>
        </Row>
        <Row>
            <GameSpeedType>GAMESPEED_QUICK</GameSpeedType>
            <MonthIncrement>480</MonthIncrement>
            <TurnsPerIncrement>30</TurnsPerIncrement>
        </Row>
        <Row>
            <GameSpeedType>GAMESPEED_QUICK</GameSpeedType>
            <MonthIncrement>360</MonthIncrement>
            <TurnsPerIncrement>20</TurnsPerIncrement>
        </Row>
        <Row>
            <GameSpeedType>GAMESPEED_QUICK</GameSpeedType>
            <MonthIncrement>240</MonthIncrement>
            <TurnsPerIncrement>30</TurnsPerIncrement>
        </Row>
        <Row>
            <GameSpeedType>GAMESPEED_QUICK</GameSpeedType>
            <MonthIncrement>120</MonthIncrement>
            <TurnsPerIncrement>25</TurnsPerIncrement>
        </Row>
        <Row>
            <GameSpeedType>GAMESPEED_QUICK</GameSpeedType>
            <MonthIncrement>60</MonthIncrement>
            <TurnsPerIncrement>40</TurnsPerIncrement>
        </Row>
        <Row>
            <GameSpeedType>GAMESPEED_QUICK</GameSpeedType>
            <MonthIncrement>24</MonthIncrement>
            <TurnsPerIncrement>65</TurnsPerIncrement>
        </Row>
        <Row>
            <GameSpeedType>GAMESPEED_QUICK</GameSpeedType>
            <MonthIncrement>12</MonthIncrement>
            <TurnsPerIncrement>70</TurnsPerIncrement>
        </Row>
    </GameSpeed_Turns>


these will change the years per turn

these changes will be per era and gamespeed though
 
Last edited:

ghost toast

Prince
Joined
Apr 29, 2022
Messages
352

Zygmunt

Warlord
Joined
Feb 24, 2007
Messages
189
So much easier to mod CIv IV than V. I'ts ok, you don't have to do the work. I try so hard to love Civ V but its not happening
 

ghost toast

Prince
Joined
Apr 29, 2022
Messages
352
Depends on the mod.

I'd say look through the code some where they disabled city states.

Remove that code.

Not saying that is the solution but it is a good point to start.

With out seeing the mod it's hard to say, there are a variety of ways to do things.

Try looking in the lua of the mod or the map scripts.
 

Zygmunt

Warlord
Joined
Feb 24, 2007
Messages
189
I couldn't find the box within the box options of what to add/remove from a mod. Seems like Civ V totally regressed from what Civ IV was, not made easier
 

Zygmunt

Warlord
Joined
Feb 24, 2007
Messages
189
So i figured how to enable city states as much as i can and place them on the map. Is it it an easy thing to do to edit the calendar and not have so many years go by in one turn?
 
Top Bottom