diff --git a/README.md b/README.md index 7aa0bc2..4bd66c9 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@ You can track the development of Tackle on it's [Trello page!](https://trello.co Depending on your setup, you might have to manually select your game directory. -You may also need to install the [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-8.0.403-windows-x64-installer) (dw, I'm working on implementing this directly into Tackle!) - ## How do I make my mod compatable with Tackle? In order for your mod to be compatible with Tackle, it just has to follow a simple format! Your mod layout should be as follows: ``` diff --git a/Tackle-src.bat b/Tackle-src.bat index 552418e..9aefcff 100644 --- a/Tackle-src.bat +++ b/Tackle-src.bat @@ -11,7 +11,6 @@ del /q C:\Users\Public\Downloads\ver.txt ::Debug version warning powershell -Command "& {Add-Type -AssemblyName System.Windows.Forms; [System.Windows.Forms.MessageBox]::Show('You are running a debug version! Here be dragons!', 'Tackle Simple Installer v%currentver% - @uncreativecultist', 'OK', [System.Windows.Forms.MessageBoxIcon]::Information);}" -) if %ver%==%currentver% ( goto checklocation ) else (