Archived
Added New Mods; Updated Server Profile
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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)"
|
||||
}
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user