• Civilization 7 has been announced. For more info please check the forum here .
Resource icon

Favorite Religion v0.2 2016-10-05

This mod provides the ability to make some leaders more historically accurate
by helping the AI to pick a particular leader's state religion. This way
Saladin can be hinted to pick Islam as his state religion and Christianity as
Isabella's state religion.


Installation Instructions:

1) Unzip this into the "civ4_install_folder\Mods\" folder.
2) Open the CivilizationIV.ini configuration file
3) Change the Mod line to read: Mod = Mods\Favorite Religion
4) Load the game.
5) Then play as normal.


-----Game Play-----
Spoiler :

- Most leaders have been given a favorite religion, the are:
[TAB]Alexander: [NONE]
[TAB]Asoka: Buddhism
[TAB]Bismarck: Christianity
[TAB]Caesar: [NONE]
[TAB]Catherine: Christianity
[TAB]Cyrus: [NONE]
[TAB]Elizabeth I: Christianity
[TAB]FDR: Christianity
[TAB]Frederick II: Christianity
[TAB]Gandhi: Hinduism
[TAB]Genghis Khan: Taoism
[TAB]George Washington: Christianity
[TAB]Hatshepsut: [NONE]
[TAB]Huayna Capac: [NONE]
[TAB]Isabella: Christianity
[TAB]Ivan: Christianity
[TAB]Kublai Khan: Buddhism
[TAB]Louis XIV: Christianity
[TAB]Mansa Musa: Islam
[TAB]Mao Zedong: Buddhism
[TAB]Montezuma: [NONE]
[TAB]Napoleon: Christianity
[TAB]Qin Shi: Taoism
[TAB]Saladin: Islam
[TAB]Tokugawa: [NONE]
[TAB]Victoria: Christianity


-----Notes to Modmakers-----

If you want to use the Favorite Religion in your mod I have tried to make
things as easy as possible for you. In the XML files I have added
<!-- Favorite Religion Start --> and <!-- Favorite Religion End --> in all of
the places that I have made changes to the original files.

In the SDK files I have added // < Favorite Religion Start > and
// < Favorite Religion End > in all of the places that I have made changes to
the original files.

In the Python files I have added # < Favorite Religion Start > and
# < Favorite Religion End > in all of the places that I have made changes to
the original files.

In order to provide hints to the AI of what a leaders favorite religion is new
tags similar to the favorite civic tags have been added.

Last, several new methods have been exposed to the python layer in the
CvLeaderHeadInfo class in order to allow getting and setting the favorite
religion variables they are:
[TAB]int getFavoriteReligion()
[TAB]int getFavoriteReligionAttitudeChange()
[TAB]int getFavoriteReligionAttitudeDivisor()
[TAB]int getFavoriteReligionAttitudeChangeLimit()

[TAB]void setFavoriteReligion(int iNewValue)
[TAB]void setFavoriteReligionAttitudeChange(int iNewValue)
[TAB]void setFavoriteReligionAttitudeDivisor(int iNewValue)
[TAB]void setFavoriteReligionAttitudeChangeLimit(int iNewValue)

-----Version Information-----

-----v0.2------

- Added the missing text tags:
[TAB]TXT_KEY_MISC_ATTITUDE_FAVORITE_RELIGION
[TAB]TXT_KEY_DENIAL_FAVORITE_RELIGION
Reported by Mexico.

- Moved the favorite religion trade code from the AI_civicTrade method to the
AI_religionTrade method since it was in the wrong place. Reported by Mexico.

- Added the missing DENIAL_FAVORITE_RELIGION entry in the CIV4BasicInfos.xml
file. Reported by Mexico.

Spoiler :

-----v0.1------

- Setup the Favorite Religion Mod infrastructure

- Added the <iFavoriteReligionAttitudeChange>,
<iFavoriteReligionAttitudeDivisor>, <iFavoriteReligionAttitudeChangeLimit> and
<FavoriteReligion> tags including the underlying code support in the SDK.

- Exposed several methods to the python layer through the SDK to allow setting
the new favorite religion variables.

- Updated the CvPediaLeader.py file to display leaders favorite religions.


-----===Credits & Thanks===-----

- Exavier
[TAB]Composite Mod - readme.txt format

- GraveEatr
[TAB]For inspiring me to develop this mod.
[TAB]
Author
TheLopez
Downloads
343
Views
343
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from TheLopez

Top Bottom