Files
browser/plugins/examples/scum-server-plugin/data-packs/scum-config-v57/map-geometry.json
T
npc0-hue 59a8657297 Add SCUM entity catalog with extracted map and icons
- Import 2492 entity records (2391 items, 54 vehicles, 25 zombies, 12 animals, 10 armed NPCs) with spawn commands and icon names from the SCUM Admin Helper 0.4.0.5 payload.
- Ship the 2604 extracted item/NPC icons plus 4096 terrain, topo, night and building-zone map layers.
- Resolve vehicle icons through the catalog so live-map and trajectory markers cover every known vehicle class.
- Point map geometry and the live map background at the 4096 terrain layer.
2026-09-15 15:56:44 +08:00

28 lines
710 B
JSON

{
"version": 1,
"mapId": "scum-island",
"databaseUserVersion": 57,
"units": "unreal-centimeters",
"image": {
"path": "assets/map/scum-map-terrain-4096.webp",
"width": 4096,
"height": 4096
},
"defaultBounds": {
"worldMinX": -905000,
"worldMinY": -905000,
"worldMaxX": 619000,
"worldMaxY": 619000
},
"runtimeOverride": {
"configMapKey": "server-settings",
"section": "World",
"enabledField": "scum.CustomMapEnabled",
"centerXField": "scum.CustomMapCenterXCoordinate",
"centerYField": "scum.CustomMapCenterYCoordinate",
"widthField": "scum.CustomMapWidth",
"heightField": "scum.CustomMapHeight",
"kilometersToWorldUnits": 100000
}
}