Advertisement
Guest User

Untitled

a guest
Aug 16th, 2016
429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.60 KB | None | 0 0
  1. -----------------------------------------------------------------
  2. -- @package Lunera
  3. -- @author Richard
  4. -- @build v1.5.4
  5. -- @release 07.28.2016
  6. -- @owner 76561198093427311
  7. -----------------------------------------------------------------
  8. -- BY MODIFYING THIS FILE -- YOU UNDERSTAND THAT THE ABOVE
  9. -- MENTIONED AUTHORS CANNOT BE HELD RESPONSIBLE FOR ANY ISSUES
  10. -- THAT ARISE. AS A CUSTOMER TO THE ORIGINAL PURCHASED COPY OF
  11. -- THIS SCRIPT, YOU ARE ENTITLED TO STANDARD SUPPORT WHICH CAN
  12. -- BE PROVIDED USING [SCRIPTFODDER.COM].
  13. -- ONLY THE ORIGINAL PURCHASER OF THIS SCRIPT CAN RECEIVE SUPPORT.
  14. -----------------------------------------------------------------
  15.  
  16. Lunera = Lunera or {}
  17. Lunera.Settings = Lunera.Settings or {}
  18. Lunera.Language = Lunera.Language or {}
  19.  
  20. -----------------------------------------------------------------
  21. -- [ FASTDL / WORKSHOP RESOURCES ]
  22. -----------------------------------------------------------------
  23. -- Set to false if you do not wish for the server to force
  24. -- players to download the resources/materials.
  25. -----------------------------------------------------------------
  26.  
  27. Lunera.Settings.WorkshopEnabled = true
  28. Lunera.Settings.WorkshopMountGMAEnabled = false
  29. Lunera.Settings.ResourcesEnabled = true
  30.  
  31. -----------------------------------------------------------------
  32. -- [ DEBUG MODE ]
  33. -----------------------------------------------------------------
  34. -- Enabling this will display special prints during
  35. -- particular processes which include resource / workshop
  36. -- mounting, special actions and more. Should really only enable
  37. -- this if you need it.
  38. -----------------------------------------------------------------
  39.  
  40. Lunera.Settings.DebugEnabled = true
  41.  
  42. -----------------------------------------------------------------
  43. -- [ CUSTOM FONTS ]
  44. -----------------------------------------------------------------
  45. -- This script makes use of custom fonts (because they look better)
  46. -- However, if you wish to disable them because for whatever
  47. -- reason, you cannot sync them to your FastDL, then you can
  48. -- simply set the below setting to 'false'. This will force the
  49. -- script to use the default fonts with modified properties in
  50. -- order to look as good as they can.
  51. -----------------------------------------------------------------
  52.  
  53. Lunera.Settings.CustomFontsEnabled = true
  54.  
  55. -----------------------------------------------------------------
  56. -- [ MOTD BINDS / TOGGLE ]
  57. -----------------------------------------------------------------
  58. -- [Lunera.Settings.InitOnJoin]
  59. -- true :: MOTD WILL display when player joins server.
  60. -- false :: MOTD WILL NOT display when player joins server.
  61. -----------------------------------------------------------------
  62. -- [Lunera.Settings.KeybindAllowToggle]
  63. -- true :: Will toggle when the key assigned to
  64. -- Lunera.Settings.KeybindEnum is pressed.
  65. -- false :: Will ignore when key assigned to
  66. -- Lunera.Settings.KeybindEnum is pressed.
  67. -----------------------------------------------------------------
  68. -- [Lunera.Settings.KeybindEnum]
  69. -- Determines what key will toggle (activate) Lunera when the
  70. -- setting Lunera.Settings.KeybindAllowToggle is set to true.
  71. -- Uses ENUMS.
  72. -----------------------------------------------------------------
  73. -- [Lunera.Settings.KeybindChat]
  74. -- What the public chat command will be in order for players to
  75. -- toggle Lunera.
  76. -----------------------------------------------------------------
  77.  
  78. Lunera.Settings.InitOnJoin = true
  79. Lunera.Settings.KeybindAllowToggle = true
  80. Lunera.Settings.KeybindEnum = KEY_F9
  81. Lunera.Settings.KeybindChat = "!motd"
  82. Lunera.Settings.AnimationsEnabled = true
  83. Lunera.Settings.AnimationsMultiplier = 0.07
  84.  
  85. -----------------------------------------------------------------
  86. -- [ ACCEPT / DECLINE ]
  87. -----------------------------------------------------------------
  88. -- This gives you an accept/decline option which forces the player
  89. -- accept terms prior to exiting the MOTD.
  90. -----------------------------------------------------------------
  91.  
  92. Lunera.Settings.TermsEnabled = false
  93. Lunera.Settings.TermsDialogColor = Color( 0, 0, 0, 240 )
  94. Lunera.Settings.TermsColor = Color( 255, 255, 255, 255 )
  95. Lunera.Settings.TermsTitle = "Terms and Conditions"
  96. Lunera.Settings.TermsButtonAcceptDisagreeTall = 30
  97. Lunera.Settings.TermsButtonAcceptName = "Accept"
  98. Lunera.Settings.TermsButtonAcceptTextColor = Color( 255, 255, 255, 255 )
  99. Lunera.Settings.TermsButtonAcceptColor = Color( 64, 105, 126, 190 )
  100. Lunera.Settings.TermsButtonDeclineName = "Decline"
  101. Lunera.Settings.TermsButtonDeclineTextColor = Color( 255, 255, 255, 255 )
  102. Lunera.Settings.TermsButtonDeclineColor = Color( 124, 51, 50, 190 )
  103. Lunera.Settings.TermsDeclineConfirmTitle = "Are you sure?"
  104. Lunera.Settings.TermsDeclineConfirmTitleColor = Color(255, 255, 255, 255)
  105. Lunera.Settings.TermsDeclineConfirmText = "Declining our terms will disconnect you from the server. Are you sure?"
  106. Lunera.Settings.TermsDeclineConfirmTextColor = Color(255, 255, 255, 255)
  107. Lunera.Settings.TermsDeclineConfirmButtonTextColor = Color(255, 255, 255, 255)
  108. Lunera.Settings.TermsDeclineOption1Name = "No. return to Terms"
  109. Lunera.Settings.TermsDeclineOption2Name = "Yes. I want to leave"
  110.  
  111. Lunera.Settings.TermsCheckTitle = "Restricted Access"
  112. Lunera.Settings.TermsCheckMessage = "You must accept the Terms and Conditions for this Network before you can perform the requested action. If you do not accept, you must disconnect."
  113. Lunera.Settings.TermsCheckButtonText = "OK"
  114. Lunera.Settings.TermsCheckBoxColor = Color(124, 51, 50, 255)
  115. Lunera.Settings.TermsCheckButtonTextColor = Color( 255, 255, 255, 255 )
  116. Lunera.Settings.TermsCheckButtonColor = Color(64, 105, 126, 190)
  117. Lunera.Settings.TermsCheckTitleColor = Color(255, 255, 255, 255)
  118. Lunera.Settings.TermsCheckMessageColor = Color(255, 255, 255, 255)
  119.  
  120.  
  121. Lunera.Settings.TermsText = [[
  122.  
  123. This Network provides its service to you, subject to the following Terms of Service (β€œTOS”),
  124. which may be updated by us ("the Network") from time to time without notice to you.
  125.  
  126. You may not institute an attack upon the Network servers or otherwise deliberately attempt
  127. to disrupt our servers. You may not institute any such attack which results in the disruption
  128. of any other player's client.
  129.  
  130. ANY ATTEMPT BY YOU OR ANY OTHER PLAYER ON AN ACCOUNT TRACEABLE TO YOU TO
  131. DELIBERATELY DAMAGE THE SERVERS OR UNDERMINE THE LEGITIMATE OPERATION OF
  132. OUR NETWORK IS A VIOLATION OF CRIMINAL AND CIVIL LAWS AND, SHOULD SUCH AN
  133. ATTEMPT BE MADE OR ASSISTANCE FOR SUCH AN ATTACK BE PROVIDED, WE RESERVE
  134. THE RIGHT TO SEEK DAMAGES FROM ANY SUCH USER TO THE FULLEST EXTENT
  135. PERMITTED BY LAW.
  136.  
  137. By joining our server - you ("the Player") agree to follow all rules set forth on this network.
  138. You agree to not cheat or use any type of 3rd party application which gives you an advantage
  139. over other players. You also understand that all staff members have the final say in a situation,
  140. which means should a staff member ask you to stop doing something on the server; we expect you to
  141. stop. Should you fail to follow the rules on our network, you understand that any staff member can
  142. kick or ban you with or without prior warning. By accepting the terms and conditions set forth
  143. herein, you also acknowledge and agree to your information being used by staff in the event that
  144. action must be taken against you. Such information includes your Unique ID, Steam Profile ID,
  145. and your IP address. Finally, by accepting these terms, you agree that you may not hold the
  146. Network responsible for content which is downloaded to your machine either via FastDL or through
  147. Steam Workshop collections, which if at any time, causes damage to your system. Such damage
  148. includes but is not limited to data loss, odd behavior, or any status of your machine not
  149. operating within it's normal expected boundaries.
  150.  
  151. ]]
  152.  
  153. -----------------------------------------------------------------
  154. -- [ DELAY TIMER ]
  155. -----------------------------------------------------------------
  156. -- By enabling this, players will go through a delay before they
  157. -- can actually exit the MOTD screen. The settings within this
  158. -- section allow you to adjust the different aspects of the timer.
  159. -----------------------------------------------------------------
  160. -- If Lunera.Settings.TermsEnabled is enabled (set true) then
  161. -- even after the timer runs out, the close button will NOT
  162. -- display until after they have accepted the terms and
  163. -- conditions.
  164. -----------------------------------------------------------------
  165.  
  166. Lunera.Settings.DelayTimer = false
  167. Lunera.Settings.DelayTimerSeconds = 20
  168. Lunera.Settings.DelayTimerTextColor = Color(34, 188, 240, 255)
  169.  
  170. -----------------------------------------------------------------
  171. -- [ ANNOUNCEMENT BOX ]
  172. -----------------------------------------------------------------
  173. -- [Lunera.Settings.AnnouncementEnabled]
  174. -- true :: Will display the announcement box to far right.
  175. -- false :: Disables the announcement box to far right.
  176. -----------------------------------------------------------------
  177. -- [Lunera.Settings.AnnouncementText]
  178. -- The text that will appear in the announcement box.
  179. -----------------------------------------------------------------
  180.  
  181. Lunera.Settings.AnnouncementEnabled = true
  182. Lunera.Settings.AnnouncementText = [[
  183.  
  184. -- Feb 01, 2016 --
  185.  
  186. Your news will go here. It can be whatever you want, and can be modified by opening /sh/sh_config.lua
  187.  
  188. ]]
  189.  
  190. -----------------------------------------------------------------
  191. -- [ CUSTOM HTML BOX ]
  192. -----------------------------------------------------------------
  193. -- If you do not wish to use the advertisement box, you can use
  194. -- the custom HTML box. It fills the center of the MOTD screen
  195. -- with a browsable website of your choice.
  196. -----------------------------------------------------------------
  197. -- Set to false along with Lunera.Settings.AnnouncementEnabled
  198. -- if you want NOTHING to show in the center of your screen.
  199. -----------------------------------------------------------------
  200.  
  201. Lunera.Settings.HTMLLoader = false
  202. Lunera.Settings.HTMLShowNavBar = false
  203. Lunera.Settings.HTMLurl = "http://steamcommunity.com/"
  204.  
  205. -----------------------------------------------------------------
  206. -- [ GAME TRACKER WIDGET ]
  207. -----------------------------------------------------------------
  208. -- This will integrate a gametracker widget on your MOTD.
  209. --
  210. -- IMPORTANT: Ensure for Lunera.Settings.GTCode that you enclose
  211. -- the code with single quotations. Otherwise the code WILL BREAK.
  212.  
  213. -- Example: Lunera.Settings.GTCode = ' '
  214. -- Lunera.Settings.GTCode = 'HTML CODE HERE'
  215. --
  216. -- NOT: Lunera.Settings.GTcode = " "
  217. -----------------------------------------------------------------
  218.  
  219. Lunera.Settings.GTEnabled = false -- Enable gametracker widget?
  220. Lunera.Settings.GTHeight = 436 -- Height of the widget (YOU MUST CHANGE THIS IF THE SIZE OF YOUR WIDGET IS DIFFERENT)
  221. Lunera.Settings.GTWidth = 160 -- Width of the widget (YOU MUST CHANGE THIS IF THE SIZE OF YOUR WIDGET IS DIFFERENT)
  222. Lunera.Settings.GTPos_X = 22 -- The X axis position (Left > Right)
  223. Lunera.Settings.GTPos_Y = 130 -- The Y axis position (Up > Down)
  224. Lunera.Settings.GTCode = '<a href="http://www.gametracker.com/server_info/74.91.114.226:27015/" target="_blank"><img src="http://cache.www.gametracker.com/server_info/74.91.114.226:27015/b_160_400_2_ffffff_c5c5c5_ff9900_000000_1_1_1.png" border="0" width="160" height="436" alt=""/></a>'
  225.  
  226. -----------------------------------------------------------------
  227. -- [ CLOCK ]
  228. -----------------------------------------------------------------
  229. -- [Lunera.Settings.ClockEnabled]
  230. -- true :: Clock will display in bottom right.
  231. -- false :: Clock will NOT display in bottom right.
  232. -----------------------------------------------------------------
  233. -- [Lunera.Settings.ClockTextColor]
  234. -- Text color that the color will appear in.
  235. -----------------------------------------------------------------
  236.  
  237. Lunera.Settings.ClockEnabled = true
  238. Lunera.Settings.ClockTextColor = Color ( 255, 255, 255, 255 )
  239. Lunera.Settings.ClockBarColor = Color( 0, 0, 0, 200 )
  240.  
  241. -----------------------------------------------------------------
  242. -- How the time will display
  243. -- To see a list of format properties:
  244. -- https://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/index09bf.html
  245. -----------------------------------------------------------------
  246.  
  247. Lunera.Settings.ClockSyntax = "%a %I:%M:%S %p"
  248.  
  249. -----------------------------------------------------------------
  250. -- [ GENRAL SETTINGS ]
  251. -----------------------------------------------------------------
  252.  
  253. Lunera.Settings.NetworkName = "Nefarian Networks"
  254. Lunera.Settings.NetworkNameColor = Color( 255, 255, 255, 255 )
  255. Lunera.Settings.AnnouncementTitleColor = Color( 255, 255, 255, 255 )
  256. Lunera.Settings.AnnouncementBoxColor = Color( 0, 0, 0, 240 )
  257. Lunera.Settings.BottomBarColor = Color( 0, 0, 0, 250 )
  258. Lunera.Settings.PlayerinfoBarColor = Color( 0, 0, 0, 245 )
  259. Lunera.Settings.TopBarBorderColor = Color( 255, 136 , 0, 255 )
  260. Lunera.Settings.TopBarColor = Color( 0, 0, 0, 250 )
  261.  
  262. Lunera.Settings.HostnameTextColor = Color( 255, 255, 255, 255 )
  263. Lunera.Settings.PlayernameTextColor = Color( 255, 255, 255, 255 )
  264. Lunera.Settings.SteamidTextColor = Color( 255, 255, 255, 255 )
  265.  
  266. -----------------------------------------------------------------
  267. -- [ LANGUAGE ENTRIES ]
  268. -----------------------------------------------------------------
  269.  
  270. Lunera.Language.Announcements = "ANNOUNCEMENTS"
  271. Lunera.Language.Servers = "SERVERS"
  272.  
  273. -----------------------------------------------------------------
  274. -- [ ROTATING BACKGROUNDS ]
  275. -----------------------------------------------------------------
  276. -- [Lunera.Settings.BackgroundsEnable]
  277. -- If set to true - each time Liko is opened, a new background
  278. -- will be shown. Disable this to have no background at all.
  279. -----------------------------------------------------------------
  280. -- [Lunera.Settings.Backgrounds]
  281. -- A list of backgrounds you want to use for rotation. These are
  282. -- actual URLs to images on the internet.
  283. -----------------------------------------------------------------
  284.  
  285. Lunera.Settings.BackgroundsEnable = true
  286. Lunera.Settings.BackgroundsSolidColor = Color(0, 0, 0, 230)
  287. Lunera.Settings.Backgrounds = {
  288. "http://api.iamrichardt.com/products/1621/resources/wallpaper/lunera-gmod-wallpaper-001.jpg",
  289. "http://api.iamrichardt.com/products/1621/resources/wallpaper/lunera-gmod-wallpaper-002.jpg",
  290. "http://api.iamrichardt.com/products/1621/resources/wallpaper/lunera-gmod-wallpaper-003.jpg",
  291. "http://api.iamrichardt.com/products/1621/resources/wallpaper/lunera-gmod-wallpaper-004.jpg",
  292. "http://api.iamrichardt.com/products/1621/resources/wallpaper/lunera-gmod-wallpaper-005.jpg",
  293. "http://api.iamrichardt.com/products/1621/resources/wallpaper/lunera-gmod-wallpaper-006.jpg",
  294. "http://api.iamrichardt.com/products/1621/resources/wallpaper/lunera-gmod-wallpaper-007.jpg",
  295. "http://api.iamrichardt.com/products/1621/resources/wallpaper/lunera-gmod-wallpaper-008.jpg",
  296. }
  297.  
  298. -----------------------------------------------------------------
  299. -- [ ADVERTISEMENT VIDEOS ]
  300. -----------------------------------------------------------------
  301. -- [Lunera.Settings.AdvertisementEnable]
  302. -- Setting this to true will display the video advertisements
  303. -- within the announcements panel to the right.
  304. -- False will disable it completely.
  305. -----------------------------------------------------------------
  306.  
  307. Lunera.Settings.AdvertisementEnable = false
  308.  
  309. -----------------------------------------------------------------
  310. -- [ ADVERTISEMENT VIDEOS - YOUTUBE SETTINGS ]
  311. -----------------------------------------------------------------
  312. -- You can control autoplay and controls by attaching parameters.
  313. -- Read more at: http://www.w3schools.com/html/html_youtube.asp
  314. -----------------------------------------------------------------
  315.  
  316. Lunera.Settings.AdvertisementYouTubeEnabled = true
  317. Lunera.Settings.AdvertisementsYouTube = {
  318. "http://www.youtube.com/embed/Bfr053KdD6w?autoplay=1&controls=1"
  319. }
  320.  
  321. -----------------------------------------------------------------
  322. -- [ ADVERTISEMENT VIDEOS - WEBM SETTINGS ]
  323. -----------------------------------------------------------------
  324. -- [Liko.Settings.AdvertisementStartvol]
  325. -- Video volume control - range between 0 and 1.
  326. -- 0 = 0% | 0.5 = 50% | 1 = 100%
  327. -----------------------------------------------------------------
  328.  
  329. Lunera.Settings.AdvertisementWebmAutoplay = false
  330. Lunera.Settings.AdvertisementWebmStartvol = 0.5
  331. Lunera.Settings.AdvertisementsWebm = {
  332. "http://api.galileomanager.com/linx/resources/linx_codIIIadvert.webm"
  333. }
  334.  
  335. -----------------------------------------------------------------
  336. -- [ BUTTONS ]
  337. -----------------------------------------------------------------
  338.  
  339. Lunera.Settings.MenuButtonColor = Color( 15, 15, 15, 0 )
  340. Lunera.Settings.MenuButtonHoverColor = Color( 4, 4, 4, 220 )
  341. Lunera.Settings.MenuButtonTextColor = Color( 255, 255, 255, 255 )
  342. Lunera.Settings.MenuButtonHoverTextColor = Color( 255, 255, 255, 200 )
  343.  
  344. Lunera.Settings.CloseButtonColor = Color( 255, 255, 255, 255 )
  345. Lunera.Settings.CloseButtonHoverColor = Color( 255, 255, 255, 200 )
  346.  
  347. Lunera.Settings.ServerButtonColor = Color( 15, 15, 15, 0 )
  348. Lunera.Settings.ServerButtonHoverColor = Color( 4, 4, 4, 220 )
  349. Lunera.Settings.ServerButtonTextColor = Color( 255, 255, 255, 255 )
  350. Lunera.Settings.ServerButtonHoverTextColor = Color( 255, 255, 255, 255 )
  351.  
  352. Lunera.Settings.MenuTextRules = "Network Rules"
  353. Lunera.Settings.MenuLinkRules = "http://steamcommunity.com/groups/nefariannetworks#announcements/detail/832424465694510733"
  354.  
  355. Lunera.Settings.MenuTextDonate = "Donate to Network"
  356. Lunera.Settings.MenuLinkDonate = "http://steamcommunity.com/id/freetehchickens"
  357.  
  358. Lunera.Settings.MenuTextWebsite = "Welcome to Network"
  359. Lunera.Settings.MenuLinkWebsite = "http://facepunch.com/"
  360.  
  361. Lunera.Settings.MenuTextWorkshop = "Workshop Collection"
  362. Lunera.Settings.MenuLinkWorkshop = "http://steamcommunity.com/"
  363.  
  364. Lunera.Settings.MenuTextGroup = "Network Steam Group"
  365. Lunera.Settings.MenuLinkGroup = "http://steamcommunity.com/groups/nefariannetworks"
  366.  
  367. -----------------------------------------------------------------
  368. -- Button Properties
  369. -- name = (text to display on button)
  370. -- icon = (icon to use for button)
  371. -- func = (what to do when button is pressed)
  372. -- enabled = (if button should show or not)
  373. -- onLoad = (if panel should show as soon as MOTD is opened)
  374. -- |> *Note*: Only ONE should be set to TRUE
  375. -- |> WILL ONLY WORK IF YOU HAVE Lunera.Settings.TermsEnabled
  376. -- DISABLED.
  377. --
  378. --
  379. -- To toggle buttons to do what you want, you will change the
  380. -- code after each 'func = function()' line.
  381. --
  382. -- To open a URL in the STEAM BROWSER
  383. -- gui.OpenURL( "http://urlhere.com" )
  384. --
  385. -- To open a URL with the BUILT IN BROWSER
  386. -- Lunera:OpenExternal( "Title Text For Window", "http://link.to.page/" )
  387. --
  388. -- To open a Frame with JUST text (IE: Rules)
  389. -- Lunera:OpenExternal( "Title Text For Window", "Text to Display", true )
  390. --
  391. -- To run a ConCommand:
  392. -- RunConsoleCommand('concommand_here')
  393. --
  394. -----------------------------------------------------------------
  395. -- You will notice TWO sets of "Rules" below. The top one displays
  396. -- the rules in TEXT.
  397. -- The second entry displays rules in a browser window (webpage).
  398. -- To use either or -- make sure ONE is set to true, and one is false.
  399. -----------------------------------------------------------------
  400.  
  401. Lunera.Settings.Buttons = {
  402. {
  403. name = "Rules",
  404. icon = "lunera/lunera_btn_rules.png",
  405. func = function()
  406. Lunera:OpenExternal( Lunera.Settings.MenuTextRules, Lunera.Settings.RulesText, true )
  407. end,
  408. enabled = true,
  409. onLoad = false
  410. },
  411. {
  412. name = "Rules",
  413. icon = "lunera/lunera_btn_rules.png",
  414. func = function()
  415. Lunera:OpenExternal( Lunera.Settings.MenuTextRules, Lunera.Settings.MenuLinkRules )
  416. end,
  417. enabled = true,
  418. onLoad = false
  419. },
  420. {
  421. name = "Donate",
  422. icon = "lunera/lunera_btn_donate.png",
  423. func = function()
  424. Lunera:OpenExternal( Lunera.Settings.MenuTextDonate, Lunera.Settings.MenuLinkDonate )
  425. end,
  426. enabled = true,
  427. onLoad = false
  428. },
  429. {
  430. name = "Website",
  431. icon = "lunera/lunera_btn_website.png",
  432. func = function()
  433. Lunera:OpenExternal( Lunera.Settings.MenuTextWebsite, Lunera.Settings.MenuLinkWebsite )
  434. end,
  435. enabled = false,
  436. onLoad = false
  437. },
  438. {
  439. name = "Workshop",
  440. icon = "lunera/lunera_btn_workshop.png",
  441. func = function()
  442. Lunera:OpenExternal( Lunera.Settings.MenuTextWorkshop, Lunera.Settings.MenuLinkWorkshop )
  443. end,
  444. enabled = false,
  445. onLoad = false
  446. },
  447. {
  448. name = "Steam Group",
  449. icon = "lunera/lunera_btn_steam.png",
  450. func = function ()
  451. Lunera:OpenExternal( Lunera.Settings.MenuTextGroup, Lunera.Settings.MenuLinkGroup )
  452. end,
  453. enabled = true,
  454. onLoad = false
  455. }
  456. }
  457.  
  458. Lunera.Settings.RulesTextColor = Color(255, 255, 255, 255)
  459.  
  460. Lunera.Settings.RulesText = [[
  461.  
  462. ----DO NOT DO THE FOLLOWING----
  463. [x] No ghosting while in spectator mode or when dead
  464. [x] No racist or sexually abusive comments toward others
  465. [x] No impersonating staff members
  466. [x] No being disrespectful to other players or staff
  467. [x] No threatening to DDoS or take down our network [perm-ban and IP logging]
  468. [x] No asking for other players personal information (IE: home address, phone number)
  469. [x] No blocking doors or denying players access to a part of the map.
  470. [x] No abusing the !unstuck command.
  471. [x] No prop-killing.
  472. [x] No hiding in areas as a prop that hunters cannot access or see.
  473. [x] No mic or chat spamming.
  474.  
  475. ----INFRACTION CONSEQUENCES----
  476. The following actions may be taken in this order [unless violating a more serious offense]:
  477.  
  478. [-] Player shall be warned about the rule they have broken.
  479. [-] Will be kicked from the server if they continue to break a rule.
  480. [-] A ban will be issued for a term of 3-5 days (depending on what occured)
  481. [-] A permanent ban will be issued and shall not be removed
  482. [-] Bypassing a server ban will result in a GLOBAL BAN from ALL servers within our network including denied access to our website
  483.  
  484. ]]
  485.  
  486. Lunera.Settings.UseButtonIconsWithText = true -- This shows the icons with text.
  487. Lunera.Settings.UseButtonIconsOnly = true -- This will show the icons only, without the text counterpart. The above option OVERRIDES this, so please turn that off first.
  488.  
  489. -----------------------------------------------------------------
  490. -- [ SERVER LISTINGS ]
  491. -----------------------------------------------------------------
  492. -- [Lunera.Settings.ServersEnabled]
  493. -- true :: Server list WILL display.
  494. -- false :: Server list WILL NOT display.
  495. -----------------------------------------------------------------
  496. -- [Lunera.Settings.Servers]
  497. -- A list of your servers, as well as properties for each one.
  498. -----------------------------------------------------------------
  499.  
  500. Lunera.Settings.ServersEnabled = true
  501.  
  502. Lunera.Settings.Servers = {
  503. {
  504. hostname = "AGS DarkRP",
  505. icon = "lunera/lunera_btn_server.png",
  506. ip = "darkrp.archegamingstudios.net:27015"
  507. },
  508. {
  509. hostname = "AGS Sandbox",
  510. icon = "lunera/lunera_btn_server.png",
  511. ip = "sandbox1.archegamingstudios.net:27015"
  512. }
  513. }
  514.  
  515. Lunera.Settings.ServersBarColor = Color( 0, 0, 0, 250 )
  516. Lunera.Settings.ServersBarSecColor = Color( 255, 136, 0, 255 )
  517. Lunera.Settings.ServersTitleTextColor = Color( 255, 255, 255, 255)
  518. Lunera.Settings.ServersListNameColor = Color( 255, 255, 255, 255 )
  519. Lunera.Settings.ServersConfirmTextColor = Color( 255, 255, 255, 255 )
  520. Lunera.Settings.UseServerIconsWithText = true -- This shows the icons with text.
  521. Lunera.Settings.UseServerIconsOnly = false -- This will show the icons only, without the text counterpart. The above option OVERRIDES this, so please turn that off first.
  522.  
  523. -----------------------------------------------------------------
  524. -- [ INTEGRATED WEB BROWSER ]
  525. -----------------------------------------------------------------
  526. -- [Lunera.Settings.BrowserShowNavBar]
  527. -- true :: Enable the nav options (back, forward, stop, reload)
  528. -- false :: Disable the nav options.
  529. -----------------------------------------------------------------
  530. -- [Lunera.Settings.BrowserColor]
  531. -- The color to use for the integrated web browser panel.
  532. -----------------------------------------------------------------
  533.  
  534. Lunera.Settings.BrowserShowNavBar = true
  535. Lunera.Settings.BrowserColor = Color( 0, 0, 0, 240 )
  536. Lunera.Settings.BrowserTitleTextColor = Color(255, 255, 255, 255)
  537. Lunera.Settings.BrowserCloseButtonColor = Color( 255, 255, 255, 255 )
  538.  
  539. -----------------------------------------------------------------
  540. -- [ NEWS TICKER ]
  541. -----------------------------------------------------------------
  542. -- [Lunera.Settings.TickerEnabled]
  543. -- true :: Show the news ticker.
  544. -- false :: Disable the news ticker.
  545. -----------------------------------------------------------------
  546. -- [Lunera.Settings.TickerSpeed]
  547. -- The speed of how fast text will scroll across your screen.
  548. -- Default is 75
  549. -----------------------------------------------------------------
  550. -- [Lunera.Settings.TickerNews]
  551. -- The list of news items that will display in the ticker.
  552. -----------------------------------------------------------------
  553.  
  554. Lunera.Settings.TickerEnabled = true
  555. Lunera.Settings.TickerSpeed = 75
  556.  
  557. Lunera.Settings.TickerNews = {
  558. {
  559. textNews = "Welcome to our brand new TTT server! Enjoy your stay!",
  560. textColor = Color(255, 255, 0)
  561. },
  562. {
  563. textNews = "Want to apply for staff or have any questions! Add FreeTehChickens or Pirateer on steam!",
  564. textColor = Color(255, 255, 0)
  565. },
  566. {
  567. textNews = "Press f7 or type '!jb' to open the jukebox! Feel free to request or play a song.",
  568. textColor = Color(255, 255, 0)
  569. }
  570. textNews = "RDMED or other? We know it's annoying, type !report to report a player!"
  571. textColor = Color(255, 255, 0)
  572. }
  573. }
  574.  
  575. Lunera.Settings.TickerBarColor = Color( 255, 136, 0, 255 )
  576. Lunera.Settings.TickerBarBoxColor = Color( 0, 0, 0, 250 )
  577.  
  578. -----------------------------------------------------------------
  579. -- [ BROADCASTING SYSTEM - DO NOT TOUCH ]
  580. -----------------------------------------------------------------
  581.  
  582. Lunera.BCColorServer = Color(255, 255, 0)
  583. Lunera.BCColorName = Color(77, 145, 255)
  584. Lunera.BCColorMsg = Color(255, 255, 255)
  585. Lunera.BCColorValue = Color(255, 0, 0)
  586. Lunera.BCColorValue2 = Color(255, 166, 0)
  587. Lunera.BCColorBind = Color(255, 255, 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement