From 25229d5f616dd4660a7ff3156de546ee29b78934 Mon Sep 17 00:00:00 2001 From: angela100-2 Date: Wed, 17 Jun 2026 19:36:24 +0200 Subject: [PATCH 1/3] first version of the Scary Nikki config --- scarynikki/config.json | 84 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 scarynikki/config.json diff --git a/scarynikki/config.json b/scarynikki/config.json new file mode 100644 index 0000000..d8d6f26 --- /dev/null +++ b/scarynikki/config.json @@ -0,0 +1,84 @@ +{ + "ignoredMapIds": [ + "0000" + ], + "mapLocations": { + "0001": "Vaporwave Passage", + "0002": "FC Dungeon", + "0003": "Blood World", + "0004": "Forest world", + "0005": "Dudes World", + "0006": "Rainbow Tiles World", + "0007": "FC Dungeon", + "0008": "Nexus", + "0009": "The Beach", + "0010": "Cup Passage", + "0011": "Monochrome Neon Maze", + "0012": "Sewers", + "0013": "School", + "0014": "Noise", + "0015": "FC World", + "0016": "Green Cubes World", + "0017": "School Roof", + "0018": "Neon World", + "0019": "Neon World", + "0020": "Green Cubes World", + "0021": "Snow World", + "0022": "Bedroom", + "0023": "Balcony", + "0024": "Dark Forest", + "0025": "Dark Forest", + "0026": "don't go there", + "0027": "Rain world", + "0028": "Dark Tiles World", + "0029": "Spikes Plaza", + "0031": "Monochrome World", + "0032": "Monochrome World", + "0033": "Twilight Lake", + "0034": "Cthulhu", + "0035": "Dream Room", + "0036": "Dream Balcony", + "0037": "Orange Bricks Path", + "0038": "Sword Room", + "0039": "Deep Sea", + "0041": "Hospital", + "0042": "Hospital", + "0043": "Hospital", + "0045": "Desert", + "0046": "Desert", + "0048": "Under Desert", + "0049": "Lava docks", + "0050": "Lava docks", + "0051": "Hospital", + "0052": "The Dragon", + "0053": "Intro", + "0054": "Guys World", + "0055": "The Stair", + "0056": "Guys Room", + "0057": "aaaaa", + "0058": "Sewers", + "0059": "Snow World", + "0060": "Snow World", + "0061": "Snow World", + "0062": "Snow World", + "0063": "Green Cubes", + "0064": "Green Cubes", + "0065": "Venus", + "0066": "Flight", + "0067": "Twilight Lake", + "0068": "WIP", + "0073": "End 1", + "0075": "Minecrap", + "0076": "Minecrap", + "0078": "Burnt Forest", + "0079": "Minecrap", + "0080": "Lightningtsuki's Room", + "0081": "Guys World", + "0084": "Desert Party", + "0085": "Green Sea", + "0087": "aaaaa", + "0088": "Terfin's room", + "0090": "Dark Place", + "0091": "Birthday World" + } +} \ No newline at end of file From 764ec1540c868a004158b4e85110c749059900d2 Mon Sep 17 00:00:00 2001 From: notdistorted <73075016+notdistorted@users.noreply.github.com> Date: Thu, 18 Jun 2026 07:16:27 +0800 Subject: [PATCH 2/3] Fix capitalization --- scarynikki/config.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/scarynikki/config.json b/scarynikki/config.json index d8d6f26..51bbf76 100644 --- a/scarynikki/config.json +++ b/scarynikki/config.json @@ -1,12 +1,12 @@ { "ignoredMapIds": [ - "0000" + "0000", "0053" ], "mapLocations": { "0001": "Vaporwave Passage", "0002": "FC Dungeon", "0003": "Blood World", - "0004": "Forest world", + "0004": "Forest World", "0005": "Dudes World", "0006": "Rainbow Tiles World", "0007": "FC Dungeon", @@ -29,7 +29,7 @@ "0024": "Dark Forest", "0025": "Dark Forest", "0026": "don't go there", - "0027": "Rain world", + "0027": "Rain World", "0028": "Dark Tiles World", "0029": "Spikes Plaza", "0031": "Monochrome World", @@ -47,11 +47,10 @@ "0045": "Desert", "0046": "Desert", "0048": "Under Desert", - "0049": "Lava docks", - "0050": "Lava docks", + "0049": "Lava Docks", + "0050": "Lava Docks", "0051": "Hospital", "0052": "The Dragon", - "0053": "Intro", "0054": "Guys World", "0055": "The Stair", "0056": "Guys Room", @@ -77,8 +76,8 @@ "0084": "Desert Party", "0085": "Green Sea", "0087": "aaaaa", - "0088": "Terfin's room", + "0088": "Terfin's Room", "0090": "Dark Place", "0091": "Birthday World" } -} \ No newline at end of file +} From f273da4f84c80af36036453e63616a8c7461e700 Mon Sep 17 00:00:00 2001 From: angela100-2 Date: Thu, 18 Jun 2026 18:55:56 +0200 Subject: [PATCH 3/3] added missing id 0077 --- scarynikki/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scarynikki/config.json b/scarynikki/config.json index 51bbf76..0561d1d 100644 --- a/scarynikki/config.json +++ b/scarynikki/config.json @@ -1,6 +1,6 @@ { "ignoredMapIds": [ - "0000", "0053" + "0000", "0053", "0077" ], "mapLocations": { "0001": "Vaporwave Passage",