112 lines
2.8 KiB
YAML
112 lines
2.8 KiB
YAML
|
Categories:
|
||
|
- Games
|
||
|
License: GPL-3.0-or-later
|
||
|
AuthorName: Boris Timofeev
|
||
|
AuthorEmail: btimofeev@emunix.org
|
||
|
SourceCode: https://github.com/btimofeev/UniPatcher
|
||
|
IssueTracker: https://github.com/btimofeev/UniPatcher/issues
|
||
|
Translation: https://www.transifex.com/unipatcher/unipatcher/
|
||
|
Changelog: https://github.com/btimofeev/UniPatcher/blob/HEAD/app/src/main/res/raw/changelog.md
|
||
|
Donate: https://www.paypal.me/btimofeev
|
||
|
Bitcoin: 16coztryz7xbNNDNhhf98wuHmi3hEintsW
|
||
|
|
||
|
AutoName: UniPatcher
|
||
|
Description: |-
|
||
|
UniPatcher allows you to apply patches to the game ROM. What is a patch? The
|
||
|
patch is a file with the modified data of the game. For example, a game
|
||
|
translated from Japanese to English. You download the patch containing the
|
||
|
translation. It must be applied to the Japanese version to get the English
|
||
|
version.
|
||
|
|
||
|
This program will not help you hack native android games, it was created for the
|
||
|
old console games (Super Nintendo, Sega MegaDrive, Game Boy Advance, Sony
|
||
|
PlayStation etc.)
|
||
|
|
||
|
Features:
|
||
|
|
||
|
* Supported formats of patches: IPS, IPS32, UPS, BPS, APS (GBA), APS (N64), PPF, DPS, EBP, XDelta 3
|
||
|
* Creating XDelta patches
|
||
|
* Fix checksum in Sega Mega Drive ROMs
|
||
|
* Add/Delete SMC header in Super Nintendo ROMs
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/btimofeev/UniPatcher.git
|
||
|
|
||
|
Builds:
|
||
|
- versionName: 0.14.0
|
||
|
versionCode: 140000
|
||
|
disable: fdroid/fdroidserver#288
|
||
|
commit: v0.14
|
||
|
subdir: app
|
||
|
submodules: true
|
||
|
gradle:
|
||
|
- free
|
||
|
scanignore:
|
||
|
- app/src/test
|
||
|
- app/src/main/cpp/xdelta3/xdelta3/examples
|
||
|
ndk: r13b
|
||
|
|
||
|
- versionName: 0.14.1
|
||
|
versionCode: 140100
|
||
|
commit: 9192fb9
|
||
|
subdir: app
|
||
|
submodules: true
|
||
|
gradle:
|
||
|
- free
|
||
|
scanignore:
|
||
|
- app/src/test
|
||
|
- app/src/main/cpp/xdelta3/xdelta3/examples
|
||
|
|
||
|
- versionName: 0.14.2
|
||
|
versionCode: 140200
|
||
|
commit: v0.14.2
|
||
|
subdir: app
|
||
|
submodules: true
|
||
|
gradle:
|
||
|
- free
|
||
|
scanignore:
|
||
|
- app/src/test
|
||
|
- app/src/main/cpp/xdelta3/xdelta3/examples
|
||
|
ndk: r15b
|
||
|
|
||
|
- versionName: '0.15'
|
||
|
versionCode: 150000
|
||
|
commit: v0.15
|
||
|
subdir: app
|
||
|
submodules: true
|
||
|
gradle:
|
||
|
- free
|
||
|
scanignore:
|
||
|
- app/src/test
|
||
|
- app/src/main/cpp/xdelta3/xdelta3/examples
|
||
|
ndk: r16b
|
||
|
|
||
|
- versionName: '0.16'
|
||
|
versionCode: 160000
|
||
|
commit: v0.16
|
||
|
subdir: app
|
||
|
submodules: true
|
||
|
gradle:
|
||
|
- free
|
||
|
scanignore:
|
||
|
- app/src/test
|
||
|
- app/src/main/cpp/xdelta3/xdelta3/examples
|
||
|
ndk: r16b
|
||
|
|
||
|
- versionName: 0.16.1
|
||
|
versionCode: 160100
|
||
|
commit: v0.16.1
|
||
|
subdir: app
|
||
|
submodules: true
|
||
|
gradle:
|
||
|
- free
|
||
|
scanignore:
|
||
|
- app/src/test
|
||
|
- app/src/main/cpp/xdelta3/xdelta3/examples
|
||
|
ndk: r16b
|
||
|
|
||
|
AutoUpdateMode: Version v%v
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: 0.16.1
|
||
|
CurrentVersionCode: 160100
|