From d76c643740d93805144c42fa023f9e1462a9702d Mon Sep 17 00:00:00 2001 From: Laserlicht <13714164-Laserlicht@users.noreply.gitlab.com> Date: Tue, 31 Oct 2023 02:43:06 +0000 Subject: [PATCH] update description for vcmi --- metadata/is.xyz.vcmi.yml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/metadata/is.xyz.vcmi.yml b/metadata/is.xyz.vcmi.yml index c82fb17d44..26bad517e5 100644 --- a/metadata/is.xyz.vcmi.yml +++ b/metadata/is.xyz.vcmi.yml @@ -1,22 +1,18 @@ Categories: - Games License: GPL-2.0-or-later +AuthorEmail: team@vcmi.eu WebSite: https://vcmi.eu -SourceCode: https://github.com/vcmi/vcmi-android -IssueTracker: https://bugs.vcmi.eu +SourceCode: https://github.com/vcmi/vcmi +IssueTracker: https://github.com/vcmi/vcmi/issues +Changelog: https://github.com/vcmi/vcmi/blob/HEAD/ChangeLog.md Description: |- VCMI is work-in-progress attempt to recreate engine for Heroes of Might and Magic III, giving it new and extended possibilities. This is an VCMI port for Android. To play it, you need to use your own, legally acquired Heroes of Might and Magic III data files. - Installation: Using a file manager, copy "Data" "Maps" and "Mp3" folders from your original HoMM III installation to "/Android/data/is.xyz.vcmi/files/vcmi-data". - - Note: extra display resolutions and random map generation templates are only available with official "essentials" mod: - (Warning, external link): https://wiki.vcmi.eu/Mod_list#Utilities - - "Essentials" installation: copy "Mods/vcmi/Mods" folder from the archive to the root of your VCMI installation as mentioned above. - Mods should appear in the game launcher "mods" section. + Installation: Copy "Data", "Maps" and "Mp3" from Heroes III to any folder on mobile device, then open VCMI, select Heroes III data import option, then select the folder where you copied Heroes III data. RepoType: git Repo: https://github.com/vcmi/vcmi.git @@ -322,7 +318,8 @@ Builds: submodules: true sudo: - apt-get update - - apt-get install -y ninja-build python3-pip wget xz-utils unzip gcc g++ make libssl-dev + - apt-get install -y ninja-build python3-pip wget xz-utils unzip gcc g++ make + libssl-dev init: git revert -n c62d945b2d6e698becc16a02dc3cdd81238639c1 gradle: - yes @@ -383,7 +380,8 @@ Builds: submodules: true sudo: - apt-get update - - apt-get install -y ninja-build python3-pip wget xz-utils unzip gcc g++ make libssl-dev + - apt-get install -y ninja-build python3-pip wget xz-utils unzip gcc g++ make + libssl-dev init: git revert -n c62d945b2d6e698becc16a02dc3cdd81238639c1 gradle: - yes