KCL : Improve preset handling.
This commit is contained in:
parent
d5133d8344
commit
85fb24ed09
9
Toolbox/KclMaterialPresets/Mario 3D Land.json
Normal file
9
Toolbox/KclMaterialPresets/Mario 3D Land.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"GameTitle": "Mario 3D Land",
|
||||
"Platform": "N3DS",
|
||||
"PrismThickness": 40.0,
|
||||
"SphereRadius": 0.0,
|
||||
"Comments": "This game uses bcsv to customize presets.",
|
||||
"MaterialPresets": {
|
||||
}
|
||||
}
|
12
Toolbox/KclMaterialPresets/Mario Galaxy (3D All Stars).json
Normal file
12
Toolbox/KclMaterialPresets/Mario Galaxy (3D All Stars).json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"GameTitle": "Mario Galaxy (3D All Stars)",
|
||||
"Platform": "WII LE",
|
||||
"PrismThickness": 40.0,
|
||||
"SphereRadius": 1.0,
|
||||
"PaddingMin": 0.0,
|
||||
"PaddingMax": 0.0,
|
||||
"MaxTrianglesInCube": 25,
|
||||
"Comments": "This game uses bcsv to customize presets.",
|
||||
"MaterialPresets": {
|
||||
}
|
||||
}
|
12
Toolbox/KclMaterialPresets/Mario Galaxy.json
Normal file
12
Toolbox/KclMaterialPresets/Mario Galaxy.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"GameTitle": "Mario Galaxy",
|
||||
"Platform": "WII",
|
||||
"PrismThickness": 40.0,
|
||||
"SphereRadius": 1.0,
|
||||
"PaddingMin": 0.0,
|
||||
"PaddingMax": 0.0,
|
||||
"MaxTrianglesInCube": 25,
|
||||
"Comments": "This game uses bcsv to customize presets.",
|
||||
"MaterialPresets": {
|
||||
}
|
||||
}
|
@ -5,6 +5,10 @@
|
||||
"SphereRadius": 25.0,
|
||||
"Comments": "",
|
||||
"MaterialPresets": {
|
||||
"0": "Unknown"
|
||||
"9": "Inkable Ceiling",
|
||||
"12": "Metal",
|
||||
"40": "Inkable Floor",
|
||||
"80": "Inkable Wall",
|
||||
"4007": "Grate (Squid can pass through)",
|
||||
}
|
||||
}
|
@ -5,6 +5,10 @@
|
||||
"SphereRadius": 25.0,
|
||||
"Comments": "",
|
||||
"MaterialPresets": {
|
||||
"0": "Unknown"
|
||||
"9": "Inkable Ceiling",
|
||||
"12": "Metal",
|
||||
"40": "Inkable Floor",
|
||||
"80": "Inkable Wall",
|
||||
"4007": "Grate (Squid can pass through)",
|
||||
}
|
||||
}
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user