Skip to content

Commit

Permalink
I am sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
Traderain committed May 6, 2020
1 parent 7a63f7f commit 6d36e8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion WolvenKit.Wwise/SoundCache/Sound_Cache.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class SoundCache : IWitcherArchiveType
public string TypeName { get { return "SoundCache"; } }
public string FileName { get; set; }

public static SoundBanksInfoXML info => new SoundBanksInfoXML("SoundCache\\soundbanksinfo.xml");
public static SoundBanksInfoXML info = new SoundBanksInfoXML("SoundCache\\soundbanksinfo.xml");

/// <summary>
/// The files packed into the original soundcache.
Expand Down
2 changes: 2 additions & 0 deletions WolvenKit/Forms/frmSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ WolvenKit can patch this with a method figured out by blobbins on the witcher 3
//wcc_lite is installed to C:\\Program files
MessageBox.Show("Please restart WolvenKit as administrator. Couldn't access " + txWCC_Lite.Text,
"Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
// Exit with error code 0 so we don't raise a windows error and the user can restart it so we have access to the files.
Environment.Exit(0);
}
catch (Exception exception)
{
Expand Down

0 comments on commit 6d36e8b

Please sign in to comment.