2023-10-26 17:20:51 +02:00
|
|
|
{
|
|
|
|
"blue": {
|
|
|
|
"description": "Blue lines"
|
|
|
|
},
|
|
|
|
"holes": {
|
|
|
|
"description": "Metal with holes"
|
|
|
|
},
|
|
|
|
"white2": {
|
|
|
|
"description": "plastic",
|
|
|
|
"colorable": true,
|
2024-09-15 20:45:28 +02:00
|
|
|
"sounds": "stone",
|
|
|
|
"signs_banner": true,
|
|
|
|
"signs_banner_color": "#000"
|
2023-10-26 17:20:51 +02:00
|
|
|
},
|
|
|
|
"super_white": {
|
|
|
|
"description": "Super Plastic",
|
|
|
|
"light": 11,
|
2024-09-26 19:35:28 +02:00
|
|
|
"sounds": "stone",
|
|
|
|
"texture_name": "white2"
|
2023-10-26 17:20:51 +02:00
|
|
|
},
|
|
|
|
"ultra_white": {
|
|
|
|
"description": "Ultra Plastic",
|
|
|
|
"light": 14,
|
2024-09-26 19:35:28 +02:00
|
|
|
"sounds": "stone",
|
|
|
|
"texture_name": "white2"
|
2023-10-26 17:20:51 +02:00
|
|
|
},
|
|
|
|
"engine": {
|
|
|
|
"description": "Engine"
|
|
|
|
},
|
|
|
|
"wall": {
|
|
|
|
"description": "metal wall"
|
|
|
|
},
|
|
|
|
"white": {
|
|
|
|
"description": "plastic wall",
|
|
|
|
"colorable": true,
|
|
|
|
"sounds": "stone"
|
|
|
|
},
|
|
|
|
"stripes2top": {
|
|
|
|
"description": "Dirty metal block"
|
|
|
|
},
|
|
|
|
"rough": {
|
|
|
|
"description": "rough metal"
|
|
|
|
},
|
|
|
|
"lighttop": {
|
2024-01-29 17:26:15 +01:00
|
|
|
"description": "metal block",
|
|
|
|
"slat": true
|
2023-10-26 17:20:51 +02:00
|
|
|
},
|
|
|
|
"red": {
|
|
|
|
"description": "red lines"
|
|
|
|
},
|
|
|
|
"green": {
|
|
|
|
"description": "green lines"
|
|
|
|
},
|
|
|
|
"vent2": {
|
|
|
|
"description": "vent"
|
|
|
|
},
|
2024-05-03 11:02:46 +02:00
|
|
|
"vent3": {
|
|
|
|
"description": "transparent vent",
|
|
|
|
"texture_name": "vent2",
|
|
|
|
"texture_modifier": "^[makealpha:33,33,33",
|
|
|
|
"drawtype": "glasslike"
|
|
|
|
},
|
2023-10-26 17:20:51 +02:00
|
|
|
"stripes": {
|
2024-01-29 17:26:15 +01:00
|
|
|
"description": "hazard stripes",
|
2024-09-15 19:42:47 +02:00
|
|
|
"slat": true,
|
|
|
|
"advtrains_platform": true
|
2023-10-26 17:20:51 +02:00
|
|
|
},
|
|
|
|
"rust": {
|
|
|
|
"description": "rusty metal"
|
|
|
|
},
|
|
|
|
"mesh": {
|
|
|
|
"description": "metal mesh"
|
|
|
|
},
|
|
|
|
"black": {
|
2024-09-15 20:45:28 +02:00
|
|
|
"description": "black wall",
|
|
|
|
"signs_banner": true
|
2023-10-26 17:20:51 +02:00
|
|
|
},
|
|
|
|
"blackoct": {
|
|
|
|
"description": "black octagon"
|
|
|
|
},
|
|
|
|
"blackpipe": {
|
|
|
|
"description": "black pipe"
|
|
|
|
},
|
|
|
|
"blacktile": {
|
|
|
|
"description": "black tile"
|
|
|
|
},
|
|
|
|
"blacktile2": {
|
|
|
|
"description": "black tile 2"
|
|
|
|
},
|
|
|
|
"blackvent": {
|
|
|
|
"description": "black vent"
|
|
|
|
},
|
|
|
|
"bluebars": {
|
|
|
|
"description": "blue bars"
|
|
|
|
},
|
|
|
|
"bluemetal": {
|
2024-09-15 20:45:28 +02:00
|
|
|
"description": "blue metal",
|
|
|
|
"signs_banner": true
|
2023-10-26 17:20:51 +02:00
|
|
|
},
|
|
|
|
"bluetile": {
|
2024-01-29 17:26:15 +01:00
|
|
|
"description": "blue tile",
|
|
|
|
"slat": true
|
2023-10-26 17:20:51 +02:00
|
|
|
},
|
|
|
|
"greytile": {
|
|
|
|
"description": "grey tile"
|
|
|
|
},
|
|
|
|
"mesh2": {
|
|
|
|
"description": "metal floormesh"
|
|
|
|
},
|
2024-05-03 11:02:46 +02:00
|
|
|
"mesh3": {
|
|
|
|
"description": "transparent metal floormesh",
|
2024-05-04 19:10:12 +02:00
|
|
|
"texture_name": "mesh",
|
|
|
|
"texture_modifier": "^[contrast:10:-50^[makealpha:0,0,0",
|
2024-05-03 11:02:46 +02:00
|
|
|
"drawtype": "glasslike"
|
|
|
|
},
|
2023-10-26 17:20:51 +02:00
|
|
|
"pipe": {
|
|
|
|
"description": "wall pipe"
|
|
|
|
},
|
|
|
|
"pipeside": {
|
|
|
|
"description": "side pipe"
|
|
|
|
},
|
|
|
|
"tile": {
|
|
|
|
"description": "white tile"
|
|
|
|
},
|
|
|
|
"whiteoct": {
|
|
|
|
"description": "white octagon",
|
|
|
|
"colorable": true
|
|
|
|
},
|
|
|
|
"whitetile": {
|
|
|
|
"description": "white tile 2",
|
2024-01-29 17:26:15 +01:00
|
|
|
"colorable": true,
|
|
|
|
"slat": true
|
2023-10-26 17:20:51 +02:00
|
|
|
},
|
|
|
|
"black_detail": {
|
|
|
|
"description": "black detail"
|
|
|
|
},
|
|
|
|
"green_square": {
|
|
|
|
"description": "green metal block"
|
|
|
|
},
|
|
|
|
"red_square": {
|
|
|
|
"description": "red metal block"
|
|
|
|
},
|
|
|
|
"grey_square": {
|
|
|
|
"description": "grey metal block"
|
|
|
|
},
|
|
|
|
"blue_square": {
|
|
|
|
"description": "blue metal block"
|
|
|
|
},
|
|
|
|
"black_mesh": {
|
|
|
|
"description": "black vent block"
|
|
|
|
},
|
|
|
|
"dent": {
|
2023-10-27 15:55:01 +02:00
|
|
|
"description": "dented metal block",
|
|
|
|
"colorable": true
|
2023-10-26 17:20:51 +02:00
|
|
|
},
|
|
|
|
"greenmetal": {
|
2024-09-15 20:45:28 +02:00
|
|
|
"description": "green metal wall",
|
|
|
|
"signs_banner": true
|
2023-10-26 17:20:51 +02:00
|
|
|
},
|
|
|
|
"greenmetal2": {
|
|
|
|
"description": "green metal wall2"
|
|
|
|
},
|
|
|
|
"greenlights": {
|
|
|
|
"description": "green wall lights",
|
|
|
|
"light": 10
|
|
|
|
},
|
|
|
|
"greenlights2": {
|
|
|
|
"description": "green wall lights2",
|
|
|
|
"light": 10
|
|
|
|
},
|
|
|
|
"greenbar": {
|
|
|
|
"description": "green light bar",
|
|
|
|
"light": 10
|
|
|
|
},
|
|
|
|
"green2": {
|
|
|
|
"description": "green wall panel"
|
|
|
|
},
|
|
|
|
"greentubes": {
|
|
|
|
"description": "green pipes"
|
|
|
|
},
|
|
|
|
"grey": {
|
2024-09-15 20:45:28 +02:00
|
|
|
"description": "grey wall",
|
|
|
|
"signs_banner": true
|
2023-10-26 17:20:51 +02:00
|
|
|
},
|
|
|
|
"greybolts": {
|
|
|
|
"description": "grey wall bolts"
|
|
|
|
},
|
|
|
|
"greybars": {
|
|
|
|
"description": "grey bars"
|
|
|
|
},
|
|
|
|
"greydots": {
|
|
|
|
"description": "grey wall dots"
|
|
|
|
},
|
|
|
|
"greygreenbar": {
|
|
|
|
"description": "gray power pipe",
|
|
|
|
"light": 10
|
|
|
|
},
|
|
|
|
"octofloor": {
|
|
|
|
"description": "Doom floor",
|
2024-02-29 13:37:38 +01:00
|
|
|
"sounds": "stone",
|
|
|
|
"paramtype2": "none"
|
2023-10-26 17:20:51 +02:00
|
|
|
},
|
|
|
|
"octofloor2": {
|
|
|
|
"description": "Brown Doom floor",
|
2024-02-29 13:37:38 +01:00
|
|
|
"sounds": "stone",
|
|
|
|
"paramtype2": "none"
|
2023-10-26 17:20:51 +02:00
|
|
|
},
|
|
|
|
"doomwall1": {
|
|
|
|
"description": "Doom wall 1"
|
|
|
|
},
|
|
|
|
"doomwall2": {
|
|
|
|
"description": "Doom wall 2"
|
|
|
|
},
|
|
|
|
"doomwall3": {
|
|
|
|
"description": "Doom wall 3"
|
|
|
|
},
|
|
|
|
"doomwall4": {
|
|
|
|
"description": "Doom wall 4"
|
|
|
|
},
|
|
|
|
"doomwall41": {
|
|
|
|
"description": "Doom wall 4.1"
|
|
|
|
},
|
|
|
|
"doomwall42": {
|
|
|
|
"description": "Doom wall 4.2"
|
|
|
|
},
|
|
|
|
"doomwall43": {
|
|
|
|
"description": "Doom wall 4.3"
|
|
|
|
},
|
|
|
|
"doomwall431": {
|
|
|
|
"description": "Doom wall 4.3.1"
|
|
|
|
},
|
|
|
|
"doomwall44": {
|
|
|
|
"description": "Doom wall 4.4"
|
|
|
|
},
|
|
|
|
"blackdmg": {
|
2024-01-29 17:26:15 +01:00
|
|
|
"description": "Damaged black wall",
|
|
|
|
"slat": true
|
2023-10-26 17:20:51 +02:00
|
|
|
},
|
|
|
|
"blackdmgstripe": {
|
|
|
|
"description": "Damaged black wall(stripes)"
|
|
|
|
},
|
|
|
|
"doomengine": {
|
|
|
|
"description": "Doom engine wall"
|
|
|
|
},
|
|
|
|
"monitorwall": {
|
|
|
|
"description": "Wall monitors"
|
|
|
|
},
|
|
|
|
"screen3": {
|
|
|
|
"description": "Wall monitor"
|
|
|
|
},
|
|
|
|
"doomlight": {
|
|
|
|
"description": "Doom light",
|
|
|
|
"light": 12
|
|
|
|
},
|
|
|
|
"bluwllight": {
|
|
|
|
"description": "Blue wall light",
|
|
|
|
"light": 14
|
|
|
|
},
|
|
|
|
"bluegrid": {
|
|
|
|
"description": "Blue Grid",
|
|
|
|
"light": 5
|
|
|
|
},
|
|
|
|
"fan": {
|
|
|
|
"description": "Fan"
|
|
|
|
},
|
|
|
|
"ppllght": {
|
|
|
|
"description": "Purple wall light",
|
|
|
|
"light": 14
|
|
|
|
},
|
|
|
|
"pplwll": {
|
|
|
|
"description": "Purple wall"
|
|
|
|
},
|
|
|
|
"pplwll2": {
|
|
|
|
"description": "Purple wall 2"
|
|
|
|
},
|
|
|
|
"pplwll3": {
|
|
|
|
"description": "Purple wall 3"
|
|
|
|
},
|
|
|
|
"pplwll4": {
|
|
|
|
"description": "Purple wall 4"
|
|
|
|
},
|
|
|
|
"pplblk": {
|
2024-01-29 17:26:15 +01:00
|
|
|
"description": "Purple tile",
|
|
|
|
"slat": true
|
2023-10-26 17:20:51 +02:00
|
|
|
},
|
|
|
|
"purple": {
|
2024-09-15 20:45:28 +02:00
|
|
|
"description": "Purple node",
|
|
|
|
"signs_banner": true
|
2023-10-26 17:20:51 +02:00
|
|
|
},
|
|
|
|
"rock": {
|
|
|
|
"description": "Moonstone",
|
2023-10-26 17:37:30 +02:00
|
|
|
"sounds": "stone",
|
|
|
|
"colorable": true
|
2023-10-26 17:20:51 +02:00
|
|
|
},
|
|
|
|
"rock2": {
|
|
|
|
"description": "Moonstone 2",
|
2023-10-26 17:37:30 +02:00
|
|
|
"sounds": "stone",
|
|
|
|
"colorable": true
|
2023-10-26 17:20:51 +02:00
|
|
|
},
|
|
|
|
"blackvnt": {
|
|
|
|
"description": "Black vent"
|
|
|
|
},
|
|
|
|
"blackplate": {
|
|
|
|
"description": "Black plate"
|
|
|
|
}
|
|
|
|
}
|