README.txt 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. Tea Tea Deluxe
  2. ===================================
  3. This NewGRF adds a tea based economy chain.
  4. ----------
  5. 0 Contents
  6. ----------
  7. 1 About
  8. 2 General information
  9. 2.1 Requirements
  10. 2.2 Installation
  11. 2.3 Parameter settings
  12. 2.4 Usage
  13. 3 Known issues
  14. 4 Background information
  15. 5 Frequently Asked Questions
  16. 6 Credits
  17. 7 Contact information
  18. 7.1 Bug reports
  19. 7.2 Other problems and general inquiries
  20. 8 License
  21. 9 Obtaining the source
  22. 9.1 Building the NewGRF
  23. -------
  24. 1 About
  25. -------
  26. Three things are added with this extension:
  27. * Farms producing tea leaves
  28. * Factories turning tea leaves into tea
  29. * Teahouses consuming tea.
  30. Tea Tea Deluxe
  31. MD5Hash: e886ef2432a0ae61b7ecd02b3362665b
  32. Version: 1.0.0
  33. GRF ID: BW\01\01
  34. ---------------------
  35. 2 General information
  36. ---------------------
  37. 2.1 Requirements
  38. ----------------
  39. - OpenTTD 12.2 (not tested with earlier versions)
  40. 2.2 Installation
  41. ----------------
  42. OpenTTD:
  43. see http://wiki.openttd.org/NewGRF
  44. This NewGRF is available from the ingame Online Content
  45. 2.3 Parameter settings
  46. ----------------------
  47. No user-set parameters are available in this NewGRF
  48. 2.4 Usage
  49. ---------
  50. Install, activate, and start a new game. Enjoy!
  51. --------------
  52. 3 Known issues
  53. --------------
  54. The appearance probabilities are tuned to the base industry set + this
  55. NewGRF. Because probabilities are uniformly distributed based on a single
  56. number they will be relatively lower the more other industries are added.
  57. With lower relative probabilites I've noticed that tea tree farms often
  58. are decommissioned more often than new ones are founded, leading to a
  59. generally reducing trend over time. The risk of this can of course be
  60. reduced by building stations with high ratings serving them!
  61. ------------------------
  62. 4 Background information
  63. ------------------------
  64. Tea is important. Tea is life. Tea is civilisation. Tea is my heroin.
  65. I must have tea. Tea. Tea!
  66. The game is not allowed to be without tea. Not on my watch.
  67. ----------------------------
  68. 5 Frequently Asked Questions
  69. ----------------------------
  70. Q: How much tea do you drink?
  71. A: More than you.
  72. ---------
  73. 6 Credits
  74. ---------
  75. All code and art in this NewGRF was made by Björn Wärmedal, aka
  76. pickpacket/ew0k/tinyrabbit/a whole lot of other handles depending on
  77. context.
  78. It's written in the excellent NewGRF Meta Language, which requires Python
  79. 3.x. äa requirements.txt file for installation with pip is included.
  80. ---------------------
  81. 7 Contact information
  82. ---------------------
  83. 7.1 Bug reports
  84. ---------------
  85. Please report any bugs you find to bjorn.warmedal@gmail.com, address them
  86. to the very same by the nick pickpacket on the irc.oftc.net IRC server, or
  87. in the project at https://notabug.org/tinyrabbit/tea-tea-deluxe
  88. Always included a detailed description of the bug, preferrably with
  89. screenshot and savegame. Also state the exact game version you're using,
  90. as well as the version of this NewGRF.
  91. If you have a savegame that includes NewGRFs not available on OpenTTD's
  92. Online Content, then please try to reproduce the bug in a new game
  93. which has all NewGRFs easily accessible.
  94. 7.2 Other problems and general inquiries
  95. ------------------
  96. The same contact information as above applies.
  97. ---------
  98. 8 License
  99. ---------
  100. Tea Tea Deluxe - This NewGRF adds a tea based economy chain.
  101. Copyright (C) 2022 Björn Wärmedal
  102. This program is free software; you can redistribute it and/or modify
  103. it under the terms of the GNU General Public License as published by
  104. the Free Software Foundation; either version 2 of the License, or
  105. (at your option) any later version.
  106. This program is distributed in the hope that it will be useful,
  107. but WITHOUT ANY WARRANTY; without even the implied warranty of
  108. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  109. GNU General Public License for more details.
  110. You should have received a copy of the GNU General Public License along
  111. with this program; if not, write to the Free Software Foundation, Inc.,
  112. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  113. ----------------------
  114. 9 Obtaining the source
  115. ----------------------
  116. The source is available at https://notabug.org/tinyrabbit/tea-tea-deluxe
  117. 9.1 Building the NewGRF
  118. -----------------------
  119. NML can only build one file. For readability this NewGRF is split into
  120. several .nml files. The build.sh script combines these in the proper order
  121. and builds the NewGRF, passing any arguments on to NML directly.