Added New Mods; Updated Server Profile

This commit is contained in:
Rage-GitHub 2025-11-22 19:36:02 -05:00
parent fdcc02d335
commit 1c16e40a3f
10 changed files with 185 additions and 7 deletions

View File

@ -124,7 +124,7 @@ Keybind Overlay = true
[Coop | Name Plates]
## Disabled by server host
## If name plates should be shown above teammates.
# Setting type: Boolean
# Default value: true
Show Player Name Plates = true

View File

@ -0,0 +1,97 @@
{
"MaxFoldingTime": 5,
// Advanced configuration
"DebugLogs": false,
"Overrides": {
// Sample override for santa's backpack
"61b9e1aaef9a1b5d6a79899a": {
"FoldedSize": {
"width": 3,
"height": 3
},
"FoldingTime": 5
},
// Disable dev backpack. Do NOT remove - will mess with cell sizes if removed.
"56e294cdd2720b603a8b4575": {
"Foldable": false
},
// All headphones fold time 1 second
"5645bcb74bdc2ded0b8b4578": {
"FoldingTime": 1
}
},
"BackpackFoldedCellSizes": [
{
"MaxGridCount": 24,
"CellSize": {
"width": 1,
"height": 2
}
},
{
"MaxGridCount": 34,
"CellSize": {
"width": 2,
"height": 2
}
},
{
"MaxGridCount": 42,
"CellSize": {
"width": 2,
"height": 3
}
},
{
// MaxGridCount must be 0 for default cell size
"MaxGridCount": 0,
// Default cell size, for gridCount > 42
"CellSize": {
"width": 2,
"height": 4
}
}
],
"VestFoldedCellSizes": [
{
"MaxGridCount": 18,
"CellSize": {
"width": 1,
"height": 2
}
},
{
"MaxGridCount": 24,
"CellSize": {
"width": 1,
"height": 3
}
},
{
// MaxGridCount must be 0 for default cell size
"MaxGridCount": 0,
// Default cell size, for gridCount > 24
"CellSize": {
"width": 2,
"height": 3
}
}
],
"HeadphonesFoldedCellSizes": [
{
"MaxGridCount": 2,
"CellSize": {
"width": 1,
"height": 1
}
},
{
"MaxGridCount": 0,
"CellSize": {
"width": 1,
"height": 2
}
}
]
}

View File

@ -0,0 +1,21 @@
{
// Server locales
"set-properties": "Set {{name}} ({{id}}) folded size to: {{size}} and folding time to: {{time}}",
"set-properties-skip": "Skipping {{name}} ({{id}}), no change in folding size",
"missing-override-properties": "Missing override properties for id: %s. Is this intended?",
"added-backpacks": "Added foldable properties to %s backpacks",
"added-vests": "Added foldable properties to %s vests",
"added-headphones": "Added foldable properties to %s headphones",
"load-success": "loaded successfully!",
// Client locales
"Container is folded": "Container is folded",
"Item is folded and can't unfold in place": "Item is folded and can't unfold in place",
"Cannot fold the item now": "Cannot fold the item now",
"Cannot fold the item while moving": "Cannot fold the item while moving",
"Cannot fold the container with items inside": "Cannot fold the container with items inside",
"Cannot fold the container with unsearched items inside": "Cannot fold the container with unsearched items inside",
"Cannot fold while the item is equipped": "Cannot fold while the item is equipped",
"Do you want to spill the contents of {0} and fold?": "Do you want to spill the contents of {0} and fold?",
" (Folded)": " (Folded)"
}

28
mods/Foldables/meta.ini Normal file
View File

@ -0,0 +1,28 @@
[General]
gameName=spt
modid=0
version=d2025.11.22.0
newestVersion=
category="-1,"
nexusFileStatus=1
installationFile=ozen-Foldables-1.0.1.zip
repository=Nexus
ignoredVersion=
comments=
notes=
nexusDescription=
url=
hasCustomURL=false
lastNexusQuery=
lastNexusUpdate=
nexusLastModified=2025-11-23T00:30:07Z
nexusCategory=0
converted=false
validated=false
color=@Variant(\0\0\0\x43\0\xff\xff\0\0\0\0\0\0\0\0)
tracked=0
[installedFiles]
1\modid=0
1\fileid=0
size=1

View File

@ -0,0 +1,28 @@
[General]
gameName=spt
modid=0
version=d2025.10.23.0
newestVersion=
category="-1,"
nexusFileStatus=1
installationFile=com.tyfon.weaponcustomizer_3.0.0.zip
repository=
ignoredVersion=
comments=
notes=
nexusDescription=
url=
hasCustomURL=false
lastNexusQuery=
lastNexusUpdate=
nexusLastModified=2025-11-23T00:32:20Z
nexusCategory=0
converted=false
validated=false
color=@Variant(\0\0\0\x43\0\xff\xff\0\0\0\0\0\0\0\0)
tracked=0
[installedFiles]
1\modid=0
1\fileid=0
size=1

View File

@ -15,12 +15,14 @@
+Acid's Bot Placement System
-AI & Combat Tweaks_separator
-New Weapons & Gear_separator
-Weapon Customizer - Server
+Weapon Customizer
-Weapon Tweaks & Balancing_separator
-Hideout Changes_separator
+Plant Time Modifier
-Quest Tweaks_separator
+New Traders & Tweaks_separator
+Foldables
+Station Refueling
+Server Value Modifier
+Gameplay Tweaks_separator

View File

@ -7,28 +7,30 @@
+Modlist Addons_separator
+Tools & Debugging_separator
+Seasons Rotator
+Hollywood FX
+Visceral Combat
-Hollywood FX
-Visceral Combat
-VFX & Atmosphere_separator
+Sound Effects_separator
+SAIN
+Acid's Bot Placement System
-AI & Combat Tweaks_separator
-New Weapons & Gear_separator
+Weapon Customizer
+Weapon Customizer - Server
-Weapon Customizer
-Weapon Tweaks & Balancing_separator
-Hideout Changes_separator
+Plant Time Modifier
-Quest Tweaks_separator
+New Traders & Tweaks_separator
+Foldables
+Station Refueling
+Server Value Modifier
+Gameplay Tweaks_separator
+New Items & Keys_separator
+SFX & Music_separator
+Equip From Weapon Rack
+Trader Scrolling
+Player Encumberance Bar
-Equip From Weapon Rack
-Trader Scrolling
-Player Encumberance Bar
+Dynamic Maps - Server Files
-Dynamic Maps
+UI Fixes