Basic Modding?

Zygmunt

Warlord
Joined
Feb 24, 2007
Messages
226
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?
 
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"
 
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:
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
 
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?
 
post link to the mod and ill be more then happy to lend a hand i think i know what needs to be done.
but ill need to see the mod itself to be sure
 
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:
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
 
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.
 
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
 
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?
 
You have the Civilization V SDK installed, right?
Is that all i need to mod CIV V? Would anybody here be able to easily explain how to mod years per turn? This is game killer for me, i don't want to be in the year 3000 AD while playing a classical scenario
 
Code:
    <Defines>
        <Update>
            <Where Name="START_YEAR"/>
            <Set Value="#####"/>
        </Update>
    <Defines>


if all you want to do is change the starting years it is defined in the globaldefines.xml in your game's files

above is an update code put that in a xml and use it in your mod.
change the ##### to the start year

to change the years per turn it is in the eras.xml in your game's files.
never change it my self you need to do a little math for that.
 
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

mods are just enabled or disabled.
the only way a mod has options like that is if the person went the extra mile to change the setup menu.
its do able but its a good bit of work.
that is pretty rare on civ 5.
 
Top Bottom