HardRocker
Student.
Okay, so I am finally getting the basics of ModBuddy, and I decided to create a mod for myself that would increase the population of cities. It has always irked me when I look at the Demographics and see a population of, say, 20,000,000, because I have always wanted the populations to be in the hundreds of millions for each major civ, much like today in our world.
So I changed the Global Defines to allow cities to be founded closer, lowered base growth threshold for cities, decreased food eaten per citizen from 2 to 1, and decreased unhappiness per population from 1 to 0.75.
I was mainly doing this to see if it would work, but I see no actual change in-game. Nothing I changed in GlobalDefines.xml (GameRules1.xml with ModBuddy) shows or makes any difference in-game.
Are these unchangeable? If not, what am I doing wrong?
EDIT: OH, and I changed Civ minimum starting distance, because I like a lot of CityStates in my games. idk if that's what made it not work
So I changed the Global Defines to allow cities to be founded closer, lowered base growth threshold for cities, decreased food eaten per citizen from 2 to 1, and decreased unhappiness per population from 1 to 0.75.
I was mainly doing this to see if it would work, but I see no actual change in-game. Nothing I changed in GlobalDefines.xml (GameRules1.xml with ModBuddy) shows or makes any difference in-game.
Are these unchangeable? If not, what am I doing wrong?

Spoiler XML I used in GameRules1.xml :
?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 4/8/2012 1:16:06 PM -->
<GameData>
<Defines>
<Update>
<Set Value="2"/>
<Where Name="MIN_CITY_RANGE"/>
</Update>
<Update>
<Set Value="8"/>
<Where Name="MIN_CIV_STARTING_DISTANCE"/>
</Update>
<Update>
<Set Value="1"/>
<Where Name="FOOD_CONSUMPTION_PER_POPULATION"/>
</Update>
<Update>
<Set Value="7"/>
<Where Name="CITY_GROWTH_MULTIPLIER"/>
</Update>
<Update>
<Set Value="0.75"/>
<Where Name="UNHAPPINESS_PER_POPULATION"/>
</Update>
<Update>
<Set Value="14"/>
<Where Name="BASE_CITY_GROWTH_THRESHOLD"/>
</Update>
</Defines>
</GameData>
<!-- Created by ModBuddy on 4/8/2012 1:16:06 PM -->
<GameData>
<Defines>
<Update>
<Set Value="2"/>
<Where Name="MIN_CITY_RANGE"/>
</Update>
<Update>
<Set Value="8"/>
<Where Name="MIN_CIV_STARTING_DISTANCE"/>
</Update>
<Update>
<Set Value="1"/>
<Where Name="FOOD_CONSUMPTION_PER_POPULATION"/>
</Update>
<Update>
<Set Value="7"/>
<Where Name="CITY_GROWTH_MULTIPLIER"/>
</Update>
<Update>
<Set Value="0.75"/>
<Where Name="UNHAPPINESS_PER_POPULATION"/>
</Update>
<Update>
<Set Value="14"/>
<Where Name="BASE_CITY_GROWTH_THRESHOLD"/>
</Update>
</Defines>
</GameData>
EDIT: OH, and I changed Civ minimum starting distance, because I like a lot of CityStates in my games. idk if that's what made it not work