Resource icon

[BtS] Multiple Favorite Civics 2016-10-05

Description:
This mod expands the favorite civic feature so instead of leaders having a
single favorite civic they can have multiple favorite civics. For instance
instead of just having the representation civic as their favorite Julius Caesar
now has representation and slavery as favorite civics. The following is the
favorite civics tag definition for Julius Caesar:
Code:
      <FavoriteCivics>
        <FavoriteCivic>
          <CivicType>CIVIC_REPRESENTATION</CivicType>
          <bFavoriteCivic>1</bFavoriteCivic>
        </FavoriteCivic>
        <FavoriteCivic>
          <CivicType>CIVIC_SLAVERY</CivicType>
          <bFavoriteCivic>1</bFavoriteCivic>
        </FavoriteCivic>
      </FavoriteCivics>
Installation Instructions:

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


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

If you want to use the Water Animals 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:
<!-- -->
<!-- Multiple Favorite Civics Start -->
<!-- -->
and
<!-- -->
<!-- Multiple Favorite Civics End -->
<!-- -->

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

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


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

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

- Setup the Multiple Favorite Civics infrastructure

- Changed the <FavoriteCivic> tag to <FavoriteCivics> and added the underlying
required infrastructure to enable this feature.

- Updated the CvPediaLeader.py file to correctly display more than one civic.

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

- Exavier - Composite Mod - readme.txt format

- PsiCorps For providing the idea for this mod.
Author
TheLopez
Downloads
345
Views
345
First release
Last update
Rating
4.00 star(s) 1 ratings

More resources from TheLopez

Top Bottom