BUG City Screen.xml 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <!--
  3. BUG City Screen
  4. by EmperorFool, Dresden, Chinese American, Ruff_Hi, TheLopez, Sevo
  5. Collects all of the various main interface mods.
  6. Copyright (c) 2008 The BUG Mod.
  7. -->
  8. <mod id="CityScreen"
  9. name="BUG City Screen"
  10. author="EmperorFool, Chinese American, TheLopez, Ruff_Hi, Sevo"
  11. version="3.0"
  12. date="07/11/2008"
  13. url="http://forums.civfanatics.com/forumdisplay.php?f=268">
  14. <options id="CityScreen" file="BUG City Screen.ini">
  15. <section id="City Screen">
  16. <!-- Raw Yields by EmperorFool (inspired by Raw Commerce by Sevo) -->
  17. <option id="RawYields" key="Raw Yields"
  18. type="boolean" default="True"
  19. get="isShowRawYields" dirtyBit="CityScreen"/>
  20. <list id="RawYieldsView" key="Raw Yields View"
  21. type="int" default="0" listType="string"
  22. values="Trade Routes|Food|Production|Commerce"
  23. get="getRawYieldsDefaultView" dirtyBit="CityScreen">
  24. <choice id="TradeRoutes" get="isRawYieldsDefaultViewTradeRoutes"/>
  25. <choice id="Food" get="isRawYieldsDefaultViewFood"/>
  26. <choice id="Production" get="isRawYieldsDefaultViewProduction"/>
  27. <choice id="Commerce" get="isRawYieldsDefaultViewCommerce"/>
  28. </list>
  29. <list id="RawYieldsTiles" key="Raw Yields Tiles"
  30. type="int" default="0" listType="string"
  31. values="Worked|City|Owned"
  32. get="getRawYieldsDefaultTiles" dirtyBit="CityScreen">
  33. <choice id="Worked" get="isRawYieldsDefaultTilesWorked"/>
  34. <choice id="City" get="isRawYieldsDefaultTilesCity"/>
  35. <choice id="Owned" get="isRawYieldsDefaultTilesOwned"/>
  36. <!--choice id="All" get="isRawYieldsDefaultTilesAll"/-->
  37. </list>
  38. <!-- FoodAssist by EmperorFool -->
  39. <option id="FoodAssist" key="FoodAssist"
  40. type="boolean" default="True"
  41. get="isShowFoodAssist" dirtyBit="CityScreen"/>
  42. <!-- WhipAssist by EmperorFool, Dresden -->
  43. <option id="WhipAssist" key="WhipAssist"
  44. type="boolean" default="True"
  45. get="isShowWhipAssist" dirtyBit="CityScreen"/>
  46. <option id="WhipAssistOverflowCountCurrentProduction" key="WhipAssist Overflow Count Current Production"
  47. type="boolean" default="True"
  48. get="isWhipAssistOverflowCountCurrentProduction" dirtyBit="CityScreen"/>
  49. <!-- Culture Turns by Chinese American -->
  50. <option id="CultureTurns" key="Culture Turns"
  51. type="boolean" default="True"
  52. get="isShowCultureTurns" dirtyBit="CityScreen"/>
  53. <!-- Great Person Info by Chinese American, EmperorFool -->
  54. <option id="GreatPersonTurns" key="Great Person Turns"
  55. type="boolean" default="True"
  56. get="isShowGreatPersonTurns" dirtyBit="CityScreen"/>
  57. <option id="GreatPersonInfo" key="Great Person Info"
  58. type="boolean" default="True"
  59. get="isShowCityGreatPersonInfo" dirtyBit="CityScreen"/>
  60. <!-- Anger Counter by Ruff_Hi -->
  61. <option id="Anger_Counter" key="Anger Counter"
  62. type="boolean" default="True"
  63. get="isShowAngerCounter" dirtyBit="CityScreen"/>
  64. <!-- Show Only Present and Extra Religions/Corporations by johny smith -->
  65. <option id="OnlyPresentReligions" key="Only Present Religions"
  66. type="boolean" default="False"
  67. get="isShowOnlyPresentReligions" dirtyBit="CityScreen"/>
  68. <option id="OnlyPresentCorporations" key="Only Present Corporations"
  69. type="boolean" default="False"
  70. get="isShowOnlyPresentCorporations" dirtyBit="CityScreen"/>
  71. <!-- Specialist Stacker by TheLopez -->
  72. <!-- Specialist Chevrons by Ruff_Hi -->
  73. <list id="Specialists" key="City Specialists"
  74. type="int" default="2" listType="string"
  75. values="Default|Stacker|Chevron"
  76. get="getCitySpecialist" dirtyBit="CityScreen">
  77. <choice id="Default" get="isCitySpecialist_Default"/>
  78. <choice id="Stacker" get="isCitySpecialist_Stacker"/>
  79. <choice id="Chevron" get="isCitySpecialist_Chevron"/>
  80. </list>
  81. <!-- Production Started by EmperorFool -->
  82. <option id="ProductionStarted" key="Production Started"
  83. type="boolean" default="True" dirtyBit="InfoPane" get="isShowProductionStarted"/>
  84. <!-- Production Decay by EmperorFool [BULL] -->
  85. <!-- Queue -->
  86. <option id="ProductionDecayQueue" key="Production Decay Queue" dll="1"
  87. type="boolean" default="True" dirtyBit="InfoPane" get="isShowProductionDecayQueue"/>
  88. <list id="ProductionDecayQueueBuildingThreshold" key="Production Decay Queue Building Threshold" dll="1"
  89. type="int" default="10" dirtyBit="InfoPane"
  90. values="0, 1, 2, 3, 4, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50"/>
  91. <list id="ProductionDecayQueueUnitThreshold" key="Production Decay Queue Unit Threshold" dll="1"
  92. type="int" default="5" dirtyBit="InfoPane"
  93. values="0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10"/>
  94. <!-- Hover -->
  95. <option id="ProductionDecayHover" key="Production Decay Hover" dll="1"
  96. type="boolean" default="True" get="isShowProductionDecayHover"/>
  97. <list id="ProductionDecayHoverBuildingThreshold" key="Production Decay Hover Building Threshold" dll="1"
  98. type="int" default="20"
  99. values="0, 1, 2, 3, 4, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50"/>
  100. <list id="ProductionDecayHoverUnitThreshold" key="Production Decay Hover Unit Threshold" dll="1"
  101. type="int" default="5"
  102. values="0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10"/>
  103. <!-- Production Popup by EmperorFool -->
  104. <option id="ProductionPopupTrainCivilianUnitsForever" key="Production Popup Train Civilian Units Forever" dll="1"
  105. type="boolean" default="False" get="isProductionPopupTrainCivilianUnitsForever"/>
  106. <option id="ProductionPopupTrainMilitaryUnitsForever" key="Production Popup Train Military Units Forever" dll="1"
  107. type="boolean" default="False" get="isProductionPopupTrainMilitaryUnitsForever"/>
  108. </section>
  109. </options>
  110. </mod>