diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
new file mode 100644
index 0000000..d956d12
--- /dev/null
+++ b/.github/FUNDING.yml
@@ -0,0 +1,3 @@
+# These are supported funding model platforms
+
+ko_fi: glenn_m
diff --git a/README.md b/README.md
index ca2cd3e..a0c7f80 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ There are different methods of running the PowerShell script. The methods are as
2) This will allow the script to run without having to do the above steps but Powershell will ask if you're sure you want to run this script.
-
That's it! Next time you start BTD Battles, BTD5, SAS3, Countersnipe, or SAS4 on the archive they will be modded to link to the private server, allowing you to play.
Enjoy!!
+
That's it! Next time you start BTD Battles, BTD5, SAS3, Countersnipe, or SAS4 on the archive they will be modded to link to the private server, allowing you to play online with other players.
Enjoy!!
Since the games are fairly inactive, you can play "solo" multiplayer with the following methods:
join code 400 in SAS4 to play a boosted game with bots(works in any mode)
bots for battles flash(will require some code changes to work)
@@ -117,4 +117,4 @@ Some useful tools for analyzing client and server behavior are
If you have questions or concerns feel free to message me on discord: glenn_m
-or join: https://discord.gg/VVGuvq7kAv
+or join: https://discord.gg/VVGuvq7kAv
diff --git a/client/FlashClient.ps1 b/client/FlashClient.ps1
index 109e834..f6e7186 100644
--- a/client/FlashClient.ps1
+++ b/client/FlashClient.ps1
@@ -1,14 +1,14 @@
"Checking for Ninja Kiwi Archive..."
if ($IsWindows -or $ENV:OS) {
$cache = $env:APPDATA + '\Ninja Kiwi Archive\Cache'
- $zippath = 'https://github.com/GlennnM/FlashPrivateServer/releases/download/v3.6.1/cache_windows.zip'
+ $zippath = 'https://github.com/GlennnM/FlashPrivateServer/releases/download/v3.7/cache_windows.zip'
$filename = 'cache_windows.zip'
- $FULL_SIZE = 45228344
+ $FULL_SIZE = 45361249
} else {
$cache = $HOME + '/Library/Application Support/Ninja Kiwi Archive/Cache'
- $zippath = 'https://github.com/GlennnM/FlashPrivateServer/releases/download/v3.6.1/cache_osx.zip'
+ $zippath = 'https://github.com/GlennnM/FlashPrivateServer/releases/download/v3.7/cache_osx.zip'
$filename = 'cache_osx.zip'
- $FULL_SIZE = 45045216
+ $FULL_SIZE = 45178267
}
[int]$FULL_MB = $FULL_SIZE / 0.1MB
$FULL_MB_FLOAT = $FULL_MB / 10
@@ -36,7 +36,7 @@ if (Test-Path -Path $cache) {
"Archive cache cleared!"
try {
"Checking version..."
- $N.DownloadFile('https://github.com/GlennnM/FlashPrivateServer/raw/main/v3.6.1.txt',$cache + '/test.txt')
+ $N.DownloadFile('https://github.com/GlennnM/FlashPrivateServer/raw/main/v3.7.txt',$cache + '/test.txt')
Remove-Item $cache'/test.txt'
"Version check successful!"
} catch {
diff --git a/v3.6.1.txt b/v3.7.txt
similarity index 100%
rename from v3.6.1.txt
rename to v3.7.txt