From a4ac50ace507ae6034467450cdcf4a88c9b15cc1 Mon Sep 17 00:00:00 2001 From: Frakern <134113799+frakern@users.noreply.github.com> Date: Sat, 20 May 2023 10:22:44 +0900 Subject: [PATCH] 0.96a compatibility update. --- .gitignore | 2 ++ .run/Run Starsector.run.xml | 11 +++++++++++ README.md | 2 +- assets/mod_info.json | 6 +++--- assets/starpocalypse.version | 10 +++++----- build.gradle | 2 +- 6 files changed, 23 insertions(+), 10 deletions(-) create mode 100644 .run/Run Starsector.run.xml diff --git a/.gitignore b/.gitignore index ccdc94e..5c8caf9 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,8 @@ package-lock.json !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json +# Intellij +.idea # Local copies of mod structure (dev env) /data /graphics diff --git a/.run/Run Starsector.run.xml b/.run/Run Starsector.run.xml new file mode 100644 index 0000000..08cc111 --- /dev/null +++ b/.run/Run Starsector.run.xml @@ -0,0 +1,11 @@ + + + + \ No newline at end of file diff --git a/README.md b/README.md index f3207b8..204f12d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This mod makes the following changes to the campaign layer of Starsector: All changes are optional, and can be disabled via `starpocalypse.json`. -_Important!_ As of Starpocalypse 2.2.0, the mod is no longer save to disable. In order to remove Starpocalypse from +_Important!_ As of Starpocalypse 2.2.0, the mod is no longer safe to disable. In order to remove Starpocalypse from a save game, delete `starpocalypse/data` folder, load, and finally save the game. ## Implementation details diff --git a/assets/mod_info.json b/assets/mod_info.json index 13ceebd..5c5e1f3 100644 --- a/assets/mod_info.json +++ b/assets/mod_info.json @@ -1,11 +1,11 @@ { "id": "starpocalypse", "name": " Starpocalypse", - "author": "Jaghaimo", + "author": "Frakern", "utility": true, - "version": "2.3.2", + "version": "3.0.0", "description": "More apocalyptic settings", - "gameVersion": "0.95.1a-RC6", + "gameVersion": "0.96a-RC7", "modPlugin": "starpocalypse.StarpocalypseMod", "jars": [ "starpocalypse.jar" diff --git a/assets/starpocalypse.version b/assets/starpocalypse.version index 73bb946..99148aa 100644 --- a/assets/starpocalypse.version +++ b/assets/starpocalypse.version @@ -1,11 +1,11 @@ { - "masterVersionFile": "https://raw.githubusercontent.com/jaghaimo/starpocalypse/master/assets/starpocalypse.version", + "masterVersionFile": "https://raw.githubusercontent.com/frakern/starpocalypse/master/assets/starpocalypse.version", "modName": "Starpocalypse", "modThreadId": 21812, "modVersion": { - "major": 2, - "minor": 3, - "patch": 2 + "major": 3, + "minor": 0, + "patch": 0 }, - "directDownloadURL": "https://github.com/jaghaimo/starpocalypse/releases/download/2.3.2/starpocalypse-2.3.2.zip" + "directDownloadURL": "https://github.com/frakern/starpocalypse/releases/download/3.0.0/starpocalypse-3.0.0.zip" } \ No newline at end of file diff --git a/build.gradle b/build.gradle index edb73cd..4b59ff1 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ build { // compile time dependencies dependencies { - implementation "jaghaimo:starsector-api:0.95.1a-RC6@starfarer.api.jar" + implementation "jaghaimo:starsector-api:0.96a-RC7@starfarer.api.jar" implementation "Histidine91:Nexerelin:ExerelinCore.jar" // game dependencies