Compare commits

..

No commits in common. "main" and "v2.0.2" have entirely different histories.
main ... v2.0.2

2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,8 @@ 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:
```

View File

@ -11,6 +11,7 @@ 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 (