forked from iamvillain/redm_loadscreen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.lua
More file actions
42 lines (34 loc) · 1.32 KB
/
config.lua
File metadata and controls
42 lines (34 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Config = {}
Config.LogoURL = "nui://basic_loadscreen/html/El_bueno.gif" -- redm logo img, replace
-- Config.LogoURL = "https://cdn2.steamgriddb.com/icon/eb06b9db06012a7a4179b8f3cb5384d3/32/256x256.png?text=Your+Logo+Here" -- redm logo, replace
-- Config.LogoPosition = {'bottom-left' , 'bottom-center', 'bottom-right'} -- wip
Config.EnableMusic = true
Config.YouTubeVideoID = {
'c02vJ0YA7TU',
'vSbEC6AHHYc',
'raY_mDpQ4Oo',
}
Config.InitialVolume = 30 -- 0-100
Config.Messages = {
"Polishing spurs...",
"Loading town ordinances...",
"Brewing campfire coffee...",
"Counting beans...",
"Checking bounty posters...",
"Saddling horses...",
"Oiling revolvers...",
"Reading the Tumbleweed Gazette...",
"Tuning the saloon piano...",
"Avoiding tumbleweeds...",
"Waiting for the stagecoach...",
"Planning the next train heist..."
}
-- Changelog Settings
Config.EnableChangelog = true
Config.DiscordChannelID = 'Discord_channel_ID' -- Channel that contains your updates
Config.DiscordBotToken = 'DISCORD_BOT_TOKEN'
Config.ChangelogTitle = "Latest Update"
-- Background Image Settings
Config.EnableDiscordBackgrounds = true
Config.DiscordBackgroundChannelID = 'Discord_Channel_ID' -- Background image channel
Config.DiscordBackgroundMessageLimit = 20 -- How many recent messages to check for images