1
0
mirror of synced 2024-11-28 01:10:51 +01:00

KCL : Improve preset handling.

This commit is contained in:
KillzXGaming 2020-09-21 19:45:48 -04:00
parent d5133d8344
commit 85fb24ed09
7 changed files with 43 additions and 2 deletions

View 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": {
}
}

View 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": {
}
}

View 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": {
}
}

View File

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

View File

@ -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.