Compatible with BTS 3.19
This modcomp, my first one, enables civics to change the yield and commerce for specific specialists:
This modcomp is not intended to be used as a full mod, rather for use by modders for their own purposes. Changed source code is included.
Feel free to use it in anyway.
For modders:
All SDK changes are comment as thus:
Whilst all XML changes are commented like this:
Thanks to LyTning94 for pointing me to the right piece of code.
[Note: I will set up a discussion thread once I release a second modcomp; for the time being feel free to comment below.]
This modcomp, my first one, enables civics to change the yield and commerce for specific specialists:
This modcomp is not intended to be used as a full mod, rather for use by modders for their own purposes. Changed source code is included.
Feel free to use it in anyway.
For modders:
All SDK changes are comment as thus:
Code:
/*************************************************************************************************/
/** CMEDIT: Civic Specialist Yield & Commerce Changes **/
/** **/
/** **/
/*************************************************************************************************/
/*************************************************************************************************/
/** CMEDIT: End **/
/*************************************************************************************************/
Whilst all XML changes are commented like this:
Code:
<!-- CMEDIT -->
<!-- Civic Specialist Yield & Commerces Changes -->
<!-- CMEDIT END -->
Thanks to LyTning94 for pointing me to the right piece of code.
[Note: I will set up a discussion thread once I release a second modcomp; for the time being feel free to comment below.]