Resource icon

[BtS] Nuclear Allowance Mod 2016-10-05

Adds 2 more levels of granularity to nuclear strike access true player only
access and team level access through the addition of two new tags to the
project info structure. This mod also changes the <bAllowsNukes> tag in the
Civ4BuildingInfo.xml file so only the player successfully finishing the
building gets the ability to build nuke units.

These are the changes to the MHP:
Code:
      <bAllowsNukes>0</bAllowsNukes>
      <bAllowsTeamNukes>0</bAllowsTeamNukes>
      <bAllowsPlayerNukes>1</bAllowsPlayerNukes>
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\Nuclear Allowance Mod
4) Load the game.
5) Then play as normal.


-----Game Play-----

- Buildings built that have the <bAllowsNukes> tag set only give their owners
the ability to build nuke units.

- Project structure definition has been augmented to provide better control for
who can get the ability to build nuke units


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

If you want to use the Nuclear Allowance 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:
<!-- -->
<!-- Nuclear Allowance Mod Start -->
<!-- -->
and
<!-- -->
<!-- Nuclear Allowance Mod End -->
<!-- -->

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


-----To Do-----

- Add configurable option allowing specification of if players can be greedy
and not share their knowledge of nukes with team members when joining a team


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

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

- Setup Nuclear Allowance Mod infrastructure

- Added the <bAllowsTeamNukes> tag that allows specification that teams that
build the project are the only ones with the ability to build nukes.

- Added the <bAllowsPlayerNukes> tag that allows specification that players
that build the project are the only ones with the ability to build nukes.

- Updated the MHP definition so only the player who built the project gets
access to building nukes. Everyone else can still build nuclear defensive
projects/structures.

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

- Exavier - Composite Mod - readme.txt format

- Aussie_Lurker - for providing the idea for this mod
Author
TheLopez
Downloads
264
Views
264
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from TheLopez

Top Bottom