Files
gameserver/RCCService/PlatformContent/pc/terrain/materials.json
T
2026-07-06 14:01:11 -04:00

171 lines
4.5 KiB
JSON

{
"platform": "pc",
"atlas":
{
"pc": {
"width": 2048,
"height": 2048,
"tileSize": 256,
"tileCount": 6,
"sliceSize": 512,
"borderSize": 42
},
"ios": {
"width": 2048,
"height": 2048,
"tileSize": 256,
"tileCount": 6,
"borderSize": 42
},
"android": {
"width": 2048,
"height": 2048,
"tileSize": 256,
"tileCount": 6,
"borderSize": 42
},
"durango": {
"width": 32,
"height": 32,
"tileSize": 4,
"tileCount": 6,
"sliceSize": 512,
"borderSize": 42
}
},
"materials":
[
{
"name": "Air"
},
{
"name": "Water",
"water": 0.5
},
{
"name": "Grass",
"texture_top": { "tiling": 0.25, "detiling": 0.25, "rotation": 1.0 },
"texture_side": { "tiling": 0.2, "detiling": 0.2 },
"texture_bottom": { "tiling": 0.45, "detiling": 0.45 }
},
{
"name": "Slate",
"shift": 0.1,
"texture": { "tiling": 0.55, "detiling": 0.55 }
},
{
"name": "Concrete",
"quantize": 0.5,
"type": "hard",
"texture_top": { "tiling": 0.5, "detiling": 0.8 },
"texture_side": { "tiling": 0.4, "detiling": 0.4 }
},
{
"name": "Brick",
"cubify": 1,
"type": "hard",
"mapping": "cube",
"texture": { "tiling": 0.80, "detiling": 0.20 }
},
{
"name": "Sand",
"texture_top": { "tiling": 0.25, "detiling": 0.25 },
"texture_side": { "tiling": 0.25, "detiling": 0.55 }
},
{
"name": "WoodPlanks",
"cubify": 1.0,
"type": "hard",
"mapping": "cube",
"texture": { "tiling": 0.8, "detiling": 0.5 }
},
{
"name": "Rock",
"shift": 0.3,
"type": "hardsoft",
"texture": { "tiling": 0.55, "detiling": 0.55, "rotation": 0.5 }
},
{
"name": "Glacier",
"texture_top": { "tiling": 0.23, "detiling": 0.55 },
"texture_side": { "tiling": 0.2, "detiling": 0.9 },
"texture_bottom": { "tiling": 0.23, "detiling": 0.6 }
},
{
"name": "Snow",
"texture": { "tiling": 0.3, "detiling": 0.3 }
},
{
"name": "Sandstone",
"texture_top": { "tiling": 0.5, "detiling": 0.7, "rotation": 0.5 },
"texture_side": { "tiling": 0.3, "detiling": 0.5003 },
"texture_bottom": { "tiling": 0.45, "detiling": 0.45 }
},
{
"name": "Mud",
"texture": { "tiling": 0.3, "detiling": 0.1 }
},
{
"name": "Basalt",
"shift": 0.2,
"type": "hardsoft",
"texture": { "tiling": 0.55, "detiling": 0.55 }
},
{
"name": "Ground",
"texture": { "tiling": 0.3, "detiling": 0.3, "rotation": 0.5 }
},
{
"name": "CrackedLava",
"shift": 0.1,
"texture": { "tiling": 0.28, "detiling": 0.3, "rotation": 0.5 }
},
{
"name": "Asphalt",
"texture_top": { "tiling": 0.25, "detiling": 0.23 },
"texture_side": { "tiling": 0.2, "detiling": 0.9 }
},
{
"name": "Cobblestone",
"quantize": 0.15,
"type": "hardsoft",
"texture_top": { "tiling": 0.23, "detiling": 0.25 },
"texture_side": { "tiling": 0.2, "detiling": 0.9 }
},
{
"name": "Ice",
"shift": 0.15,
"texture_top": { "tiling": 0.25, "detiling": 0.25, "rotation": 0.1 },
"texture_side": { "tiling": 0.25, "detiling": 0.25 }
},
{
"name": "LeafyGrass",
"texture_top": { "tiling": 0.25, "detiling": 0.33, "rotation": 1 },
"texture_side": { "tiling": 0.25, "detiling": 0.25 }
},
{
"name": "Salt",
"texture_top": { "tiling": 0.23, "detiling": 0.55 },
"texture_side": { "tiling": 0.2, "detiling": 0.9}
},
{
"name": "Limestone",
"texture_top": { "tiling": 0.25, "detiling": 0.55, "rotation": 0.1 },
"texture_side": { "tiling": 0.25, "detiling": 0.5 }
},
{
"name": "Pavement",
"quantize": 0.25,
"type": "hardsoft",
"texture_top": { "tiling": 0.46, "detiling": 0.25 },
"texture_side": { "tiling": 0.46, "detiling": 0.25 }
}
]
}