Re: Grognak's Mod Manager
Posted: Wed Sep 19, 2012 9:44 am
Great idea! Thank you for your work! *thump up*
A little question for further understanding:
Do appendices work cumulative?
For example:
First entry:
<event name="START_GAME">
<modifyPursuit amount="-100000"/>
<text>[...]</text>
</event>]
Second entry by GMM (at the end of the file):
<!-- Scrap Advantage mod -->
<event name="START_GAME">
<autoReward level="HIGH">scrap_only</autoReward>
<text>[...]</text>
</event>
So both instructions will modify the start conditions? Or only the last?
A little question for further understanding:
Do appendices work cumulative?
For example:
First entry:
<event name="START_GAME">
<modifyPursuit amount="-100000"/>
<text>[...]</text>
</event>]
Second entry by GMM (at the end of the file):
<!-- Scrap Advantage mod -->
<event name="START_GAME">
<autoReward level="HIGH">scrap_only</autoReward>
<text>[...]</text>
</event>
So both instructions will modify the start conditions? Or only the last?