AutoSave.xml 980 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <!--
  3. AutoSave
  4. by BUG Team, HOF Team
  5. Copyright (c) 2008 The BUG Mod.
  6. -->
  7. <mod id="AutoSave"
  8. name="AutoSave"
  9. module="AutoSave"
  10. author="BUG Team, HOF Team"
  11. version="1.0"
  12. date="05/04/2009"
  13. url=""
  14. dll="1">
  15. <options id="AutoSave" file="AutoSave.ini">
  16. <section id="AutoSave">
  17. <option id="CreateStartSave" key="Create Start Save"
  18. type="boolean" default="False"/>
  19. <option id="CreateEndSave" key="Create End Save"
  20. type="boolean" default="False"/>
  21. <option id="CreateExitSave" key="Create Exit Save"
  22. type="boolean" default="False"/>
  23. <option id="UsePlayerName" key="Use Player Name"
  24. type="boolean" default="False"/>
  25. </section>
  26. </options>
  27. <init/>
  28. <export function="saveGameStart" to="CvAppInterface" as="gameStartSave"/>
  29. <export function="saveGameEnd" to="CvAppInterface" as="gameEndSave"/>
  30. <export function="saveGameExit" to="CvAppInterface" as="gameExitSave"/>
  31. </mod>