From e77e0f46ca9f6bf31bc0b8fd153476f79bfd221f Mon Sep 17 00:00:00 2001 From: SilentSys Date: Thu, 3 Mar 2016 00:35:33 -0800 Subject: [PATCH] v1.3.0 Changes: * No longer required to choose SteamApps or UserData folders. * New games (Games other than CS:GO have not been vigorously tested. They may not work.) * Fixed "Cannot access the file" error. * Fixed "Unknown command 'voice_fadeouttime'" error. --- SLAM/Form1.vb | 5 ++++- SLAM/My Project/AssemblyInfo.vb | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/SLAM/Form1.vb b/SLAM/Form1.vb index 0748f28..40856aa 100644 --- a/SLAM/Form1.vb +++ b/SLAM/Form1.vb @@ -14,7 +14,6 @@ Public Class Form1 Dim running As Boolean = False Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load - 'DisableInterface() RefreshPlayKey() If My.Settings.UpdateCheck Then @@ -106,7 +105,10 @@ Public Class Form1 If GameSelector.Items.Contains(My.Settings.LastGame) Then GameSelector.Text = GameSelector.Items(GameSelector.Items.IndexOf(My.Settings.LastGame)).ToString + Else + GameSelector.Text = GameSelector.Items(0).ToString End If + ReloadTracks(GetCurrentGame) RefreshTrackList() @@ -463,6 +465,7 @@ Public Class Form1 End If End If + Thread.Sleep(Game.PollInterval) Loop Catch ex As Exception LogError(ex) diff --git a/SLAM/My Project/AssemblyInfo.vb b/SLAM/My Project/AssemblyInfo.vb index 718ba92..6161e1c 100644 --- a/SLAM/My Project/AssemblyInfo.vb +++ b/SLAM/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' by using the '*' as shown below: ' - - + +