init
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
####################################################################################################
|
||||
Package:Microsoft.Extensions.FileSystemGlobbing
|
||||
Version:9.0.12
|
||||
project URL:https://dot.net/
|
||||
Description:File system globbing to find files matching a specified pattern.
|
||||
licenseUrl:https://licenses.nuget.org/MIT
|
||||
license Type:MIT
|
||||
|
||||
####################################################################################################
|
||||
Package:SPTarkov.Common
|
||||
Version:4.0.11
|
||||
project URL:https://sp-tarkov.com/
|
||||
Description:Common shared library for the Single Player Tarkov projects.
|
||||
licenseUrl:https://www.nuget.org/packages/SPTarkov.Common/4.0.11/License
|
||||
license Type:LICENSE
|
||||
|
||||
####################################################################################################
|
||||
Package:SPTarkov.DI
|
||||
Version:4.0.11
|
||||
project URL:https://sp-tarkov.com/
|
||||
Description:Dependency injection shared library for the Single Player Tarkov projects.
|
||||
licenseUrl:https://www.nuget.org/packages/SPTarkov.DI/4.0.11/License
|
||||
license Type:LICENSE
|
||||
|
||||
####################################################################################################
|
||||
Package:SPTarkov.Server.Core
|
||||
Version:4.0.11
|
||||
project URL:https://sp-tarkov.com/
|
||||
Description:Core library for the Single Player Tarkov server.
|
||||
licenseUrl:https://www.nuget.org/packages/SPTarkov.Server.Core/4.0.11/License
|
||||
license Type:LICENSE
|
||||
|
||||
####################################################################################################
|
||||
Package:System.IO.Hashing
|
||||
Version:9.0.9
|
||||
project URL:https://dot.net/
|
||||
Description:Provides non-cryptographic hash algorithms, such as CRC-32.
|
||||
|
||||
Commonly Used Types:
|
||||
System.IO.Hashing.Crc32
|
||||
System.IO.Hashing.XxHash32
|
||||
licenseUrl:https://licenses.nuget.org/MIT
|
||||
license Type:MIT
|
||||
|
||||
BIN
com.swiftxp.spt.themodfather/SwiftXP.SPT.TheModfather.Server.dll
Normal file
BIN
com.swiftxp.spt.themodfather/SwiftXP.SPT.TheModfather.Server.dll
Normal file
Binary file not shown.
15
com.swiftxp.spt.themodfather/config/config.json
Normal file
15
com.swiftxp.spt.themodfather/config/config.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"ConfigVersion": "1.0.1",
|
||||
"SyncedPaths": [
|
||||
"SwiftXP.SPT.TheModfather.Updater.exe",
|
||||
"BepInEx/plugins/**/*"
|
||||
],
|
||||
"ExcludedPaths": [
|
||||
"BepInEx/patchers/spt-prepatch.dll",
|
||||
"BepInEx/plugins/spt/**/*",
|
||||
"**/*.log",
|
||||
"BepInEx/plugins/SAIN/BotTypes.json",
|
||||
"BepInEx/plugins/SAIN/Default Bot Config Values/**/*",
|
||||
"BepInEx/plugins/SAIN/Presets/**/*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user