Advertisement
LDDestroier

STD-GUI Media List

Nov 9th, 2017
847
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.27 KB | None | 0 0
  1. std.storeCatagoryNames = {
  2.     [1] = "NBS Music",
  3.     [2] = "NFP Pictures",
  4.     [3] = "NFT Pictures",
  5. }
  6.  
  7. std.storeCatagoryColors = {
  8.     [1] = {
  9.         bg = colors.brown,
  10.         txt = colors.lightGray,
  11.     },
  12.     [2] = {
  13.         bg = colors.red,
  14.         txt = colors.white,
  15.     },
  16.     [3] = {
  17.         bg = colors.lightBlue,
  18.         txt = colors.black,
  19.     },
  20. }
  21.  
  22. --[[
  23.     ['shortname'] = {
  24.         title = "full-name-of-program",
  25.         url = "url-to-direct-download",
  26.         creator = "name-of-creator",
  27.         description = "brief-description",
  28.         catagory = 1,
  29.         forumPost = "url-to-cc-forum-post",
  30.         keywords = {"beep","boop"},
  31.     },
  32. --]]
  33.  
  34. std.storeURLs = {
  35.     ['bloodytears.nbs'] = {
  36.         title = "Bloody Tears / Castlevania 2 - Simon's Quest",
  37.         url = "https://github.com/LDDestroier/CC-Media/blob/master/NBS/bloodytears.nbs?raw=true",
  38.         creator = "LDDestroier",
  39.         description = "Bloody Tears, from Castlevania 2 on NES. Since my first iteration, I've added a few notes and transposed down to maintain compatibility.",
  40.         catagory = 1,
  41.         forumPost = "http://www.computercraft.info/forums2/index.php?/topic/26176-i-made-a-thing/",
  42.         keywords = {"castlevania2","nes","famicom","nintendo","game","konami"},
  43.     },
  44.     ['wilyboss-mm1.nbs'] = {
  45.         title = "Dr. Wily Boss / Mega Man 1",
  46.         url = "https://github.com/LDDestroier/CC-Media/blob/master/NBS/wileboss-mm1.nbs?raw=true",
  47.         creator = "LDDestroier",
  48.         description = "The theme when you fight a non-robot master boss in the first Mega Man game on NES. Basic, but intense.",
  49.         catagory = 1,
  50.         forumPost = "N/A ",
  51.         keywords = {"megaman","willy","nes","famicom","nintendo","capcom"},
  52.     },
  53.     ['mmbn2virus.nbs'] = {
  54.         title = "Virus Busting / Mega Man Battle Network 2",
  55.         url = "https://github.com/LDDestroier/CC-Media/blob/master/NBS/mmbn2virus.nbs?raw=true",
  56.         creator = "LDDestroier",
  57.         description = "The theme when you're busting viruses in Mega Man Battle Network 2. Of all the fight themes from all the battle network games, this one is in my personal top three.",
  58.         catagory = 1,
  59.         forumPost = "N/A ",
  60.         keywords = {"megaman","willy","gameboyadvance","gba","nintendo","capcom"},
  61.     },
  62.     ['mmsf1virus.nbs'] = {
  63.         title = "Ride On / Mega Man Star Force 1",
  64.         url = "https://github.com/LDDestroier/CC-Media/blob/master/NBS/em-virus-battle-mmsf1.nbs?raw=true",
  65.         creator = "LDDestroier",
  66.         description = "The theme when you're busting some EM viruses in Mega Man Star Force 1. Personally, I think the second Star Force game is insufferable, but the first one is great.",
  67.         catagory = 1,
  68.         forumPost = "N/A ",
  69.         keywords = {"megaman","starforce1","mmsf1","nds","nintendo","capcom"},
  70.     },
  71.     ['trogdor.nfp'] = {
  72.         title = "Trogdor the Burninator",
  73.         url = "https://pastebin.com/raw/TL3HfT4p",
  74.         creator = "LDDestroier",
  75.         description = "A massive picture of Trogdor the Burninator, fabled scourge of the countryside.",
  76.         catagory = 2,
  77.         forumPost = "http://www.computercraft.info/forums2/index.php?/topic/27112-trogdor-the-burninator/",
  78.         keywords = {"homestar","runner","strong","bad","countryside"},
  79.     },
  80.     ['nou.nft'] = {
  81.         title = "no u",
  82.         url = "https://pastebin.com/raw/JmkBpHfx",
  83.         creator = "LDDestroier",
  84.         description = "A depiction of a classic courtroom conundrum.",
  85.         catagory = 3,
  86.         forumPost = "N/A ",
  87.         keywords = {"objection","no you","courtroom","phoenix wright"},
  88.     },
  89.     ['concreteman.nbs'] = {
  90.         title = "Concrete Man / Mega Man 9",
  91.         url = "https://github.com/LDDestroier/CC-Media/blob/master/NBS/concreteman.nbs?raw=true",
  92.         creator = "LDDestroier",
  93.         description = "The theme when you're going through Concrete Man's theme in Mega Man 9. I think this theme rocks, but that elephant miniboss sucks.",
  94.         catagory = 1,
  95.         forumPost = "N/A ",
  96.         keywords = {"capcom","inti creates"},
  97.     },
  98.     ['whoowee.nft'] = {
  99.         title = "A Mighty Thirst Hath Befallen I",
  100.         url = "https://github.com/LDDestroier/CC-Media/raw/master/NFT/whoowee.nft",
  101.         creator = "LDDestroier",
  102.         description = "A one-off picture of some stick guy putting a misshapen coin into a vending machine.",
  103.         catagory = 3,
  104.         forumPost = "N/A ",
  105.         keywords = {"coke","moxie","stickman"},
  106.     },
  107.     ['ravine.nfp'] = {
  108.         title = "Ravine",
  109.         url = "https://pastebin.com/raw/nEUpwUfd",
  110.         creator = "Jummit",
  111.         description = "A picture of a ravine with lava flowing into it.",
  112.         catagory = 2,
  113.         forumPost = "http://www.computercraft.info/forums2/index.php?/topic/29535-computercraft-wallpapers/",
  114.         keywords = {"lava","cave"},
  115.     },
  116.     ['egypt.nfp'] = {
  117.         title = "Egypt",
  118.         url = "https://pastebin.com/raw/pKabdHvM",
  119.         creator = "Jummit",
  120.         description = "A beautiful scene of a robed man leading his camel past some Egyptian pyramids in the midst of a desert.",
  121.         catagory = 2,
  122.         forumPost = "http://www.computercraft.info/forums2/index.php?/topic/29535-computercraft-wallpapers/",
  123.         keywords = {"desert","sand","camel","pyramids"},
  124.     },
  125. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement