diff --git a/Toolbox/KclMaterialPresets/Mario 3D Land.json b/Toolbox/KclMaterialPresets/Mario 3D Land.json new file mode 100644 index 00000000..d7136462 --- /dev/null +++ b/Toolbox/KclMaterialPresets/Mario 3D Land.json @@ -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": { + } +} \ No newline at end of file diff --git a/Toolbox/KclMaterialPresets/Mario Galaxy (3D All Stars).json b/Toolbox/KclMaterialPresets/Mario Galaxy (3D All Stars).json new file mode 100644 index 00000000..b632de31 --- /dev/null +++ b/Toolbox/KclMaterialPresets/Mario Galaxy (3D All Stars).json @@ -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": { + } +} \ No newline at end of file diff --git a/Toolbox/KclMaterialPresets/Mario Galaxy.json b/Toolbox/KclMaterialPresets/Mario Galaxy.json new file mode 100644 index 00000000..2fc90248 --- /dev/null +++ b/Toolbox/KclMaterialPresets/Mario Galaxy.json @@ -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": { + } +} \ No newline at end of file diff --git a/Toolbox/KclMaterialPresets/Splatoon 1.json b/Toolbox/KclMaterialPresets/Splatoon 1.json index bca9f77e..50f11ef6 100644 --- a/Toolbox/KclMaterialPresets/Splatoon 1.json +++ b/Toolbox/KclMaterialPresets/Splatoon 1.json @@ -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)", } } \ No newline at end of file diff --git a/Toolbox/KclMaterialPresets/Splatoon 2.json b/Toolbox/KclMaterialPresets/Splatoon 2.json index 6c269ac1..e195073e 100644 --- a/Toolbox/KclMaterialPresets/Splatoon 2.json +++ b/Toolbox/KclMaterialPresets/Splatoon 2.json @@ -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)", } } \ No newline at end of file diff --git a/Toolbox/Lib/KclLibrary.dll b/Toolbox/Lib/KclLibrary.dll index 85d418a6..36f3bfaf 100644 Binary files a/Toolbox/Lib/KclLibrary.dll and b/Toolbox/Lib/KclLibrary.dll differ diff --git a/Toolbox/Lib/KclLibraryGUI.dll b/Toolbox/Lib/KclLibraryGUI.dll index 64aaf1b6..31f69b51 100644 Binary files a/Toolbox/Lib/KclLibraryGUI.dll and b/Toolbox/Lib/KclLibraryGUI.dll differ