Resource icon

[BtS] Multi-Bonus Building Requirement 2016-10-05

This mod changes the behavior of the <PrereqBonuses> tag and adds the
<PrereqOrBonuses> tag that retains the original behavior of the <PrereqBonuses>
tag. Any bonuses added in between the <PrereqBonuses> tag will now be required
to build the building. One of the bonuses added in between the
<PrereqOrBonuses> tag will now be required to build the building. An
<iBonusAmout> tag has also been added to allow the specification of how many
number of bonuses are required of a specific type to build the unit.

For instance the updated warrior definition using the new tag and updated tag
looks like:
Spoiler :
[PRE]
<Bonus>BONUS_STONE</Bonus>
<PrereqBonuses>
<PrereqBonus>
<Bonus>BONUS_IRON</Bonus>
<iBonusAmount>1</iBonusAmount>
</PrereqBonus>
</PrereqBonuses>
<PrereqOrBonuses>
<PrereqOrBonus>
<Bonus>BONUS_GOLD</Bonus>
<iBonusAmount>1</iBonusAmount>
</PrereqOrBonus>
<PrereqOrBonus>
<Bonus>BONUS_SILVER</Bonus>
<iBonusAmount>2</iBonusAmount>
</PrereqOrBonus>
<PrereqOrBonus>
<Bonus>BONUS_GEMS</Bonus>
<iBonusAmount>1</iBonusAmount>
</PrereqOrBonus>
</PrereqOrBonuses>
[/PRE]


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

If you want to use this mod component in your mod I have tried to make things
as easy as possible for you. In the XML files I have added
<!-- Multi-Bonus Building Requirement Start --> and
<!-- Multi-Bonus Building Requirement End --> in all of the places where
changes were made. In the SDK files I have added
// < Multi-Bonus Building Requirement Start > and
// < Multi-Bonus Building Requirement End > in all of the places where
changes were made.

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

-----v0.4BtS------

- Updated Prereq bonus tag structure to allow the specification of bonus
amounts.

Spoiler :


-----v0.3BtS------

- Updated to be compatible with Beyond the Sword patch.

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

- Updated to be compatible with Warlords v2.0.8.0 patch.

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

- Setup the Multi-Bonus Building Requirement Mod infrastructure

- Updated the <PrereqBonuses> to be <PrereqOrBonuses> instead

- Added the new <PrereqBonuses> tag that allows for multiple bonuses to be
required for building buildings.

- Updated the CIV4BuildingInfos.xml file so all buildings that had multiple
bonuses listed in the <PrereqBonuses> now use the <PrereqOrBonuses> tag
instead.

- As an example of how to use the new tags castles have been updated in the
CIV4BuildingInfos.xml file so it requires stone iron and one of the
following: gold, silver or gems.


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

- Exavier - Composite Mod - readme.txt format
  • multi_bonus_building_requirement_zm6_vZe.jpg
    multi_bonus_building_requirement_zm6_vZe.jpg
    145.7 KB · Views: 89
Author
TheLopez
Downloads
244
Views
244
First release
Last update
Rating
4.00 star(s) 1 ratings

More resources from TheLopez

Top Bottom