Corvust

GF UI Fix - Dialogue

Jan 21st, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ;https://old.reddit.com/r/Rainmeter/comments/aia7zh/girls_frontline_assistant_rainmeter_skin/
  2.  
  3. [Rainmeter]
  4. Author = Yusatsu Nao
  5. Update = 1
  6.  
  7. OnRefreshAction=[Play "#@#audio\#active-t-doll-sound#.wav"]
  8.  
  9. [Metadata]
  10. Name = Girls Frontline Assistant
  11. Version = 2.5
  12. License = Creative Commons BY-NC-SA 3.0
  13. Description = Girls Frontline Assistant character text dialogue
  14.  
  15. ;----------------------------------------------
  16.  
  17. [variables]
  18. @include = #SKINSPATH#\#ROOTCONFIG#\user\user.inc
  19.  
  20. [TS1]
  21. Measure = Time
  22. UpdateDivider = -1
  23.  
  24. [TS2]
  25. Measure=Time
  26.  
  27. [Dialogue Away]
  28. Measure = Calc
  29. Formula = TS2-TS1
  30. IfAboveValue = #text-dur#
  31. IfAboveAction = [!DeactivateConfig "#ROOTCONFIG#\assistant\text" "dialogue.ini"]
  32.  
  33. ;----------------------------------------------
  34.  
  35. [Dialogue_Interupt]
  36. Group=Dialogue_Interupt
  37. Measure=Calc
  38. Formula=#CurrentSection#+1
  39. IfCondition=#CurrentSection#>1
  40. IfTrueAction=[Play "#@#audio\#passive-t-doll-sound#.wav"][!DeactivateConfig "#ROOTCONFIG#\assistant\text" "dialogue.ini"]
  41. UpdateDivider=-1
  42.  
  43. ;----------------------------------------------
  44.  
  45. [Dialogue Background]
  46. Meter = Image
  47. Solidcolor = 48,48,48,192
  48. H = 120
  49. W = 420
  50. RightMouseDownAction = [!UpdateMeasureGroup Dialogue_Interupt]
  51.  
  52. [DTLRC]
  53. Meter = Image
  54. Solidcolor = #color#
  55. X = 0
  56. Y = 0
  57. H = 4
  58. W = 30
  59.  
  60. [DTLDC]
  61. Meter = Image
  62. Solidcolor = #color#
  63. X = 0
  64. Y = 4
  65. H = 26
  66. W = 4
  67.  
  68. [DTRLC]
  69. Meter = Image
  70. Solidcolor = #color#
  71. X = 390
  72. Y = 116
  73. H = 4
  74. W = 30
  75.  
  76. [DTLTC]
  77. Meter = Image
  78. Solidcolor = #color#
  79. X = 416
  80. Y = 90
  81. H = 26
  82. W = 4
  83.  
  84. ;----------------------------------------------
  85.  
  86. [Dialogue Text]
  87. Meter = String
  88. Fontcolor = 255,255,255,255
  89. FontFace = MOHAVE
  90. Fontsize = 12
  91. Stringalign = Center
  92. X = 210
  93. Y = 40
  94. W = 380
  95. H = 90
  96. Clipstring=1
  97. Text = #active-t-doll-text#
  98. Antialias = 1
Add Comment
Please, Sign In to add comment