Advertisement
Guest User

Untitled

a guest
Dec 12th, 2020
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.40 KB | None | 0 0
  1. [Variables]
  2. URLz= \\Link to your profile here (Keep "/games?tab=recent" at the end of your profile)
  3.  
  4. GAME=.*"appid"(.*)"name"
  5. ID=:(.*),"logo"
  6. LOGO=(?siU).*"logo":"(.*)",
  7. REGEX0_SUPED=(?siU)#GAME##GAME##GAME##GAME#
  8. PROFILE=(?siU).*playerAvatar.*src=.*src="(.*)"
  9.  
  10. Lit=255,255,255,255
  11. Unlit=200,200,200,255
  12.  
  13. UpdateRate=60
  14.  
  15. [StyleButton]
  16. MeasureName=#CURRENTSECTION#Pic
  17. X=184r
  18. Y=r
  19. W=184
  20. H=69
  21. SolidColor=0,0,0,50
  22. ImageTint=#Unlit#
  23. MouseOverAction=[!SetOption #CURRENTSECTION# ImageTint "#Lit#"][!UpdateMeter #CURRENTSECTION#][!Redraw]
  24. MouseLeaveAction=[!SetOption #CURRENTSECTION# ImageTint "#Unlit#"][!UpdateMeter #CURRENTSECTION#][!Redraw]
  25. LeftMouseUpAction=!Execute [steam://rungameid/[AppID#CURRENTSECTION#]]
  26. Solid=1
  27.  
  28. [StyleButtonNewLine]
  29. X=0
  30. Y=69r
  31.  
  32. [GetGamesFirst]
  33. Measure=Plugin
  34. Plugin=WebParser.dll
  35. Url=#URLz#
  36. RegExp="#REGEX0_SUPED#"
  37. FinishAction=[!Update "#CURRENTCONFIG#"]
  38. UpdateRate=60
  39.  
  40. //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  41. //AppID
  42. //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  43. [AppID1]
  44. Measure=Plugin
  45. Plugin=WebParser.dll
  46. Url=[GetGamesFirst]
  47. RegExp=#ID#
  48. StringIndex=1
  49. StringIndex2=1
  50. Debug=1
  51. FinishAction=!Update "#CURRENTCONFIG#"
  52. UpdateRate=60
  53.  
  54. [AppID2]
  55. Measure=Plugin
  56. Plugin=WebParser.dll
  57. Url=[GetGamesFirst]
  58. RegExp=#ID#
  59. StringIndex=2
  60. StringIndex2=1
  61. Debug=1
  62. FinishAction=!Update "#CURRENTCONFIG#"
  63. UpdateRate=60
  64.  
  65. [AppID3]
  66. Measure=Plugin
  67. Plugin=WebParser.dll
  68. Url=[GetGamesFirst]
  69. RegExp=#ID#
  70. StringIndex=3
  71. StringIndex2=1
  72. Debug=1
  73. FinishAction=!Update "#CURRENTCONFIG#"
  74. UpdateRate=60
  75.  
  76. [AppID4]
  77. Measure=Plugin
  78. Plugin=WebParser.dll
  79. Url=[GetGamesFirst]
  80. RegExp=#ID#
  81. StringIndex=4
  82. StringIndex2=1
  83. Debug=1
  84. FinishAction=!Update "#CURRENTCONFIG#"
  85. UpdateRate=60
  86.  
  87. [AppID5]
  88. Measure=Plugin
  89. Plugin=WebParser.dll
  90. Url=[GetGamesFirst]
  91. RegExp=#ID#
  92. StringIndex=5
  93. StringIndex2=1
  94. Debug=1
  95. FinishAction=!Update "#CURRENTCONFIG#"
  96. UpdateRate=60
  97.  
  98. //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  99. //Image URL
  100. //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  101. [Pic1]
  102. Measure=Plugin
  103. Plugin=WebParser.dll
  104. Url=[GetGamesFirst]
  105. RegExp=#LOGO#
  106. Substitute="\/":"/"
  107. StringIndex=1
  108. StringIndex2=1
  109. FinishAction=[!EnableMeasure 1Pic][!SetOption 1Pic URL [Pic1]][!CommandMeasure 1Pic "Update"]
  110. DynamicVariables=1
  111. UpdateRate=60
  112.  
  113. [Pic2]
  114. Measure=Plugin
  115. Plugin=WebParser.dll
  116. Url=[GetGamesFirst]
  117. RegExp=#LOGO#
  118. Substitute="\/":"/"
  119. StringIndex=2
  120. StringIndex2=1
  121. FinishAction=[!EnableMeasure 2Pic][!SetOption 2Pic URL [Pic2]][!CommandMeasure 2Pic "Update"]
  122. DynamicVariables=1
  123. UpdateRate=60
  124.  
  125. [Pic3]
  126. Measure=Plugin
  127. Plugin=WebParser.dll
  128. Url=[GetGamesFirst]
  129. RegExp=#LOGO#
  130. Substitute="\/":"/"
  131. StringIndex=3
  132. StringIndex2=1
  133. FinishAction=[!EnableMeasure 3Pic][!SetOption 3Pic URL [Pic3]][!CommandMeasure 3Pic "Update"]
  134. DynamicVariables=1
  135. UpdateRate=60
  136.  
  137. [Pic4]
  138. Measure=Plugin
  139. Plugin=WebParser.dll
  140. Url=[GetGamesFirst]
  141. RegExp=#LOGO#
  142. Substitute="\/":"/"
  143. StringIndex=4
  144. StringIndex2=1
  145. FinishAction=[!EnableMeasure 4Pic][!SetOption 4Pic URL [Pic4]][!CommandMeasure 4Pic "Update"]
  146. DynamicVariables=1
  147. UpdateRate=60
  148.  
  149. //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  150. //Image Download
  151. //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  152. [1Pic]
  153. Measure=Plugin
  154. Plugin=WebParser.dll
  155. Download=1
  156. DynamicVariables=1
  157. Disabled=1
  158.  
  159. [2Pic]
  160. Measure=Plugin
  161. Plugin=WebParser.dll
  162. Download=1
  163. DynamicVariables=1
  164. Disabled=1
  165.  
  166. [3Pic]
  167. Measure=Plugin
  168. Plugin=WebParser.dll
  169. Download=1
  170. DynamicVariables=1
  171. Disabled=1
  172.  
  173. [4Pic]
  174. Measure=Plugin
  175. Plugin=WebParser.dll
  176. Download=1
  177. DynamicVariables=1
  178. Disabled=1
  179.  
  180. [5Pic]
  181. Measure=Plugin
  182. Plugin=WebParser.dll
  183. Download=1
  184. DynamicVariables=1
  185. Disabled=1
  186.  
  187. [ProfilePic]
  188. Measure=Plugin
  189. Plugin=WebParser.dll
  190. Url=#URLz#
  191. RegExp=#PROFILE#
  192. StringIndex=1
  193. Download=1
  194. Debug=1
  195. FinishAction=[!Update "#CURRENTCONFIG#"]
  196. UpdateRate=60
  197.  
  198. //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  199. //Layout
  200. //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  201. [1]
  202. MeterStyle=StyleButton
  203. Meter=Image
  204. X=0
  205. Y=0
  206. W=184
  207. H=69
  208.  
  209. [2]
  210. Meter=Image
  211. MeterStyle=StyleButton | StyleButtonNewLine
  212.  
  213. [3]
  214. Meter=Image
  215. MeterStyle=StyleButton | StyleButtonNewLine
  216.  
  217. [4]
  218. Meter=Image
  219. MeterStyle=StyleButton | StyleButtonNewLine
  220. //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  221. //Steam
  222. //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  223. [Steam]
  224. Meter=Image
  225. ImageName=Steam.jpg
  226. W=144
  227. H=40
  228. SolidColor=0,0,0,50
  229. ImageTint=#Unlit#
  230. MouseOverAction=[!SetOption #CURRENTSECTION# ImageTint "#Lit#"][!UpdateMeter #CURRENTSECTION#][!Redraw]
  231. MouseLeaveAction=[!SetOption #CURRENTSECTION# ImageTint "#Unlit#"][!UpdateMeter #CURRENTSECTION#][!Redraw]
  232. LeftMouseUpAction=!Execute [steam://open/games]
  233. RightMouseUpAction=!Execute [steam://url/storefrontpage]
  234. MiddleMouseUpAction=!Execute [steam://nav/downloads]
  235. Solid=1
  236. MeterStyle=StyleButtonNewLine
  237.  
  238. [Profile]
  239. Meter=Image
  240. MeasureName=ProfilePic
  241. W=40
  242. H=40
  243. X=144
  244. Y=r
  245. SolidColor=0,0,0,50
  246. ImageTint=#Unlit#
  247. MouseOverAction=[!SetOption #CURRENTSECTION# ImageTint "#Lit#"][!UpdateMeter #CURRENTSECTION#][!Redraw]
  248. MouseLeaveAction=[!SetOption #CURRENTSECTION# ImageTint "#Unlit#"][!UpdateMeter #CURRENTSECTION#][!Redraw]
  249. LeftMouseUpAction=!Execute [steam://open/friends]
  250. Solid=1
  251. AntiAlias=1
  252. [Rainmeter]
  253.  
  254. [Metadata]
  255. Name=
  256. Author=
  257. Information=
  258. License=
  259. Version=
  260.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement