1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Updated Android (markdown)

Basssiiie
2020-12-11 10:28:32 +01:00
parent b4d541dee8
commit 6285664360

@@ -10,6 +10,8 @@ Android builds use exactly the same code as our regular, "desktop" builds, only
As OpenRCT2 is just the engine, you need to manually place the data in expected places. See discussion [here](https://www.reddit.com/r/rct/comments/6i595z/openrct2_now_has_android_support/dj3o6qi/) for details.
**Note:** the mentioned `/storage/emulated/0/` path is often set to the root of your internal storage of your device, or sometimes to your external SD card, depending on the phone. Try the other location too if one of them does not work.
Roughly, it should look as follows:
- **The RCT2 assets** go into `/storage/emulated/0/rct2`.
- This folder should have all folders and content from the original RCT2 base game.
@@ -17,11 +19,10 @@ Roughly, it should look as follows:
- **OpenRCT2's data files** go into `/storage/emulated/0/openrct2`.
- This should `g2.dat`, `languages/` etc...
- On Windows these files are generally found in `Documents/OpenRCT2/bin/data`, if you did not install OpenRCT2 into a different folder.
- Make sure you take the files you take are from the same version of OpenRCT2 as your APK. Easiest way to do this is to just download and install the most recent version for both Android and your Windows/MacOS/Linux OpenRCT2.
- **OpenRCT2's user data path** (with `config.ini`) is `/storage/emulated/0/openrct2-user`.
- This one will be auto-generated by the APK and is the Android equivalent of `Documents/OpenRCT2/` on Windows. You can put save games or other user content here if you want.
**Note:** `/storage/emulated/0/` is often the root of your internal storage of your device, or your external SD card, depending on the phone.
Your folders should look like this:
[![OpenRCT2 required folders.](https://i.imgur.com/X3mqnjc.png)](https://i.imgur.com/X3mqnjc.png)