The GP trickle mod randomly determines the primary trait for leaders in the
game and will use the primary trait to positively influence the type of great
person that is generated in the leader's capital. So for instance creative
leaders will spawn more great artists, spiritual leaders will spawn more great
prophets, industrious leaders will spawn more engineers, etc.
Installation Instructions:
1) Unzip this into the "warlords_install_folder\Mods\" folder.
2) Open the CivilizationIV.ini configuration file
3) Change the Mod line to read: Mod = Mods\GP Trickle Mod
4) Load the game.
5) Then play as normal.
-----Game Play-----
- Randomly pickes one of the two leader traits randomly and uses it to
influence the type of great person that will be generated in their capital
- Several configurable options:
- Mappings for Leader traits to great persons
- Number of extra great person points
- Extra great person points in the leader capitals or throughout their empire
- Ability to require that great person points in their corresponding catagory
before giving the extra great person points.
-----Notes to Modmakers-----
If you want to use the GP Trickle Mod in your mod I have tried to make things as
easy as possible for you. In the XML files modified sections are enclosed by:
<!-- -->
<!-- GP Trickle Mod Start -->
<!-- -->
and
<!-- -->
<!-- GP Trickle Mod End -->
<!-- -->
In the Python files I have added #< GP Trickle Mod Start > and #< GP Trickle
Mod End > in all of the places that I have made changes to the original files.
All I ask is that you give me credit.
-----Version Information-----
-----v0.3.xw------
- Updated all code to be compatible with Warlords v2.0.0.0
- Added the missing traits to the configuration file.
-----===Credits & Thanks===-----
- Exavier
[TAB]Composite Mod - readme.txt format
- OzzyKP
[TAB]For proposing the idea and testing the resulting mod
- Shqype
[TAB]For testing the mod and pointing out that a plus size version of the
[TAB]mod is needed
-Stone-D
[TAB]SD Toolkit
- Dr Elmer Jiggle
[TAB]For providing the INI file parser code allowing for players to
[TAB]customize this mod without having to touch the python code!!!
game and will use the primary trait to positively influence the type of great
person that is generated in the leader's capital. So for instance creative
leaders will spawn more great artists, spiritual leaders will spawn more great
prophets, industrious leaders will spawn more engineers, etc.
Installation Instructions:
1) Unzip this into the "warlords_install_folder\Mods\" folder.
2) Open the CivilizationIV.ini configuration file
3) Change the Mod line to read: Mod = Mods\GP Trickle Mod
4) Load the game.
5) Then play as normal.
-----Game Play-----
- Randomly pickes one of the two leader traits randomly and uses it to
influence the type of great person that will be generated in their capital
- Several configurable options:
- Mappings for Leader traits to great persons
- Number of extra great person points
- Extra great person points in the leader capitals or throughout their empire
- Ability to require that great person points in their corresponding catagory
before giving the extra great person points.
-----Notes to Modmakers-----
If you want to use the GP Trickle Mod in your mod I have tried to make things as
easy as possible for you. In the XML files modified sections are enclosed by:
<!-- -->
<!-- GP Trickle Mod Start -->
<!-- -->
and
<!-- -->
<!-- GP Trickle Mod End -->
<!-- -->
In the Python files I have added #< GP Trickle Mod Start > and #< GP Trickle
Mod End > in all of the places that I have made changes to the original files.
All I ask is that you give me credit.
-----Version Information-----
-----v0.3.xw------
- Updated all code to be compatible with Warlords v2.0.0.0
- Added the missing traits to the configuration file.
Spoiler :
-----===Credits & Thanks===-----
- Exavier
[TAB]Composite Mod - readme.txt format
- OzzyKP
[TAB]For proposing the idea and testing the resulting mod
- Shqype
[TAB]For testing the mod and pointing out that a plus size version of the
[TAB]mod is needed
-Stone-D
[TAB]SD Toolkit
- Dr Elmer Jiggle
[TAB]For providing the INI file parser code allowing for players to
[TAB]customize this mod without having to touch the python code!!!