diff --git a/SLAM/App.config b/SLAM/App.config index cdb693c..0ab197a 100644 --- a/SLAM/App.config +++ b/SLAM/App.config @@ -1,12 +1,12 @@ - + - -
+ +
- + @@ -14,7 +14,7 @@ X - + False @@ -57,4 +57,4 @@ - \ No newline at end of file + diff --git a/SLAM/Form1.vb b/SLAM/Form1.vb index 8e3afc0..2a1cae2 100644 --- a/SLAM/Form1.vb +++ b/SLAM/Form1.vb @@ -34,9 +34,9 @@ Public Class Form1 End If Dim csgo As New SourceGame - csgo.name = "Counter-Strike: Global Offensive" - csgo.id = 730 - csgo.directory = "common\Counter-Strike Global Offensive\" + csgo.name = "CS:GO [Legacy Version]" + csgo.id = 4465480 + csgo.directory = "common\csgo legacy\" csgo.ToCfg = "csgo\cfg\" csgo.libraryname = "csgo\" csgo.exename = "csgo" diff --git a/SLAM/My Project/Application.Designer.vb b/SLAM/My Project/Application.Designer.vb index 7e711c0..e82704f 100644 --- a/SLAM/My Project/Application.Designer.vb +++ b/SLAM/My Project/Application.Designer.vb @@ -34,5 +34,11 @@ Namespace My Protected Overrides Sub OnCreateMainForm() Me.MainForm = Global.SLAM.Form1 End Sub + + _ + Protected Overrides Function OnInitialize(ByVal commandLineArgs As System.Collections.ObjectModel.ReadOnlyCollection(Of String)) As Boolean + Me.MinimumSplashScreenDisplayTime = 0 + Return MyBase.OnInitialize(commandLineArgs) + End Function End Class End Namespace diff --git a/SLAM/My Project/Resources.Designer.vb b/SLAM/My Project/Resources.Designer.vb index 2844198..56e2fed 100644 --- a/SLAM/My Project/Resources.Designer.vb +++ b/SLAM/My Project/Resources.Designer.vb @@ -22,7 +22,7 @@ Namespace My.Resources ''' ''' A strongly-typed resource class, for looking up localized strings, etc. ''' - _ diff --git a/SLAM/My Project/Settings.Designer.vb b/SLAM/My Project/Settings.Designer.vb index 11498d4..9d5f94c 100644 --- a/SLAM/My Project/Settings.Designer.vb +++ b/SLAM/My Project/Settings.Designer.vb @@ -15,7 +15,7 @@ Option Explicit On Namespace My _ Partial Friend NotInheritable Class MySettings Inherits Global.System.Configuration.ApplicationSettingsBase @@ -29,7 +29,7 @@ Namespace My Private Shared addedHandlerLockObject As New Object _ - Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs) + Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs) If My.Application.SaveMySettingsOnExit Then My.Settings.Save() End If diff --git a/SLAM/SLAM.vbproj b/SLAM/SLAM.vbproj index 542c0c3..9971dc5 100644 --- a/SLAM/SLAM.vbproj +++ b/SLAM/SLAM.vbproj @@ -11,7 +11,7 @@ SLAM 512 WindowsForms - v4.5 + v4.8 false publish\ true @@ -27,6 +27,7 @@ 1.0.0.%2a false true + AnyCPU @@ -135,6 +136,7 @@ True Application.myapp + True True