This commit is contained in:
2026-02-09 22:44:54 +02:00
commit f4a6458690
249 changed files with 349313 additions and 0 deletions

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)"
}

View File

@@ -0,0 +1,21 @@
{
// Server locales
"set-properties": "Для {{name}} ({{id}}) установлен размер в свёрнутом виде: {{size}} и время свёртывания: {{time}}",
"set-properties-skip": "Объект {{name}} ({{id}}) пропущен, так как размер свёртывания остался прежним.",
"missing-override-properties": "Для идентификатора %s не найдены override свойства. Это ожидаемо?",
"added-backpacks": "Рюкзакам %s добавлена возможность складывания",
"added-vests": "Жилетам %s добавлена возможность складывания",
"added-headphones": "Наушникам %s добавлена возможность складывания",
"load-success": "успешно загружен!",
// Client locales
"Container is folded": "Контейнер сложен",
"Item is folded and can't unfold in place": "Предмет сложен и не раскладывается на месте",
"Cannot fold the item now": "Сейчас нельзя сложить этот предмет",
"Cannot fold the item while moving": "Невозможно сложить предмет во время его перемещения",
"Cannot fold the container with items inside": "Контейнер с содержимым внутри нельзя сложить",
"Cannot fold the container with unsearched items inside": "Нельзя сложить контейнер с необысканными предметами",
"Cannot fold while the item is equipped": "Нельзя сложить экипированный предмет",
"Do you want to spill the contents of {0} and fold?": "Вы хотите извлечь содержимое {0} и сложить его?",
" (Folded)": " (Сложено)"
}