Funny April day CSS rewrite and rebranding
This commit is contained in:
parent
c992d1dae4
commit
fe54db50dd
|
|
@ -67,7 +67,7 @@ Hello:
|
|||
Merry Christmas!: true
|
||||
Happy May Day!: true
|
||||
Happy Towel Day!: true
|
||||
Happy Mercury Day!: true
|
||||
Happy Graphictoria Day!: true
|
||||
Happy LOL Day!: true
|
||||
Goodbye:
|
||||
1: /sc 3
|
||||
|
|
@ -342,10 +342,10 @@ Answers:
|
|||
RPG: true
|
||||
Obstacle Course: true
|
||||
Tycoon: true
|
||||
Mercury:
|
||||
Graphictoria:
|
||||
BrickBattle: true
|
||||
Community Building: true
|
||||
Mercury Minigames: true
|
||||
Graphictoria Minigames: true
|
||||
Contest Place: true
|
||||
Board games:
|
||||
Chess: true
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--!strict
|
||||
-- CoreGui.RobloxGui.CoreScripts/PurchasePromptScript
|
||||
print "[Mercury]: Loaded corescript 107893730"
|
||||
print "[Graphictoria]: Loaded corescript 107893730"
|
||||
|
||||
-- this script creates the gui and sends the web requests for in game purchase prompts
|
||||
|
||||
|
|
|
|||
|
|
@ -418,7 +418,7 @@ end)
|
|||
local welcome: { { any } } = {
|
||||
{ "[Reading access...]", Color3.new(0.6, 0.6, 0.6) }, -- haxor text
|
||||
{ "[Access granted.]", Color3.new(0.5, 1, 0.5) }, -- i'm in
|
||||
{ "Welcome to the Mercury Debug Console!", Colour3(139, 82, 255) }, -- mercury light purple
|
||||
{ "Welcome to the Graphictoria Debug Console!", Colour3(139, 82, 255) }, -- mercury light purple
|
||||
{ "Run `help()` for a list of functions.", Color3.new(1, 1, 1) },
|
||||
{ "" },
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--!strict
|
||||
-- CoreGui.RobloxGui.CoreScripts/ToolTip
|
||||
print "[Mercury]: Loaded corescript 36868950"
|
||||
print "[Graphictoria]: Loaded corescript 36868950"
|
||||
|
||||
local News = require "../Modules/New"
|
||||
local New = News.New
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--!strict
|
||||
-- Script Context.StarterScript
|
||||
print "[Mercury]: Loaded corescript 37801172"
|
||||
print "[Graphictoria]: Loaded corescript 37801172"
|
||||
|
||||
local CoreGui = game:GetService "CoreGui"
|
||||
local Players = game:GetService "Players"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--!strict
|
||||
-- CoreGui.RobloxGui.CoreScripts/MainBotChatScript
|
||||
print "[Mercury]: Loaded corescript 39250920"
|
||||
print "[Graphictoria]: Loaded corescript 39250920"
|
||||
|
||||
local News = require "../Modules/New"
|
||||
local New = News.New
|
||||
|
|
@ -229,21 +229,21 @@ local function endDialog()
|
|||
end
|
||||
|
||||
local function wanderDialog()
|
||||
print "[Mercury]: Dialog wander"
|
||||
print "[Graphictoria]: Dialog wander"
|
||||
mainFrame.Visible = false
|
||||
endDialog()
|
||||
showMessage(characterWanderedOffMessage, characterWanderedOffSize)
|
||||
end
|
||||
|
||||
local function timeoutDialog()
|
||||
print "[Mercury]: Dialog timeout"
|
||||
print "[Graphictoria]: Dialog timeout"
|
||||
mainFrame.Visible = false
|
||||
endDialog()
|
||||
showMessage(conversationTimedOut, conversationTimedOutSize)
|
||||
end
|
||||
|
||||
local function normalEndDialog()
|
||||
print "[Mercury]: Dialog done"
|
||||
print "[Graphictoria]: Dialog done"
|
||||
endDialog()
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--!strict
|
||||
-- RbxGui
|
||||
print "[Mercury]: Loaded corescript 45284430"
|
||||
print "[Graphictoria]: Loaded corescript 45284430"
|
||||
|
||||
local News = require "../Modules/New"
|
||||
local New = News.New
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
-- CoreGui.RobloxGui.CoreScripts/Settings
|
||||
print "[Mercury]: Loaded corescript 46295863"
|
||||
print "[Graphictoria]: Loaded corescript 46295863"
|
||||
|
||||
local News = require "../Modules/New"
|
||||
local New = News.New
|
||||
|
|
@ -2023,7 +2023,7 @@ local createSaveDialogs = function()
|
|||
|
||||
local saveDialogMessageBox = RbxGui.CreateStyledMessageDialog(
|
||||
"Unsaved Changes",
|
||||
"Save your changes to Mercury before leaving?",
|
||||
"Save your changes to Graphictoria before leaving?",
|
||||
"Confirm",
|
||||
messageBoxButtons
|
||||
)
|
||||
|
|
@ -2056,7 +2056,7 @@ local createSaveDialogs = function()
|
|||
|
||||
local errorDialogMessageBox = RbxGui.CreateStyledMessageDialog(
|
||||
"Upload Failed",
|
||||
"Sorry, we could not save your changes to Mercury.",
|
||||
"Sorry, we could not save your changes to Graphictoria.",
|
||||
"Error",
|
||||
errorBoxButtons
|
||||
)
|
||||
|
|
@ -2073,7 +2073,7 @@ local createSaveDialogs = function()
|
|||
Parent = shield,
|
||||
New "TextLabel" {
|
||||
Name = "WaitingLabel",
|
||||
Text = "Saving to Mercury...",
|
||||
Text = "Saving to Graphictoria...",
|
||||
Font = Enum.Font.ArialBold,
|
||||
FontSize = Enum.FontSize.Size18,
|
||||
Position = UDim2.new(0.5, 25, 0.5, 0),
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
-- CoreGui.RobloxGui.CoreScripts/PlayerListScript
|
||||
print "[Mercury]: Loaded corescript 48488235"
|
||||
print "[Graphictoria]: Loaded corescript 48488235"
|
||||
|
||||
local RunService = game:GetService "RunService"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
-- CoreGui.RobloxGui.CoreScripts/NotificationScript
|
||||
print "[Mercury]: Loaded corescript 48488398"
|
||||
print "[Graphictoria]: Loaded corescript 48488398"
|
||||
|
||||
local TeleportService = game:GetService "TeleportService"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
-- CoreGui.RobloxGui.CoreScripts/PopupScript
|
||||
print "[Mercury]: Loaded corescript 48488451"
|
||||
print "[Graphictoria]: Loaded corescript 48488451"
|
||||
|
||||
local News = require "../Modules/New"
|
||||
local New = News.New
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
-- CoreGui.RobloxGui.CoreScripts/BackpackScripts/BackpackBuild
|
||||
print "[Mercury]: Loaded corescript 53878047"
|
||||
print "[Graphictoria]: Loaded corescript 53878047"
|
||||
|
||||
local News = require "../Modules/New"
|
||||
local New = News.New
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
-- CoreGui.RobloxGui.CurrentLoadout.CoreScripts/BackpackScript
|
||||
print "[Mercury]: Loaded corescript 53878057"
|
||||
print "[Graphictoria]: Loaded corescript 53878057"
|
||||
|
||||
local CoreGui = game:GetService "CoreGui"
|
||||
local GuiService = game:GetService "GuiService"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
-- RbxUtility
|
||||
print "[Mercury]: Loaded corescript 60595411"
|
||||
print "[Graphictoria]: Loaded corescript 60595411"
|
||||
|
||||
local News = require "../Modules/New"
|
||||
local New = News.New
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
-- Script Context./Libraries/LibraryRegistration/LibraryRegist
|
||||
print "[Mercury]: Loaded corescript 60595695"
|
||||
print "[Graphictoria]: Loaded corescript 60595695"
|
||||
|
||||
local RunService = game:GetService "RunService"
|
||||
|
||||
|
|
@ -30,5 +30,5 @@ if ScriptContext then
|
|||
end
|
||||
ScriptContext:LibraryRegistrationComplete()
|
||||
else
|
||||
print "[Mercury]: Failed to find ScriptContext, libraries did not load"
|
||||
print "[Graphictoria]: Failed to find ScriptContext, libraries did not load"
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
-- RbxStamper
|
||||
print "[Mercury]: Loaded corescript 73157242"
|
||||
print "[Graphictoria]: Loaded corescript 73157242"
|
||||
|
||||
local ChangeHistoryService = game:GetService "ChangeHistoryService"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
-- CoreGui.RobloxGui.Backpack.CoreScripts/BackpackScripts/Back (1?)
|
||||
print "[Mercury]: Loaded corescript 89449008"
|
||||
print "[Graphictoria]: Loaded corescript 89449008"
|
||||
|
||||
local News = require "../Modules/New"
|
||||
local New = News.New
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
-- CoreGui.RobloxGui.Backpack.CoreScripts/BackpackScripts/Back (2?)
|
||||
print "[Mercury]: Loaded corescript 89449093"
|
||||
print "[Graphictoria]: Loaded corescript 89449093"
|
||||
|
||||
local News = require "../Modules/New"
|
||||
local New = News.New
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--!strict
|
||||
-- CoreGui.RobloxGui.CoreScripts/ChatScript
|
||||
print "[Mercury]: Loaded corescript 97188756"
|
||||
print "[Graphictoria]: Loaded corescript 97188756"
|
||||
|
||||
local RunService = game:GetService "RunService"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
-- Start Game
|
||||
print "[Mercury]: Loaded Host corescript"
|
||||
print "[Graphictoria]: Loaded Host corescript"
|
||||
|
||||
local InsertService = game:GetService "InsertService"
|
||||
local BadgeService = game:GetService "BadgeService"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
--!strict
|
||||
print "[Mercury]: Loaded Join corescript"
|
||||
print "[Graphictoria]: Loaded Join corescript"
|
||||
|
||||
local InsertService = game:GetService "InsertService"
|
||||
local ChangeHistoryService = game:GetService "ChangeHistoryService"
|
||||
|
|
@ -273,6 +273,6 @@ pcall(function()
|
|||
game:SetScreenshotInfo ""
|
||||
end)
|
||||
pcall(function()
|
||||
game:SetVideoInfo '<?xml version="1.0"?><entry xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xmlns:yt="http://gdata.youtube.com/schemas/2007"><media:group><media:title type="plain"><![CDATA[Mercury Place]]></media:title><media:description type="plain"><![CDATA[ For more games visit http://banland.xyz]]></media:description><media:category scheme="http://gdata.youtube.com/schemas/2007/categories.cat">Games</media:category><media:keywords>Mercury, video, free game, online virtual world</media:keywords></media:group></entry>'
|
||||
game:SetVideoInfo '<?xml version="1.0"?><entry xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xmlns:yt="http://gdata.youtube.com/schemas/2007"><media:group><media:title type="plain"><![CDATA[Graphictoria Place]]></media:title><media:description type="plain"><![CDATA[ For more games visit http://banland.xyz]]></media:description><media:category scheme="http://gdata.youtube.com/schemas/2007/categories.cat">Games</media:category><media:keywords>Graphictoria, video, free game, online virtual world</media:keywords></media:group></entry>'
|
||||
end)
|
||||
-- use single quotes here because the video info string may have unescaped double quotes
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
--!strict
|
||||
print "[Mercury]: Loaded Studio corescript"
|
||||
print "[Graphictoria]: Loaded Studio corescript"
|
||||
|
||||
-- local MarketplaceService = game:GetService "MarketplaceService"
|
||||
local InsertService = game:GetService "InsertService"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
print "[Mercury]: Loaded Visit corescript"
|
||||
print "[Graphictoria]: Loaded Visit corescript"
|
||||
|
||||
local ChangeHistoryService = game:GetService "ChangeHistoryService"
|
||||
local InsertService = game:GetService "InsertService"
|
||||
|
|
|
|||
Loading…
Reference in New Issue