Advertisement
Guest User

TF2mix Connector - No Mumble

a guest
Apr 17th, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [Rainmeter]
  2. ; This section contains general settings that can be used to change how Rainmeter behaves.
  3. Author=K1eptomaniaK aka KL
  4. AppVersion=1
  5. Update=1000
  6.  
  7. [Metadata]
  8. ; Contains basic information of the skin.
  9. Description=Displays ping to TF2 servers. Also connects user to the TF2 server AND mumble channel (not the color though) on click
  10. License=
  11. Version=
  12.  
  13. [Variables]
  14. FontFace=Calibri
  15. FontSize=18
  16.  
  17. ; ----------------------------------------
  18. ; MEASURES return some kind of value
  19. ; ----------------------------------------
  20.  
  21. ;Measures ping to a server
  22. [measurePing_Server1]
  23. Measure=Plugin
  24. Plugin=PingPlugin
  25. ;da0.atf2.org
  26. DestAddress=66.151.244.59
  27. UpdateRate=1
  28.  
  29. [measurePing_Server2]
  30. Measure=Plugin
  31. Plugin=PingPlugin
  32. ;da1.atf2.org
  33. DestAddress=66.151.244.12
  34. UpdateRate=1
  35.  
  36. [measurePing_Server3]
  37. Measure=Plugin
  38. Plugin=PingPlugin
  39. ;ch0.atf2.org
  40. DestAddress=74.91.113.43
  41. UpdateRate=1
  42.  
  43. [measurePing_Server4]
  44. Measure=Plugin
  45. Plugin=PingPlugin
  46. ;ch1.atf2.org
  47. DestAddress=64.74.97.29
  48. UpdateRate=1
  49.  
  50.  
  51. ; ----------------------------------------
  52. ; METERS display images, text, bars, etc.
  53. ; ----------------------------------------
  54.  
  55. [Background]
  56. Meter=IMAGE
  57. SolidColor=60,60,60,100
  58. X=0
  59. Y=7
  60. W=300
  61. H=150
  62.  
  63. [TitleBackground]
  64. Meter=IMAGE
  65. SolidColor=60,60,60,100
  66. X=0
  67. Y=7
  68. W=300
  69. H=30
  70.  
  71. [TitleBar]
  72. Meter=String
  73. X=0
  74. Y=10
  75. FontColor=255,255,255,255
  76. FontSize=#FontSize#
  77. Fontface=#FontFace#
  78. Text="Server List"
  79.  
  80. [TitleUnderline]
  81. Meter=IMAGE
  82. SolidColor=255,255,255,255
  83. X=0
  84. Y=36
  85. W=300
  86. H=1
  87.  
  88. [meterServer1LabelHidden]
  89. Meter=Image
  90. SolidColor=100,100,100,150
  91. X=0r
  92. Y=0R
  93. W=300
  94. H=30
  95. Hidden=1
  96.  
  97. [meterServer1Label]
  98. Meter=String
  99. X=0r
  100. Y=0r
  101. W=300
  102. H=30
  103. FontColor=255,255,255,255
  104. Fontface=#FontFace#
  105. FontSize=#FontSize#
  106. Text=Mix - Dallas 0
  107. MouseOverAction=!Execute [!ShowMeter meterServer1LabelHidden][!Redraw]
  108. MouseLeaveAction=!Execute [!HideMeter meterServer1LabelHidden][!Redraw]
  109. LeftMouseUpAction=!Execute ["steam://connect/66.151.244.59:27015/tf2pug"]
  110.  
  111. [meterServer2LabelHidden]
  112. Meter=Image
  113. SolidColor=100,100,100,150
  114. X=0r
  115. Y=0R
  116. W=300
  117. H=30
  118. Hidden=1
  119.  
  120. [meterServer2Label]
  121. Meter=String
  122. X=0r
  123. Y=0r
  124. W=300
  125. H=30
  126. FontColor=255,255,255,255
  127. Fontface=#FontFace#
  128. FontSize=#FontSize#
  129. Text=Mix - Dallas 1
  130. MouseOverAction=!Execute [!ShowMeter meterServer2LabelHidden][!Redraw]
  131. MouseLeaveAction=!Execute [!HideMeter meterServer2LabelHidden][!Redraw]
  132. LeftMouseUpAction=!Execute ["steam://connect/66.151.244.12:27015/tf2pug"]
  133.  
  134. [meterServer3LabelHidden]
  135. Meter=Image
  136. SolidColor=100,100,100,150
  137. X=0r
  138. Y=0R
  139. W=300
  140. H=30
  141. Hidden=1
  142.  
  143. [meterServer3Label]
  144. Meter=String
  145. X=0r
  146. Y=0r
  147. W=300
  148. H=30
  149. FontColor=255,255,255,255
  150. Fontface=#FontFace#
  151. FontSize=#FontSize#
  152. Text=Mix - Chicago 0
  153. MouseOverAction=!Execute [!ShowMeter meterServer3LabelHidden][!Redraw]
  154. MouseLeaveAction=!Execute [!HideMeter meterServer3LabelHidden][!Redraw]
  155. LeftMouseUpAction=!Execute ["steam://connect/74.91.113.43:27015/tf2pug"]
  156.  
  157. [meterServer4LabelHidden]
  158. Meter=Image
  159. SolidColor=100,100,100,150
  160. X=0r
  161. Y=0R
  162. W=300
  163. H=30
  164. Hidden=1
  165.  
  166. [meterServer4Label]
  167. Meter=String
  168. X=0r
  169. Y=0r
  170. W=300
  171. H=30
  172. FontColor=255,255,255,255
  173. Fontface=#FontFace#
  174. FontSize=#FontSize#
  175. Text=Mix - Chicago 1
  176. MouseOverAction=!Execute [!ShowMeter meterServer4LabelHidden][!Redraw]
  177. MouseLeaveAction=!Execute [!HideMeter meterServer4LabelHidden][!Redraw]
  178. LeftMouseUpAction=!Execute ["steam://connect/64.74.97.29:27015/tf2pug"]
  179.  
  180. [BackgroundDivider]
  181. Meter=IMAGE
  182. SolidColor=255,255,255,255
  183. X=170
  184. Y=37
  185. W=1
  186. H=120
  187.  
  188. [meterServer1Ping]
  189. ;dallas 0
  190. Meter=String
  191. MeasureName=measurePing_Server1
  192. X=81r
  193. Y=0r
  194. W=60
  195. H=30
  196. FontColor=255,255,255,255
  197. Fontface=#FontFace#
  198. FontSize=#FontSize#
  199. StringAlign=Right
  200. Text=%1ms
  201.  
  202. [meterServer2Ping]
  203. ;dallas 1
  204. Meter=String
  205. MeasureName=measurePing_Server2
  206. X=0r
  207. Y=0R
  208. W=[meterServer1Ping:W]
  209. H=30
  210. FontColor=255,255,255,255
  211. Fontface=#FontFace#
  212. FontSize=#FontSize#
  213. StringAlign=Right
  214. Text=%1ms
  215.  
  216. [meterServer3Ping]
  217. ;chicago 0
  218. Meter=String
  219. MeasureName=measurePing_Server3
  220. X=0r
  221. Y=0R
  222. W=[meterServer1Ping:W]
  223. H=30
  224. FontColor=255,255,255,255
  225. Fontface=#FontFace#
  226. FontSize=#FontSize#
  227. StringAlign=Right
  228. Text=%1ms
  229.  
  230. [meterServer4Ping]
  231. ;chicago 1
  232. Meter=String
  233. MeasureName=measurePing_Server4
  234. X=0r
  235. Y=0R
  236. W=[meterServer1Ping:W]
  237. H=30
  238. FontColor=255,255,255,255
  239. Fontface=#FontFace#
  240. FontSize=#FontSize#
  241. StringAlign=Right
  242. Text=%1ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement