lots of gui stuff

This commit is contained in:
Quacky 2017-08-13 18:12:17 -05:00
parent 9458cd300b
commit 7e55bf6baa
3 changed files with 33909 additions and 618 deletions

View File

@ -859,7 +859,15 @@ namespace RBXLegacyLauncher
} }
string quote = "\""; string quote = "\"";
string args = ""; string args = "";
args = quote + mapfile + "\" -script \"dofile('" + GlobalVars.DefaultScript + "'); _G.SetRBXLegacyVersion(" + GlobalVars.SelectedClientVersion + ");" + quote; ReadClientValues(GlobalVars.SelectedClient);
if (GlobalVars.SelectedClientVersion > 8)
{
args = quote + mapfile + "\" -script \"dofile('" + GlobalVars.DefaultScript + "'); _G.SetRBXLegacyVersion(" + GlobalVars.SelectedClientVersion + "); game.CoreGui.RobloxGui:Remove()" + quote;
}
else
{
args = quote + mapfile + "\" -script \"dofile('" + GlobalVars.DefaultScript + "'); _G.SetRBXLegacyVersion(" + GlobalVars.SelectedClientVersion + ");" + quote;
}
try try
{ {
ConsolePrint("Studio Loaded.", 4); ConsolePrint("Studio Loaded.", 4);

File diff suppressed because it is too large Load Diff

28417
libraries2013.rbxm Normal file

File diff suppressed because it is too large Load Diff