Various Mod Updates for SPT 3.11

This commit is contained in:
2025-05-13 05:33:12 -04:00
parent 306af72daf
commit 37519a6093
462 changed files with 21565 additions and 4784 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
[General]
gameName=spt
modid=0
version=d2024.12.16.0
version=d2025.5.13.0
newestVersion=
category="1,"
nexusFileStatus=1
installationFile=Skwizzy-LootingBots-1.4.0.zip
installationFile=Skwizzy-LootingBots-1.5.2.zip
repository=Nexus
ignoredVersion=
comments=
@@ -1,4 +1,4 @@
{
"pmcSpawnWithLoot": true,
"scavSpawnWithLoot": false
"scavSpawnWithLoot": true
}
@@ -1,10 +1,10 @@
{
"name": "LootingBots-ServerMod",
"version": "1.4.0",
"version": "1.5.2",
"main": "src/mod.js",
"license": "MIT",
"author": "Skwizzy",
"sptVersion": "~3.10",
"sptVersion": "~3.11",
"scripts": {
"setup": "npm i",
"build": "node ./packageBuild.ts"
@@ -20,4 +20,4 @@
"tsyringe": "4.7.0",
"typescript": "4.9.4"
}
}
}