1.0.0.3 fixes

This commit is contained in:
stam@epicm.org 2022-04-13 18:52:51 +03:00
parent c2bdfd211e
commit 15d1a1963e
Signed by: stam
GPG Key ID: E149C3760CFA3C7E
4 changed files with 461 additions and 543 deletions

View File

@ -5,6 +5,8 @@
# Description # Description
Toolbox for easy launching some officials Valve's SDK such as Source SDK 2013 SP or MP. Toolbox for easy launching some officials Valve's SDK such as Source SDK 2013 SP or MP.
`Universal Valve Toolbox is not affiliated with Valve Corporation.`
# Settings # Settings
Mod could be changed at `settings.json` with `ToolboxMod` section. Supported mods: `retail`, `bundle`, `dev`. Mod could be changed at `settings.json` with `ToolboxMod` section. Supported mods: `retail`, `bundle`, `dev`.
## Retail ## Retail

View File

@ -40,11 +40,9 @@
this.labelIconsBy = new System.Windows.Forms.Label(); this.labelIconsBy = new System.Windows.Forms.Label();
this.linkLabelthoseicons = new System.Windows.Forms.LinkLabel(); this.linkLabelthoseicons = new System.Windows.Forms.LinkLabel();
this.linkLabelsmashicons = new System.Windows.Forms.LinkLabel(); this.linkLabelsmashicons = new System.Windows.Forms.LinkLabel();
this.labelEpicMorgSteamPathsLibdll = new System.Windows.Forms.Label();
this.labelFacepunchSteamworksWin32dll = new System.Windows.Forms.Label(); this.labelFacepunchSteamworksWin32dll = new System.Windows.Forms.Label();
this.labelkasthackbindingwfdll = new System.Windows.Forms.Label(); this.labelkasthackbindingwfdll = new System.Windows.Forms.Label();
this.labelNewtonsoftJsondll = new System.Windows.Forms.Label(); this.labelNewtonsoftJsondll = new System.Windows.Forms.Label();
this.labelGameloopVdf = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox1 = new System.Windows.Forms.GroupBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).BeginInit();
this.groupBox1.SuspendLayout(); this.groupBox1.SuspendLayout();
@ -87,8 +85,8 @@
// //
// pictureBoxLogo // pictureBoxLogo
// //
resources.ApplyResources(this.pictureBoxLogo, "pictureBoxLogo");
this.pictureBoxLogo.Image = global::UniversalValveToolbox.Properties.Resources.toolbox64; this.pictureBoxLogo.Image = global::UniversalValveToolbox.Properties.Resources.toolbox64;
resources.ApplyResources(this.pictureBoxLogo, "pictureBoxLogo");
this.pictureBoxLogo.Name = "pictureBoxLogo"; this.pictureBoxLogo.Name = "pictureBoxLogo";
this.pictureBoxLogo.TabStop = false; this.pictureBoxLogo.TabStop = false;
// //
@ -117,12 +115,6 @@
this.linkLabelsmashicons.TabStop = true; this.linkLabelsmashicons.TabStop = true;
this.linkLabelsmashicons.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelSI_LinkClicked); this.linkLabelsmashicons.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelSI_LinkClicked);
// //
// labelEpicMorgSteamPathsLibdll
//
resources.ApplyResources(this.labelEpicMorgSteamPathsLibdll, "labelEpicMorgSteamPathsLibdll");
this.labelEpicMorgSteamPathsLibdll.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.labelEpicMorgSteamPathsLibdll.Name = "labelEpicMorgSteamPathsLibdll";
//
// labelFacepunchSteamworksWin32dll // labelFacepunchSteamworksWin32dll
// //
resources.ApplyResources(this.labelFacepunchSteamworksWin32dll, "labelFacepunchSteamworksWin32dll"); resources.ApplyResources(this.labelFacepunchSteamworksWin32dll, "labelFacepunchSteamworksWin32dll");
@ -141,20 +133,12 @@
this.labelNewtonsoftJsondll.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.labelNewtonsoftJsondll.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.labelNewtonsoftJsondll.Name = "labelNewtonsoftJsondll"; this.labelNewtonsoftJsondll.Name = "labelNewtonsoftJsondll";
// //
// labelGameloopVdf
//
resources.ApplyResources(this.labelGameloopVdf, "labelGameloopVdf");
this.labelGameloopVdf.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.labelGameloopVdf.Name = "labelGameloopVdf";
//
// groupBox1 // groupBox1
// //
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Controls.Add(this.labelEpicMorgSteamPathsLibdll);
this.groupBox1.Controls.Add(this.labelkasthackbindingwfdll); this.groupBox1.Controls.Add(this.labelkasthackbindingwfdll);
this.groupBox1.Controls.Add(this.labelGameloopVdf);
this.groupBox1.Controls.Add(this.labelNewtonsoftJsondll); this.groupBox1.Controls.Add(this.labelNewtonsoftJsondll);
this.groupBox1.Controls.Add(this.labelFacepunchSteamworksWin32dll); this.groupBox1.Controls.Add(this.labelFacepunchSteamworksWin32dll);
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Name = "groupBox1"; this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false; this.groupBox1.TabStop = false;
// //
@ -200,11 +184,9 @@
private System.Windows.Forms.Label labelIconsBy; private System.Windows.Forms.Label labelIconsBy;
private System.Windows.Forms.LinkLabel linkLabelthoseicons; private System.Windows.Forms.LinkLabel linkLabelthoseicons;
private System.Windows.Forms.LinkLabel linkLabelsmashicons; private System.Windows.Forms.LinkLabel linkLabelsmashicons;
private System.Windows.Forms.Label labelEpicMorgSteamPathsLibdll;
private System.Windows.Forms.Label labelFacepunchSteamworksWin32dll; private System.Windows.Forms.Label labelFacepunchSteamworksWin32dll;
private System.Windows.Forms.Label labelkasthackbindingwfdll; private System.Windows.Forms.Label labelkasthackbindingwfdll;
private System.Windows.Forms.Label labelNewtonsoftJsondll; private System.Windows.Forms.Label labelNewtonsoftJsondll;
private System.Windows.Forms.Label labelGameloopVdf;
private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox1;
} }
} }

View File

@ -8,16 +8,12 @@ namespace UniversalValveToolbox {
InitializeComponent(); InitializeComponent();
#region move to helper #region move to helper
System.Reflection.Assembly assemblyEpicMorgSteamPathsLib = System.Reflection.Assembly.LoadFrom("EpicMorg.SteamPathsLib.dll");
System.Reflection.Assembly assemblyFacepunchSteamworksWin32 = System.Reflection.Assembly.LoadFrom("Facepunch.Steamworks.Win32.dll"); System.Reflection.Assembly assemblyFacepunchSteamworksWin32 = System.Reflection.Assembly.LoadFrom("Facepunch.Steamworks.Win32.dll");
System.Reflection.Assembly assemblykasthackbindingwf = System.Reflection.Assembly.LoadFrom("kasthack.binding.wf.dll"); System.Reflection.Assembly assemblykasthackbindingwf = System.Reflection.Assembly.LoadFrom("kasthack.binding.wf.dll");
System.Reflection.Assembly assemblyGameloopVdf = System.Reflection.Assembly.LoadFrom("Gameloop.Vdf.dll");
System.Reflection.Assembly assemblyNewtonsoftJson = System.Reflection.Assembly.LoadFrom("Newtonsoft.Json.dll"); System.Reflection.Assembly assemblyNewtonsoftJson = System.Reflection.Assembly.LoadFrom("Newtonsoft.Json.dll");
Version verEpicMorgSteamPathsLib = assemblyEpicMorgSteamPathsLib.GetName().Version;
Version verFacepunchSteamworksWin32 = assemblyFacepunchSteamworksWin32.GetName().Version; Version verFacepunchSteamworksWin32 = assemblyFacepunchSteamworksWin32.GetName().Version;
Version verkasthackbindingwf = assemblykasthackbindingwf.GetName().Version; Version verkasthackbindingwf = assemblykasthackbindingwf.GetName().Version;
Version verGameloopVdf = assemblyGameloopVdf.GetName().Version;
Version verNewtonsoftJson = assemblyNewtonsoftJson.GetName().Version; Version verNewtonsoftJson = assemblyNewtonsoftJson.GetName().Version;
#endregion #endregion
@ -26,10 +22,8 @@ namespace UniversalValveToolbox {
labelCopy.Text = Utils.VersionHelper.AssemblyCopyright; labelCopy.Text = Utils.VersionHelper.AssemblyCopyright;
labelCaution.Text = labelTitle.Text + " " + labelCaution.Text; labelCaution.Text = labelTitle.Text + " " + labelCaution.Text;
labelEpicMorgSteamPathsLibdll.Text = "EpicMorg.SteamPathsLib.dll " + verEpicMorgSteamPathsLib.ToString();
labelFacepunchSteamworksWin32dll.Text = "Facepunch.Steamworks.Win32.dll " + verFacepunchSteamworksWin32.ToString(); labelFacepunchSteamworksWin32dll.Text = "Facepunch.Steamworks.Win32.dll " + verFacepunchSteamworksWin32.ToString();
labelkasthackbindingwfdll.Text = "kasthack.binding.wf.dll " + verkasthackbindingwf.ToString(); labelkasthackbindingwfdll.Text = "kasthack.binding.wf.dll " + verkasthackbindingwf.ToString();
labelGameloopVdf.Text = "Gameloop.Vdf.dll " + verGameloopVdf.ToString();
labelNewtonsoftJsondll.Text = "Newtonsoft.Json.dll " + verNewtonsoftJson.ToString(); labelNewtonsoftJsondll.Text = "Newtonsoft.Json.dll " + verNewtonsoftJson.ToString();
} }

File diff suppressed because it is too large Load Diff