From 15b348deb99d872b854f2b2f50f14cad22a4df15 Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Tue, 5 May 2020 14:01:06 +0300 Subject: [PATCH 1/2] add crosscode-readable-saves v1.0.0 --- input-locations.json | 5 +++++ mods.json | 16 ++++++++++++++++ npDatabase.json | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/input-locations.json b/input-locations.json index 913075af..b67d7ccd 100644 --- a/input-locations.json +++ b/input-locations.json @@ -208,6 +208,11 @@ "type": "modZip", "urlZip": "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/dmitmel/crosscode-ru/releases/download/v1.0.4/crosscode-ru_v1.0.4.zip", "source": "crosscode-ru" + }, + { + "type": "modZip", + "urlZip": "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/dmitmel/crosscode-readable-saves/releases/download/v1.0.0/crosscode-readable-saves_v1.0.0.zip", + "source": "crosscode-readable-saves" } ] diff --git a/mods.json b/mods.json index edebc7d3..e07784d7 100644 --- a/mods.json +++ b/mods.json @@ -425,6 +425,22 @@ }, "version": "1.0.1" }, + "readable-saves": { + "name": "Readable saves", + "description": "Unencrypts the save file and adds an additional save format suitable for editing by hand", + "license": "MIT", + "page": [ + { + "name": "GitHub", + "url": "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/dmitmel/crosscode-readable-saves" + } + ], + "archive_link": "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/dmitmel/crosscode-readable-saves/releases/download/v1.0.0/crosscode-readable-saves_v1.0.0.zip", + "hash": { + "sha256": "fe5e848e8c0468155803fd5a1763279f268e1c564b4b194d4ca6b1fd8850e371" + }, + "version": "1.0.0" + }, "slowmotion": { "name": "slowmotion", "description": "Turns your C key into a slowmotion controller.", diff --git a/npDatabase.json b/npDatabase.json index 844a97d4..7d0da88b 100644 --- a/npDatabase.json +++ b/npDatabase.json @@ -748,6 +748,39 @@ } ] }, + "readable-saves": { + "metadata": { + "name": "readable-saves", + "ccmodHumanName": "Readable saves", + "description": "Unencrypts the save file and adds an additional save format suitable for editing by hand", + "version": "1.0.0", + "license": "MIT", + "homepage": "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/dmitmel/crosscode-readable-saves", + "module": true, + "postload": "dist/postload.js", + "ccmodDependencies": { + "crosscode": "~1.2.0" + }, + "devDependencies": { + "typescript": "^3.8.3", + "ultimate-crosscode-typedefs": "dmitmel/ultimate-crosscode-typedefs" + }, + "scripts": { + "build": "tsc --build", + "watch": "tsc --watch" + } + }, + "installation": [ + { + "type": "modZip", + "url": "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/dmitmel/crosscode-readable-saves/releases/download/v1.0.0/crosscode-readable-saves_v1.0.0.zip", + "source": "crosscode-readable-saves", + "hash": { + "sha256": "fe5e848e8c0468155803fd5a1763279f268e1c564b4b194d4ca6b1fd8850e371" + } + } + ] + }, "slowmotion": { "metadata": { "name": "slowmotion", From 15ea5b8c8f1e32429257a1f6e3557ca1e064f73a Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Tue, 5 May 2020 15:03:38 +0300 Subject: [PATCH 2/2] update cc-world-map-overhaul to v1.0.1 --- input-locations.json | 2 +- mods.json | 10 +++++----- npDatabase.json | 9 +++++---- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/input-locations.json b/input-locations.json index b67d7ccd..955333f8 100644 --- a/input-locations.json +++ b/input-locations.json @@ -196,7 +196,7 @@ }, { "type": "modZip", - "urlZip": "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/dmitmel/cc-world-map-overhaul/releases/download/v1.0.0/cc-world-map-overhaul_v1.0.0.zip", + "urlZip": "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/dmitmel/cc-world-map-overhaul/releases/download/v1.0.1/cc-world-map-overhaul_v1.0.1.zip", "source": "cc-world-map-overhaul" }, { diff --git a/mods.json b/mods.json index e07784d7..29ddc34b 100644 --- a/mods.json +++ b/mods.json @@ -278,7 +278,7 @@ "version": "1.5.0" }, "cc-world-map-overhaul": { - "name": "cc-world-map-overhaul", + "name": "World map overhaul", "description": "A better world map", "page": [ { @@ -286,11 +286,11 @@ "url": "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/dmitmel/cc-world-map-overhaul" } ], - "archive_link": "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/dmitmel/cc-world-map-overhaul/releases/download/v1.0.0/cc-world-map-overhaul_v1.0.0.zip", + "archive_link": "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/dmitmel/cc-world-map-overhaul/releases/download/v1.0.1/cc-world-map-overhaul_v1.0.1.zip", "hash": { - "sha256": "ee8997b301236df0120e42836a774674967afd2587bf9e447a7a3d245a2434fe" + "sha256": "830689aa2ac17ddf4589f8454be2cf6adb9bd14f419baa473f9d7b19b0ebda5e" }, - "version": "1.0.0" + "version": "1.0.1" }, "crosscode-ru": { "name": "crosscode-ru", @@ -437,7 +437,7 @@ ], "archive_link": "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/dmitmel/crosscode-readable-saves/releases/download/v1.0.0/crosscode-readable-saves_v1.0.0.zip", "hash": { - "sha256": "fe5e848e8c0468155803fd5a1763279f268e1c564b4b194d4ca6b1fd8850e371" + "sha256": "6900f8314a3cd425138d42a057f6da235f41349f19e195a8fa7e9633b0eb1464" }, "version": "1.0.0" }, diff --git a/npDatabase.json b/npDatabase.json index 7d0da88b..8bf87a33 100644 --- a/npDatabase.json +++ b/npDatabase.json @@ -464,18 +464,19 @@ "cc-world-map-overhaul": { "metadata": { "name": "cc-world-map-overhaul", + "ccmodHumanName": "World map overhaul", "description": "A better world map", "homepage": "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/dmitmel/cc-world-map-overhaul", - "version": "1.0.0", + "version": "1.0.1", "prestart": "prestart.js" }, "installation": [ { "type": "modZip", - "url": "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/dmitmel/cc-world-map-overhaul/releases/download/v1.0.0/cc-world-map-overhaul_v1.0.0.zip", + "url": "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/dmitmel/cc-world-map-overhaul/releases/download/v1.0.1/cc-world-map-overhaul_v1.0.1.zip", "source": "cc-world-map-overhaul", "hash": { - "sha256": "ee8997b301236df0120e42836a774674967afd2587bf9e447a7a3d245a2434fe" + "sha256": "830689aa2ac17ddf4589f8454be2cf6adb9bd14f419baa473f9d7b19b0ebda5e" } } ] @@ -776,7 +777,7 @@ "url": "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/dmitmel/crosscode-readable-saves/releases/download/v1.0.0/crosscode-readable-saves_v1.0.0.zip", "source": "crosscode-readable-saves", "hash": { - "sha256": "fe5e848e8c0468155803fd5a1763279f268e1c564b4b194d4ca6b1fd8850e371" + "sha256": "6900f8314a3cd425138d42a057f6da235f41349f19e195a8fa7e9633b0eb1464" } } ]