Advertisement
Guest User

/help menu for wcr1.5x/5x

a guest
Nov 11th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.95 KB | None | 0 0
  1. {
  2. "Tabs": [
  3. {
  4. "ButtonText": "First Tab",
  5. "HeaderText": "First Tab",
  6. "Pages": [
  7. {
  8. "TextLines": [
  9. "This is first tab, \t\t 1 \u20AC \n first page.",
  10. "Add some text here by adding more lines.",
  11. "You should replace all default text lines with whatever you feel up to",
  12. "type /info to open this window",
  13. "Press next page to check second page.",
  14. "You may add more pages in config file."
  15. ],
  16. "ImageSettings": [
  17. {
  18. "Position": {
  19. "MinX": 0.0,
  20. "MaxX": 0.5,
  21. "MinY": 0.0,
  22. "MaxY": 0.5
  23. },
  24. "Url": "http://th04.deviantart.net/fs70/PRE/f/2012/223/4/4/rust_logo_by_furrypigdog-d5aqi3r.png",
  25. "TransparencyInPercent": 100
  26. },
  27. {
  28. "Position": {
  29. "MinX": 0.5,
  30. "MaxX": 1.0,
  31. "MinY": 0.0,
  32. "MaxY": 0.5
  33. },
  34. "Url": "http://files.enjin.com/176331/IMGS/LOGO_RUST1.fw.png",
  35. "TransparencyInPercent": 100
  36. },
  37. {
  38. "Position": {
  39. "MinX": 0.0,
  40. "MaxX": 0.5,
  41. "MinY": 0.5,
  42. "MaxY": 1.0
  43. },
  44. "Url": "http://files.enjin.com/176331/IMGS/LOGO_RUST1.fw.png",
  45. "TransparencyInPercent": 100
  46. },
  47. {
  48. "Position": {
  49. "MinX": 0.5,
  50. "MaxX": 1.0,
  51. "MinY": 0.5,
  52. "MaxY": 1.0
  53. },
  54. "Url": "http://th04.deviantart.net/fs70/PRE/f/2012/223/4/4/rust_logo_by_furrypigdog-d5aqi3r.png",
  55. "TransparencyInPercent": 100
  56. }
  57. ]
  58. },
  59. {
  60. "TextLines": [
  61. "This is first tab, second page",
  62. "Add some text here by adding more lines.",
  63. "You should replace all default text lines with whatever you feel up to",
  64. "type /info to open this window",
  65. "Press next page to check third page.",
  66. "Press prev page to go back to first page.",
  67. "You may add more pages in config file."
  68. ],
  69. "ImageSettings": []
  70. },
  71. {
  72. "TextLines": [
  73. "This is first tab, third page",
  74. "Add some text here by adding more lines.",
  75. "You should replace all default text lines with whatever you feel up to",
  76. "type /info to open this window",
  77. "Press prev page to go back to second page."
  78. ],
  79. "ImageSettings": []
  80. }
  81. ],
  82. "TabButtonAnchor": 4,
  83. "TabButtonFontSize": 16,
  84. "HeaderAnchor": 0,
  85. "HeaderFontSize": 32,
  86. "TextFontSize": 16,
  87. "TextAnchor": 3,
  88. "OxideGroup": ""
  89. },
  90. {
  91. "ButtonText": "Second Tab",
  92. "HeaderText": "Second Tab",
  93. "Pages": [
  94. {
  95. "TextLines": [
  96. "This is second tab, first page.",
  97. "Add some text here by adding more lines.",
  98. "You should replace all default text lines with whatever you feel up to",
  99. "type /info to open this window",
  100. "You may add more pages in config file."
  101. ],
  102. "ImageSettings": []
  103. }
  104. ],
  105. "TabButtonAnchor": 4,
  106. "TabButtonFontSize": 16,
  107. "HeaderAnchor": 0,
  108. "HeaderFontSize": 32,
  109. "TextFontSize": 16,
  110. "TextAnchor": 3,
  111. "OxideGroup": ""
  112. },
  113. {
  114. "ButtonText": "Third Tab",
  115. "HeaderText": "Third Tab",
  116. "Pages": [
  117. {
  118. "TextLines": [
  119. "This is third tab, first page.",
  120. "Add some text here by adding more lines.",
  121. "You should replace all default text lines with whatever you feel up to",
  122. "type /info to open this window",
  123. "You may add more pages in config file."
  124. ],
  125. "ImageSettings": []
  126. }
  127. ],
  128. "TabButtonAnchor": 4,
  129. "TabButtonFontSize": 16,
  130. "HeaderAnchor": 0,
  131. "HeaderFontSize": 32,
  132. "TextFontSize": 16,
  133. "TextAnchor": 3,
  134. "OxideGroup": ""
  135. }
  136. ],
  137. "ShowInfoOnPlayerInit": true,
  138. "TabToOpenByDefault": 0,
  139. "Position": {
  140. "MinX": 0.15,
  141. "MaxX": 0.9,
  142. "MinY": 0.2,
  143. "MaxY": 0.9
  144. },
  145. "BackgroundImage": {
  146. "Enabled": true,
  147. "Position": {
  148. "MinX": 0.0,
  149. "MaxX": 1.0,
  150. "MinY": 0.0,
  151. "MaxY": 1.0
  152. },
  153. "Url": "http://7-themes.com/data_images/out/35/6889756-black-backgrounds.jpg",
  154. "TransparencyInPercent": 100
  155. },
  156. "ActiveButtonColor": "#00FFFFFF",
  157. "InactiveButtonColor": "#7F7F7FFF",
  158. "CloseButtonColor": "#7F7F7FFF",
  159. "NextPageButtonColor": "#7F7F7FFF",
  160. "PrevPageButtonColor": "#7F7F7FFF",
  161. "BackgroundColor": "#000000FF"
  162. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement