Not Just Another Game Clock.xml 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <!--
  3. Not Just Another Game Clock Mod
  4. by TheLopez
  5. Copyright (c) 2008 The BUG Mod.
  6. -->
  7. <mod id="NJAGC"
  8. name="Not Just Another Game Clock Mod"
  9. author="TheLopez"
  10. version="0.4w"
  11. date="11/08/2006"
  12. url="http://forums.civfanatics.com/showthread.php?t=158137">
  13. <options id="NJAGC" file="Not Just Another Game Clock Mod Config.ini">
  14. <section id="Not Just Another Game Clock Mod">
  15. <option id="Enabled" key="Enabled"
  16. type="boolean" default="True"
  17. get="isEnabled" set="setEnabled" dirtyBit="GameData"
  18. label="Enable NJAGC"
  19. help="When checked, the game clock is displayed using TheLopez's NJAGC mod."/>
  20. <option id="ShowEra" key="Show Era"
  21. type="boolean" default="False"
  22. get="isShowEra" set="setShowEra" dirtyBit="GameData"
  23. label="Display Era"
  24. help="When checked, the current era is displayed to the left of the research bar."/>
  25. <option id="ShowEraColor" key="Show Reflect Era In Turn Color"
  26. type="boolean" default="False"
  27. get="isUseEraColor" set="setUseEraColor" dirtyBit="GameData"
  28. label="Use Era-Related Colors"
  29. help="When checked, the game date and era are displayed using a color for each era."/>
  30. <list id="Color_ERA_ANCIENT" key="ERA_ANCIENT"
  31. type="color" default="COLOR_RED"
  32. get="getAncientEraColor" set="setAncientEraColor" dirtyBit="GameData"
  33. label="Ancient Era"
  34. help="Color to use for the Ancient era."/>
  35. <list id="Color_ERA_CLASSICAL" key="ERA_CLASSICAL"
  36. type="color" default="COLOR_YELLOW"
  37. get="getClassicalEraColor" set="setClassicalEraColor" dirtyBit="GameData"
  38. label="Classical Era"
  39. help="Color to use for the Classical era."/>
  40. <list id="Color_ERA_MEDIEVAL" key="ERA_MEDIEVAL"
  41. type="color" default="COLOR_GREEN"
  42. get="getMedievalEraColor" set="setMedievalEraColor" dirtyBit="GameData"
  43. label="Medieval Era"
  44. help="Color to use for the Medieval era."/>
  45. <list id="Color_ERA_RENAISSANCE" key="ERA_RENAISSANCE"
  46. type="color" default="COLOR_CYAN"
  47. get="getRenaissanceEraColor" set="setRenaissanceEraColor" dirtyBit="GameData"
  48. label="Renaissance Era"
  49. help="Color to use for the Renaissance era."/>
  50. <list id="Color_ERA_INDUSTRIAL" key="ERA_INDUSTRIAL"
  51. type="color" default="COLOR_BLUE"
  52. get="getIndustrialEraColor" set="setIndustrialEraColor" dirtyBit="GameData"
  53. label="Industrial Era"
  54. help="Color to use for the Industrial era."/>
  55. <list id="Color_ERA_MODERN" key="ERA_MODERN"
  56. type="color" default="COLOR_MAGENTA"
  57. get="getModernEraColor" set="setModernEraColor" dirtyBit="GameData"
  58. label="Modern Era"
  59. help="Color to use for the Modern era."/>
  60. <list id="Color_ERA_FUTURE" key="ERA_FUTURE"
  61. type="color" default="COLOR_WHITE"
  62. get="getFutureEraColor" set="getFutureEraColor" dirtyBit="GameData"
  63. label="Future Era"
  64. help="Color to use for the Future era."/>
  65. <accessor get="getEraColor" set="setEraColor" args="era" id="Color_%s"/>
  66. <option id="ShowTime" key="Show Game Clock"
  67. type="boolean" default="True"
  68. get="isShowTime" set="setShowTime" dirtyBit="GameData"
  69. label="Clock"
  70. help="When checked, the real time is displayed."/>
  71. <option id="ShowCompletedTurns" key="Show Game Completed Turns"
  72. type="boolean" default="True"
  73. get="isShowGameTurn" set="setShowGameTurn" dirtyBit="GameData"
  74. label="Completed Turns"
  75. help="When checked, the number of turns completed is displayed."/>
  76. <option id="ShowTotalTurns" key="Show Game Total Turns"
  77. type="boolean" default="True"
  78. get="isShowTotalTurns" set="setShowTotalTurns" dirtyBit="GameData"
  79. label="Total Turns"
  80. help="When checked, the total turns in the game is displayed if Time Victory is enabled."/>
  81. <option id="ShowCompletedPercent" key="Show Game Completed Percent"
  82. type="boolean" default="False"
  83. get="isShowPercentComplete" set="setShowPercentComplete" dirtyBit="GameData"
  84. label="Completed Percentage"
  85. help="When checked, the completed percentage is displayed if Time Victory is enabled."/>
  86. <option id="ShowDate" key="Show Turns"
  87. type="boolean" default="True"
  88. get="isShowDateGA" set="setShowDateGA" dirtyBit="GameData"
  89. label="Game Date and Golden Age Turns"
  90. help="When checked, the in-game date and turns left in a Golden Age are displayed."/>
  91. <option id="AlternateText" key="Alternate Views"
  92. type="boolean" default="False"
  93. get="isAlternateTimeText" set="setAlternateTimeText" dirtyBit="GameData"
  94. label="Alternate Game Clock"
  95. help="When checked, the game clock switches between two views: standard and alternate."/>
  96. <list id="AltTiming" key="Alternating Time"
  97. type="int" default="5"
  98. values="1, 2, 5, 10, 15, 30, 45, 60, 300, 600"
  99. get="getAlternatePeriod" set="setAlternatePeriod" dirtyBit="GameData"
  100. label="Period (in seconds)"
  101. help="Select the time each view of the game clock is displayed when alternating is enabled."/>
  102. <option id="ShowAltTime" key="Alternate Show Game Clock"
  103. type="boolean" default="True"
  104. get="isShowAltTime" set="setShowAltTime" dirtyBit="GameData"
  105. label="Clock"
  106. help="When checked, the real time is displayed."/>
  107. <option id="ShowAltCompletedTurns" key="Alternate Show Game Completed Turns"
  108. type="boolean" default="False"
  109. get="isShowAltGameTurn" set="setShowAltGameTurn" dirtyBit="GameData"
  110. label="Completed Turns"
  111. help="When checked, the number of turns completed is displayed."/>
  112. <option id="ShowAltTotalTurns" key="Alternate Show Game Total Turns"
  113. type="boolean" default="False"
  114. get="isShowAltTotalTurns" set="setShowAltTotalTurns" dirtyBit="GameData"
  115. label="Total Turns"
  116. help="When checked, the total turns in the game is displayed if Time Victory is enabled."/>
  117. <option id="ShowAltCompletedPercent" key="Alternate Show Game Completed Percent"
  118. type="boolean" default="True"
  119. get="isShowAltPercentComplete" set="setShowAltPercentComplete" dirtyBit="GameData"
  120. label="Completed Percentage"
  121. help="When checked, the completed percentage is displayed if Time Victory is enabled."/>
  122. <option id="ShowAltDate" key="Alternate Show Turns"
  123. type="boolean" default="True"
  124. get="isShowAltDateGA" set="setShowAltDateGA" dirtyBit="GameData"
  125. label="Game Date and Golden Age Turns"
  126. help="When checked, the in-game date and turns left in a Golden Age are displayed."/>
  127. </section>
  128. </options>
  129. </mod>