mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 13:19:14 +00:00
Newapp: JSettlers
This commit is contained in:
parent
cd6324c921
commit
f1be7598fd
2 changed files with 36 additions and 0 deletions
35
metadata/jsettlers.main.android.yml
Normal file
35
metadata/jsettlers.main.android.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
AntiFeatures:
|
||||
- NonFreeAssets
|
||||
Categories:
|
||||
- Games
|
||||
License: MIT
|
||||
SourceCode: https://github.com/paulwedeck/settlers-remake
|
||||
IssueTracker: https://github.com/paulwedeck/settlers-remake/issues
|
||||
|
||||
AutoName: JSettlers
|
||||
Description: |-
|
||||
This project intends to create a remake of the famous strategy game "The Settlers 3" published by Blue Byte in 1998. The project is developed in Java and runs on PC (Windows/Linux), Mac and Android.
|
||||
|
||||
Warning: Alpha Status
|
||||
The game is currently in an alpha status! Therefore bugs, frequent changes making saved games invalid and server abortions need to be expected. Nevertheless we will try to minimize trouble.
|
||||
|
||||
Playing JSettlers
|
||||
In order to play the game, you need to have the "GFX" and "SND" folders of the original version of "The Settlers 3" as obtained by installing the original "The Settlers 3" game (DEMO version also works). Copy the "GFX" and the "SND" folders of your original "The Settlers 3" installation into a folder called "JSettlers" on your device. The "JSettlers" folder must be located in the root directory of your internal storage (alongside folders like "Download" or "DCIM") or your external storage (e.g. memory card).
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/paulwedeck/settlers-remake.git
|
||||
|
||||
Builds:
|
||||
- versionName: v0.6.0.6-alpha
|
||||
versionCode: 23002418
|
||||
commit: 89a41fc962d3f9f3444eea11874d59a15d279d9a
|
||||
subdir: jsettlers.main.android
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e 's/versionCode .*/versionCode $$VERCODE$$/' -e 's/versionName
|
||||
.*/versionName "$$VERSION$$"/' build.gradle
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: v0.6.0.6-alpha
|
||||
CurrentVersionCode: 23002418
|
||||
1
metadata/jsettlers.main.android/en-US/summary.txt
Normal file
1
metadata/jsettlers.main.android/en-US/summary.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Remake of "The Settlers 3"
|
||||
Loading…
Reference in a new issue