diff --git a/mods/Config Files/BepInEx/config/com.fika.core.cfg b/mods/Config Files/BepInEx/config/com.fika.core.cfg index 28771e3..ad08d31 100644 --- a/mods/Config Files/BepInEx/config/com.fika.core.cfg +++ b/mods/Config Files/BepInEx/config/com.fika.core.cfg @@ -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 diff --git a/mods/Foldables/BepInEx/plugins/ozen-Foldables/Foldables.dll b/mods/Foldables/BepInEx/plugins/ozen-Foldables/Foldables.dll new file mode 100644 index 0000000..246c178 Binary files /dev/null and b/mods/Foldables/BepInEx/plugins/ozen-Foldables/Foldables.dll differ diff --git a/mods/Foldables/User/Mods/SPT/user/mods/ozen-Foldables/Foldables.Server.dll b/mods/Foldables/User/Mods/SPT/user/mods/ozen-Foldables/Foldables.Server.dll new file mode 100644 index 0000000..e8c691d Binary files /dev/null and b/mods/Foldables/User/Mods/SPT/user/mods/ozen-Foldables/Foldables.Server.dll differ diff --git a/mods/Foldables/User/Mods/SPT/user/mods/ozen-Foldables/config/config.json b/mods/Foldables/User/Mods/SPT/user/mods/ozen-Foldables/config/config.json new file mode 100644 index 0000000..66b39a9 --- /dev/null +++ b/mods/Foldables/User/Mods/SPT/user/mods/ozen-Foldables/config/config.json @@ -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 + } + } + ] +} diff --git a/mods/Foldables/User/Mods/SPT/user/mods/ozen-Foldables/config/locales/en.json b/mods/Foldables/User/Mods/SPT/user/mods/ozen-Foldables/config/locales/en.json new file mode 100644 index 0000000..698a3a7 --- /dev/null +++ b/mods/Foldables/User/Mods/SPT/user/mods/ozen-Foldables/config/locales/en.json @@ -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)" +} diff --git a/mods/Foldables/meta.ini b/mods/Foldables/meta.ini new file mode 100644 index 0000000..9c65a80 --- /dev/null +++ b/mods/Foldables/meta.ini @@ -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 diff --git a/mods/Weapon Customizer - Server/User/Mods/SPT/user/mods/Tyfon.WeaponCustomizer.Server/Tyfon.WeaponCustomizer.Server.dll b/mods/Weapon Customizer - Server/User/Mods/SPT/user/mods/Tyfon.WeaponCustomizer.Server/Tyfon.WeaponCustomizer.Server.dll new file mode 100644 index 0000000..9dc0132 Binary files /dev/null and b/mods/Weapon Customizer - Server/User/Mods/SPT/user/mods/Tyfon.WeaponCustomizer.Server/Tyfon.WeaponCustomizer.Server.dll differ diff --git a/mods/Weapon Customizer - Server/meta.ini b/mods/Weapon Customizer - Server/meta.ini new file mode 100644 index 0000000..fbc0b2a --- /dev/null +++ b/mods/Weapon Customizer - Server/meta.ini @@ -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 diff --git a/profiles/Multiplayer/modlist.txt b/profiles/Multiplayer/modlist.txt index f072b83..0b71d8c 100644 --- a/profiles/Multiplayer/modlist.txt +++ b/profiles/Multiplayer/modlist.txt @@ -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 diff --git a/profiles/Server/modlist.txt b/profiles/Server/modlist.txt index 04df380..7993817 100644 --- a/profiles/Server/modlist.txt +++ b/profiles/Server/modlist.txt @@ -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