From dd5251f3aee2158c7df377c53e0e7df361c21ca2 Mon Sep 17 00:00:00 2001 From: Razor98566 <57527499+Razor98566@users.noreply.github.com> Date: Sun, 16 Apr 2023 20:39:45 +0200 Subject: [PATCH] Version File and mod_info.json added --- Battlestar Galactica Revived.version | 13 +++++++++++++ mod_info.json | 8 ++++++++ 2 files changed, 21 insertions(+) create mode 100644 Battlestar Galactica Revived.version create mode 100644 mod_info.json diff --git a/Battlestar Galactica Revived.version b/Battlestar Galactica Revived.version new file mode 100644 index 0000000..84ae46a --- /dev/null +++ b/Battlestar Galactica Revived.version @@ -0,0 +1,13 @@ +{ + "masterVersionFile":"https://raw.githubusercontent.com/Razor98566/Battlestar-Galactica-Revived/master/versionchecker.version", + "modName":"Battlestar Galactica Revived", + "modThreadId":17721, + # For example: https://www.nexusmods.com/starsector/mods/3 has a modNexusId of 3 + #"modNexusId":, + "modVersion": + { + "major":0, + "minor":9, + "patch":5 + } +} \ No newline at end of file diff --git a/mod_info.json b/mod_info.json new file mode 100644 index 0000000..baaa2cb --- /dev/null +++ b/mod_info.json @@ -0,0 +1,8 @@ +{ + "id":"Battlestar Galactica Revived", # internal id + "name":"BSG: Revived", # displayed to the player + "version":"0.9.5", + "description":"This mod is based on 2004 adaptation of Battlestar Galactica Written by Kenneth Chisholm. When an old enemy, the Cylons, resurface and obliterate the 12 colonies, the crew of the aged Galactica protects a small civilian fleet - the last of humanity - as they journey toward the fabled 13th colony of Earth.", + "gameVersion":"0.95.1a-RC6", + "author":"Razor98566, thanks to 'TysonMcnuggets' for updating the source mod to be usable again and to 'Spiketail118' for creating the inital mod." +}