home *** CD-ROM | disk | FTP | other *** search
/ Animedia 46 / AnimediaCD46.iso / Extra / winamp524.exe / Plugins / milk_msg.ini < prev    next >
INI File  |  2005-12-19  |  6KB  |  273 lines

  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.  
  63.  
  64. [font00]
  65.   face=arial
  66.   bold=1
  67.   ital=0
  68.  
  69. [font01]
  70.   face=monotype corsiva
  71.   bold=0
  72.   ital=0
  73.  
  74. [font02]
  75.   face=courier new
  76.   bold=1
  77.   ital=0
  78.  
  79. [font03]
  80.   face=times new roman
  81.   bold=1
  82.   ital=0
  83.  
  84. [font04]
  85.   face=century gothic
  86.   bold=0
  87.   ital=0
  88.  
  89. [font05]
  90.   face=garamond
  91.   bold=1
  92.   ital=0
  93.  
  94. [font06]
  95.   face=wingdings
  96.   bold=0
  97.   ital=0
  98.  
  99. [font07]
  100.   face=impact
  101.   bold=0
  102.   ital=0
  103.  
  104. [font08]
  105.   face=arial
  106.   bold=0
  107.   ital=0
  108.   r=255
  109.   g=100
  110.   b=0
  111.  
  112. [font09]
  113.   face=webdings
  114.   bold=0
  115.   ital=0
  116.  
  117. [message00]
  118.   text=This is a test...
  119.   font=0
  120.   fade=0.4
  121.   time=1.2
  122.   size=50
  123.   growth=2.0
  124.   x=0.5
  125.   y=0.2
  126.  
  127. [message01]
  128.   text=...of the MilkDrop Broadcast System
  129.   font=1
  130.   size=40
  131.   growth=0.8
  132.   x=0.5
  133.   y=0.8
  134.   time=1.5
  135.   fade=0.45
  136.  
  137. [message02]
  138.   text=((( in surround where available ))) 
  139.   font=1
  140.   size=40
  141.  
  142.   growth=0.8
  143.   time=1.5
  144.   fade=0.45
  145.  
  146. [message03]
  147.   text=cheese
  148.   font=2
  149.   size=80
  150.   r=255
  151.   g=200
  152.   b=0
  153.   growth=1.0
  154.  
  155. [message04]
  156.   text=b
  157.   font=9
  158.   bold=1
  159.   size=100
  160.   time=0.8
  161.   fade=0.5
  162.   r=200
  163.   g=200
  164.   b=255
  165.   randx=0.02
  166.   randy=0.02
  167.   randr=100
  168.   randg=100
  169.   randb=100
  170.  
  171. [message05]
  172.   text=www.milkdrop.co.uk
  173.   font=6
  174.   size=48
  175.   fade=0.3
  176.   r=230
  177.   g=230
  178.   b=190
  179.  
  180. [message06]
  181.   text=www.geisswerks.com
  182.   font=4
  183.   size=55
  184.   fade=0.25
  185.   r=100
  186.   g=255
  187.   b=128
  188.  
  189. [message07]
  190.   text=www.winamp.com
  191.   font=1
  192.   size=60
  193.   fade=0.3
  194.   r=0  
  195.   g=128
  196.   b=255
  197.  
  198. [message11]
  199.   text=testing...
  200.   font=8
  201.   size=60
  202.  
  203. [message12]
  204.   text=testing...
  205.   font=8
  206.   size=60
  207.   r=255
  208.   g=0
  209.   b=0
  210.  
  211. [message13]
  212.   text=testing...
  213.   font=8
  214.   size=60
  215.   ital=1
  216.  
  217. [message14]
  218.   text=testing...
  219.   font=8
  220.   size=60
  221.   bold=1
  222.  
  223. [message15]
  224.   text=testing...
  225.   font=8
  226.   size=60
  227.   face=garamond
  228.  
  229. [message88]
  230.   text=m
  231.   font=2
  232.   size=55
  233.   time=0.5
  234.   fade=0.1
  235.   randx=0.5
  236.   randy=0.5
  237.  
  238. [message50]
  239.   text=%
  240.   size=100
  241.   time=0
  242.  
  243. // (THESE ARE JUST HERE FOR TESTING:)
  244. [message92]
  245.   text=%
  246.   size=100
  247. [message93]
  248.   text=l
  249.   size=100
  250. [message94]
  251.   text=j
  252.   size=100
  253. [message95]
  254.   text=d
  255.   font=2
  256.   size=100
  257. [message96]
  258.   text=ggg
  259.   size=100
  260. [message97]
  261.   text=g
  262.   font=2
  263.   size=100
  264. [message98]
  265.   text=g
  266.   size=100
  267. [message99]
  268.   text=hail to the thief
  269.   font=2
  270.   size=47
  271.  
  272.  
  273.