This commit is contained in:
Bitl 2017-05-13 16:56:40 -07:00
parent ab3ef84093
commit 9ba68cc61b
5 changed files with 32 additions and 20 deletions

View File

@ -1,6 +1,6 @@
rbxversion = version(); rbxversion = version();
print("ROBLOX Client version '" .. rbxversion .. "' loaded."); print("ROBLOX Client version '" .. rbxversion .. "' loaded.");
--set this to pre-alpha, alpha, beta, gamma, or delta. --set this to pre-alpha, alpha, beta, pre-gamma, gamma, delta-gamma or delta.
rbxlegacyversion = "" rbxlegacyversion = ""
if (rbxlegacyversion == "pre-alpha") then --mid-2008 and below. currently for the modified clients. if (rbxlegacyversion == "pre-alpha") then --mid-2008 and below. currently for the modified clients.
settings().Rendering.frameRateManager = 2; settings().Rendering.frameRateManager = 2;

View File

@ -18,6 +18,7 @@
public static int CharacterAppearanceID = 0; public static int CharacterAppearanceID = 0;
public static bool UseAppearanceID = false; public static bool UseAppearanceID = false;
public static bool UseCustomAppearanceID = false; public static bool UseCustomAppearanceID = false;
public static bool CineMode = false;
//client shit //client shit
public static string SelectedClient = ""; public static string SelectedClient = "";
public static bool UsesPlayerName = false; public static bool UsesPlayerName = false;

View File

@ -40,6 +40,7 @@ namespace RBXLegacyLauncher
this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage1 = new System.Windows.Forms.TabPage();
this.button19 = new System.Windows.Forms.Button();
this.button10 = new System.Windows.Forms.Button(); this.button10 = new System.Windows.Forms.Button();
this.label17 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label();
@ -61,6 +62,7 @@ namespace RBXLegacyLauncher
this.listBox2 = new System.Windows.Forms.ListBox(); this.listBox2 = new System.Windows.Forms.ListBox();
this.label18 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label();
this.tabPage5 = new System.Windows.Forms.TabPage(); this.tabPage5 = new System.Windows.Forms.TabPage();
this.label40 = new System.Windows.Forms.Label();
this.button11 = new System.Windows.Forms.Button(); this.button11 = new System.Windows.Forms.Button();
this.button9 = new System.Windows.Forms.Button(); this.button9 = new System.Windows.Forms.Button();
this.checkBox5 = new System.Windows.Forms.CheckBox(); this.checkBox5 = new System.Windows.Forms.CheckBox();
@ -117,7 +119,6 @@ namespace RBXLegacyLauncher
this.label28 = new System.Windows.Forms.Label(); this.label28 = new System.Windows.Forms.Label();
this.button6 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button();
this.textBox5 = new System.Windows.Forms.TextBox(); this.textBox5 = new System.Windows.Forms.TextBox();
this.button19 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.tabControl1.SuspendLayout(); this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout(); this.tabPage1.SuspendLayout();
@ -181,6 +182,16 @@ namespace RBXLegacyLauncher
this.tabPage1.ToolTipText = "Join a server via IP Address"; this.tabPage1.ToolTipText = "Join a server via IP Address";
this.tabPage1.UseVisualStyleBackColor = true; this.tabPage1.UseVisualStyleBackColor = true;
// //
// button19
//
this.button19.Location = new System.Drawing.Point(212, 210);
this.button19.Name = "button19";
this.button19.Size = new System.Drawing.Size(85, 68);
this.button19.TabIndex = 16;
this.button19.Text = "PLAY SOLO";
this.button19.UseVisualStyleBackColor = true;
this.button19.Click += new System.EventHandler(this.Button19Click);
//
// button10 // button10
// //
this.button10.Location = new System.Drawing.Point(86, 47); this.button10.Location = new System.Drawing.Point(86, 47);
@ -409,6 +420,7 @@ namespace RBXLegacyLauncher
// //
// tabPage5 // tabPage5
// //
this.tabPage5.Controls.Add(this.label40);
this.tabPage5.Controls.Add(this.button11); this.tabPage5.Controls.Add(this.button11);
this.tabPage5.Controls.Add(this.button9); this.tabPage5.Controls.Add(this.button9);
this.tabPage5.Controls.Add(this.checkBox5); this.tabPage5.Controls.Add(this.checkBox5);
@ -435,6 +447,14 @@ namespace RBXLegacyLauncher
this.tabPage5.ToolTipText = "Configure specific aspects of your server, launcher, and player appearance"; this.tabPage5.ToolTipText = "Configure specific aspects of your server, launcher, and player appearance";
this.tabPage5.UseVisualStyleBackColor = true; this.tabPage5.UseVisualStyleBackColor = true;
// //
// label40
//
this.label40.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label40.Location = new System.Drawing.Point(12, 231);
this.label40.Name = "label40";
this.label40.Size = new System.Drawing.Size(378, 2);
this.label40.TabIndex = 39;
//
// button11 // button11
// //
this.button11.Location = new System.Drawing.Point(95, 170); this.button11.Location = new System.Drawing.Point(95, 170);
@ -447,7 +467,7 @@ namespace RBXLegacyLauncher
// //
// button9 // button9
// //
this.button9.Location = new System.Drawing.Point(201, 236); this.button9.Location = new System.Drawing.Point(209, 236);
this.button9.Name = "button9"; this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(81, 42); this.button9.Size = new System.Drawing.Size(81, 42);
this.button9.TabIndex = 37; this.button9.TabIndex = 37;
@ -977,16 +997,6 @@ namespace RBXLegacyLauncher
this.textBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.textBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.textBox5.TextChanged += new System.EventHandler(this.TextBox5TextChanged); this.textBox5.TextChanged += new System.EventHandler(this.TextBox5TextChanged);
// //
// button19
//
this.button19.Location = new System.Drawing.Point(212, 210);
this.button19.Name = "button19";
this.button19.Size = new System.Drawing.Size(85, 68);
this.button19.TabIndex = 16;
this.button19.Text = "PLAY SOLO";
this.button19.UseVisualStyleBackColor = true;
this.button19.Click += new System.EventHandler(this.Button19Click);
//
// MainForm // MainForm
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@ -1033,6 +1043,7 @@ namespace RBXLegacyLauncher
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();
} }
private System.Windows.Forms.Label label40;
private System.Windows.Forms.Button button19; private System.Windows.Forms.Button button19;
private System.Windows.Forms.Button button18; private System.Windows.Forms.Button button18;
private System.Windows.Forms.Button button16; private System.Windows.Forms.Button button16;

View File

@ -916,7 +916,7 @@ namespace RBXLegacyLauncher
void StartClient() void StartClient()
{ {
string luafile = "rbxasset://scripts\\\\CSMPFunctions.lua"; string luafile = "rbxasset://scripts\\\\CSMPFunctions.lua";
string rbxexe = GlobalVars.ClientDir + @"\\" + GlobalVars.SelectedClient + @"\\RobloxApp_Client.exe"; string rbxexe = GlobalVars.ClientDir + @"\\" + GlobalVars.SelectedClient + @"\\RobloxApp.exe";
string quote = "\""; string quote = "\"";
string args = ""; string args = "";
if (GlobalVars.UsesPlayerName == true && GlobalVars.UsesID == true && IsUsingCharacterOutfitIDs() && !IsUsingCustomOutfits()) if (GlobalVars.UsesPlayerName == true && GlobalVars.UsesID == true && IsUsingCharacterOutfitIDs() && !IsUsingCustomOutfits())
@ -1005,7 +1005,7 @@ namespace RBXLegacyLauncher
void StartClientSolo() void StartClientSolo()
{ {
string luafile = "rbxasset://scripts\\\\CSMPFunctions.lua"; string luafile = "rbxasset://scripts\\\\CSMPFunctions.lua";
string rbxexe = GlobalVars.ClientDir + @"\\" + GlobalVars.SelectedClient + @"\\RobloxApp_Client.exe"; string rbxexe = GlobalVars.ClientDir + @"\\" + GlobalVars.SelectedClient + @"\\RobloxApp.exe";
string quote = "\""; string quote = "\"";
string args = ""; string args = "";
if (GlobalVars.UsesPlayerName == true && GlobalVars.UsesID == true && IsUsingCharacterOutfitIDs() && !IsUsingCustomOutfits()) if (GlobalVars.UsesPlayerName == true && GlobalVars.UsesID == true && IsUsingCharacterOutfitIDs() && !IsUsingCustomOutfits())
@ -1095,7 +1095,7 @@ namespace RBXLegacyLauncher
{ {
string luafile = "rbxasset://scripts\\\\CSMPFunctions.lua"; string luafile = "rbxasset://scripts\\\\CSMPFunctions.lua";
string mapfile = GlobalVars.MapsDir + @"\\" + GlobalVars.Map; string mapfile = GlobalVars.MapsDir + @"\\" + GlobalVars.Map;
string rbxexe = GlobalVars.ClientDir + @"\\" + GlobalVars.SelectedClient + @"\\RobloxApp_Server.exe"; string rbxexe = GlobalVars.ClientDir + @"\\" + GlobalVars.SelectedClient + @"\\RobloxApp.exe";
string quote = "\""; string quote = "\"";
string args = ""; string args = "";
@ -1121,7 +1121,7 @@ namespace RBXLegacyLauncher
{ {
string luafile = "rbxasset://scripts\\\\CSMPFunctions.lua"; string luafile = "rbxasset://scripts\\\\CSMPFunctions.lua";
string mapfile = GlobalVars.MapsDir + @"\\" + GlobalVars.Map; string mapfile = GlobalVars.MapsDir + @"\\" + GlobalVars.Map;
string rbxexe = GlobalVars.ClientDir + @"\\" + GlobalVars.SelectedClient + @"\\RobloxApp_Server.exe"; string rbxexe = GlobalVars.ClientDir + @"\\" + GlobalVars.SelectedClient + @"\\RobloxApp.exe";
string quote = "\""; string quote = "\"";
string args = ""; string args = "";
if (GlobalVars.BodyColors == true) if (GlobalVars.BodyColors == true)
@ -1144,7 +1144,7 @@ namespace RBXLegacyLauncher
void StartStudio() void StartStudio()
{ {
string rbxexe = GlobalVars.ClientDir + @"\\" + GlobalVars.SelectedClient + @"\\RobloxApp_Studio.exe"; string rbxexe = GlobalVars.ClientDir + @"\\" + GlobalVars.SelectedClient + @"\\RobloxApp.exe";
string mapfile = GlobalVars.MapsDir + @"\\" + GlobalVars.Map; string mapfile = GlobalVars.MapsDir + @"\\" + GlobalVars.Map;
string quote = "\""; string quote = "\"";
string args = ""; string args = "";
@ -1169,7 +1169,7 @@ namespace RBXLegacyLauncher
void PlaySolo(int timerset) void PlaySolo(int timerset)
{ {
StartServerNo3D(); StartServerNo3D();
if (Process.GetProcessesByName("RobloxApp_Server").Length > 0) if (Process.GetProcessesByName("RobloxApp").Length > 0)
{ {
System.Threading.Timer timer = null; System.Threading.Timer timer = null;
timer = new System.Threading.Timer((obj) => timer = new System.Threading.Timer((obj) =>

View File

@ -1,7 +1,7 @@
; Script generated by the Inno Script Studio Wizard. ; Script generated by the Inno Script Studio Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define AppVer "1.13" #define AppVer "1.13.1"
[Setup] [Setup]
; NOTE: The value of AppId uniquely identifies this application. ; NOTE: The value of AppId uniquely identifies this application.