mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
update description for vcmi
This commit is contained in:
parent
6b015d74b3
commit
d76c643740
1 changed files with 9 additions and 11 deletions
|
|
@ -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 "<internal storage>/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
|
||||
|
|
|
|||
Loading…
Reference in a new issue