Compare commits
4 Commits
12.2.rev11
...
12.2.rev11
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6fdfc4cbe | ||
|
|
881d81cc50 | ||
|
|
d40a4b599e | ||
|
|
62611e60f4 |
1
metadata/en-US/changelogs/1220111.txt
Normal file
1
metadata/en-US/changelogs/1220111.txt
Normal file
@@ -0,0 +1 @@
|
||||
Initial F-Droid release
|
||||
11
metadata/en-US/full_description.txt
Normal file
11
metadata/en-US/full_description.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
NOTE: This is a fork of https://github.com/pelya/openttd-android since development there is on hold currently.
|
||||
|
||||
OpenTTD is an open source reimplementation of the Microprose game Transport Tycoon Deluxe (TTD). As president of a start-up transportation company in (typically) 1950, you have a choice of building rail, road, air and maritime transportation routes to build up your transportation empire. Outsmart your competition by beating them to attractive passenger and commodities routes to become the game's highest-ranking transport company by the year 2050.
|
||||
|
||||
OpenTTD is based on Chris Sawyer's Transport Tycoon Deluxe and introduces a whole set of new features, including multiplayer support, better stations and vehicles, larger maps and a host of other options.
|
||||
|
||||
Posting a full list of features would be futile as it would mean updating this page almost daily, and even then some things might be forgotten. Play with the game to experience all the features yourself, or take a look at the <a href="https://wiki.openttd.org/en/Manual/">Manual</a> for a more thorough listing and explanation of the features and possibilities available.
|
||||
|
||||
Tips:
|
||||
* Scroll the map with two fingers, when you are building roads or stations.
|
||||
* Close dialogs by dragging them to the screen edge.
|
||||
BIN
metadata/en-US/images/icon.png
Normal file
BIN
metadata/en-US/images/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 88 KiB |
BIN
metadata/en-US/images/phoneScreenshots/01.jpg
Normal file
BIN
metadata/en-US/images/phoneScreenshots/01.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 345 KiB |
BIN
metadata/en-US/images/phoneScreenshots/02.jpg
Normal file
BIN
metadata/en-US/images/phoneScreenshots/02.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 224 KiB |
BIN
metadata/en-US/images/phoneScreenshots/03.jpg
Normal file
BIN
metadata/en-US/images/phoneScreenshots/03.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 246 KiB |
BIN
metadata/en-US/images/phoneScreenshots/04.jpg
Normal file
BIN
metadata/en-US/images/phoneScreenshots/04.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 452 KiB |
BIN
metadata/en-US/images/phoneScreenshots/05.jpg
Normal file
BIN
metadata/en-US/images/phoneScreenshots/05.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 315 KiB |
1
metadata/en-US/short_description.txt
Normal file
1
metadata/en-US/short_description.txt
Normal file
@@ -0,0 +1 @@
|
||||
A simulation game based on the popular game "Transport Tycoon Deluxe"
|
||||
@@ -4,6 +4,7 @@ plugins {
|
||||
|
||||
android {
|
||||
compileSdk 31
|
||||
ndkVersion "23.1.7779620"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "net.olofson.ballfield"
|
||||
|
||||
@@ -7,10 +7,10 @@ AppName="OpenTTD"
|
||||
AppFullName=org.openttd.fdroid
|
||||
|
||||
# Application version code (integer)
|
||||
AppVersionCode=1220111
|
||||
AppVersionCode=1220112
|
||||
|
||||
# Application user-visible version name (string)
|
||||
AppVersionName="12.2.rev111"
|
||||
AppVersionName="12.2.rev112"
|
||||
|
||||
# Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...'
|
||||
# If you'll start Description with '!' symbol it will be enabled by default, '!!' will also hide the entry from the menu, so it cannot be disabled
|
||||
|
||||
@@ -3,7 +3,6 @@ dependencyResolutionManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
jcenter() // Warning: this repository is going to shut down soon
|
||||
}
|
||||
}
|
||||
include ':app'
|
||||
|
||||
Reference in New Issue
Block a user