1
0

milk_msg.ini 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. //
  2. //
  3. // EDITING THIS FILE:
  4. //
  5. // fonts range from 00-15
  6. // messages range from 00-99
  7. // each message (00-99) uses one of the fonts (00-15),
  8. // but not you can override the properties of the font for any given message.
  9. // all parameters have default values & can be omitted,
  10. // except the message text.
  11. // comment lines begin with two slashes: //
  12. // max. size of this file is 64 KB (65,536 bytes)
  13. //
  14. //
  15. // USING CUSTOM MESSAGES WHILE MILKDROP IS RUNNING:
  16. //
  17. // to invoke a message, use the numbers at the top of your keyboard
  18. // to enter its 2-digit code (00-99).
  19. // if you type in the first digit and then realize you messed up,
  20. // hit BACKSPACE to start over.
  21. // to get milkdrop to re-read this file while it is running
  22. // (because you made changes), use the BACKSPACE key when you haven't
  23. // yet entered any digits for the next preset.
  24. //
  25. //
  26. // SYNTAX & DECRIPTIONS OF EACH PARAMETER:
  27. //
  28. // font format:
  29. // [font##] // ## is the ID of the font and ranges from 00 up through 15.
  30. // face={textstring} // the name of the font face (courier, courier new, garamond, etc.)
  31. // bold={0|1} // bold? 0 for no, 1 for yes
  32. // ital={0|1} // italicized? 0 for no, 1 for yes
  33. // r={int:0..255} // red color component: 0-255
  34. // g={int:0..255} // green color component: 0-255
  35. // b={int:0..255} // blue color component: 0-255
  36. //
  37. //
  38. // message format:
  39. // [message##] // type in this 2-digit code (##) at runtime to show the message
  40. // text={textstring} // the text string to show for this custom message
  41. // font={int:0..15} // the font ID to use
  42. // size={int:0..100} // the font size (0=tiny, 100=enormous, 40-60=normal range)
  43. // growth={float:0.25 .. 4.0} // the factor to grow or shrink by over time.
  44. // // 0.5=shrink to half-size, 2.0=grow to double size, etc.
  45. // x={float:0..1} // the x-position of the center of the text
  46. // // (0.0=left side, 1.0=right side)
  47. // y={float:0..1} // the y-position of the center of the text
  48. // // (0.0=top, 1.0=bottom)
  49. // randx={float:0..1} // x-randomization: x will be bumped within +/- this value
  50. // randy={float:0..1} // y-randomization: y will be bumped within +/- this value
  51. // time={float:0..999} // the amount of time (in seconds) for which the text will show
  52. // fade={float:0..1} // the % of that time (0..1) that will be spent fading-in the text
  53. // face={textstring} // font face override
  54. // ital={0|1} // font italics override
  55. // bold={0|1} // font bold override
  56. // r={int:0..255} // font color override
  57. // g={int:0..255} // font color override
  58. // b={int:0..255} // font color override
  59. // randr={int:0..255} // red color randomization: r will be bumped within +/- this value
  60. // randg={int:0..255} // green color randomization: g will be bumped within +/- this value
  61. // randb={int:0..255} // blue color randomization: b will be bumped within +/- this value
  62. [font00]
  63. face=arial
  64. bold=1
  65. ital=0
  66. [font01]
  67. face=monotype corsiva
  68. bold=0
  69. ital=0
  70. [font02]
  71. face=courier new
  72. bold=1
  73. ital=0
  74. [font03]
  75. face=times new roman
  76. bold=1
  77. ital=0
  78. [font04]
  79. face=century gothic
  80. bold=0
  81. ital=0
  82. [font05]
  83. face=garamond
  84. bold=1
  85. ital=0
  86. [font06]
  87. face=wingdings
  88. bold=0
  89. ital=0
  90. [font07]
  91. face=impact
  92. bold=0
  93. ital=0
  94. [font08]
  95. face=arial
  96. bold=0
  97. ital=0
  98. r=255
  99. g=100
  100. b=0
  101. [font09]
  102. face=webdings
  103. bold=0
  104. ital=0
  105. [message00]
  106. text=This is a test...
  107. font=0
  108. fade=0.4
  109. time=1.2
  110. size=50
  111. growth=2.0
  112. x=0.5
  113. y=0.2
  114. [message01]
  115. text=...of the MilkDrop Broadcast System
  116. font=1
  117. size=40
  118. growth=0.8
  119. x=0.5
  120. y=0.8
  121. time=1.5
  122. fade=0.45
  123. [message02]
  124. text=((( in surround where available )))
  125. font=1
  126. size=40
  127. growth=0.8
  128. time=1.5
  129. fade=0.45
  130. [message03]
  131. text=cheese
  132. font=2
  133. size=80
  134. r=255
  135. g=200
  136. b=0
  137. growth=1.0
  138. [message04]
  139. text=b
  140. font=9
  141. bold=1
  142. size=100
  143. time=0.8
  144. fade=0.5
  145. r=200
  146. g=200
  147. b=255
  148. randx=0.02
  149. randy=0.02
  150. randr=100
  151. randg=100
  152. randb=100
  153. [message05]
  154. text=www.milkdrop.co.uk
  155. font=6
  156. size=48
  157. fade=0.3
  158. r=230
  159. g=230
  160. b=190
  161. [message06]
  162. text=www.geisswerks.com
  163. font=4
  164. size=55
  165. fade=0.25
  166. r=100
  167. g=255
  168. b=128
  169. [message07]
  170. text=www.winamp.com
  171. font=1
  172. size=60
  173. fade=0.3
  174. r=0
  175. g=128
  176. b=255
  177. [message11]
  178. text=testing...
  179. font=8
  180. size=60
  181. [message12]
  182. text=testing...
  183. font=8
  184. size=60
  185. r=255
  186. g=0
  187. b=0
  188. [message13]
  189. text=testing...
  190. font=8
  191. size=60
  192. ital=1
  193. [message14]
  194. text=testing...
  195. font=8
  196. size=60
  197. bold=1
  198. [message15]
  199. text=testing...
  200. font=8
  201. size=60
  202. face=garamond
  203. [message88]
  204. text=m
  205. font=2
  206. size=55
  207. time=0.5
  208. fade=0.1
  209. randx=0.5
  210. randy=0.5
  211. [message50]
  212. text=%
  213. size=100
  214. time=0
  215. // (THESE ARE JUST HERE FOR TESTING:)
  216. [message92]
  217. text=%
  218. size=100
  219. [message93]
  220. text=l
  221. size=100
  222. [message94]
  223. text=j
  224. size=100
  225. [message95]
  226. text=d
  227. font=2
  228. size=100
  229. [message96]
  230. text=ggg
  231. size=100
  232. [message97]
  233. text=g
  234. font=2
  235. size=100
  236. [message98]
  237. text=g
  238. size=100
  239. [message99]
  240. text=hail to the thief
  241. font=2
  242. size=47