TechWindow.xml 936 B

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <!--
  3. TechWindow
  4. by SirRethcir, Roamty, Caesium, Guarav
  5. Copyright (c) 2008 The BUG Mod.
  6. -->
  7. <mod id="TechWindow"
  8. name="TechWindow"
  9. author="SirRethcir, Roamty, Caesium, Guarav"
  10. version="1.g"
  11. date="11/18/2007"
  12. url="http://forums.civfanatics.com/showthread.php?t=158636">
  13. <options id="TechWindow" file="TechWindow.ini">
  14. <section id="TechWindow">
  15. <list id="ViewType" key="View"
  16. type="int" default="1" listType="string"
  17. values="Original|Detailed|Wide"
  18. get="getViewType">
  19. <choice id="Original" get="isOriginalView"/>
  20. <choice id="Detailed" get="isDetailedView"/>
  21. <choice id="Wide" get="isWideView"/>
  22. <change module="CvScreensInterface" function="deleteTechSplash"/>
  23. </list>
  24. <option id="CivilopediaText" key="Civilopedia Text"
  25. type="boolean" default="False"
  26. get="isShowCivilopediaText"/>
  27. </section>
  28. </options>
  29. </mod>