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

Remove unrelated step, clarify final result (which may have been the original problem)

Basssiiie
2022-08-09 18:21:40 +02:00
parent 3cf958e340
commit 95b6875d00

@@ -5,7 +5,7 @@ OpenRCT2 has support for Android, but it does require some additional steps of m
* The Android version is exactly the same as the "desktop" versions and has most of the same new features.
* Setup can be a bit challenging and finicky due to the differences between Android phones.
* User interface is not optimized for phones.
* Controls are not optimized for phones. (Currently: single tab is left-click, double tab is right-click)
* Controls are not optimized for phones. (Currently: single tap is left-click, double tap is right-click)
* Multiplayer is currently not supported.
* Plugins are currently not supported.
@@ -95,8 +95,12 @@ If you get the following popup:
* If you have an Android app that can edit *.ini files, you can use that. But be careful because some apps that allow text styling may corrupt this file.
* If you have the phone connected to a desktop via USB, you can copy the file off the phone to your desktop and edit it there with programs like Notepad. Afterwards copy the edited file back to the phone's storage.
3. Inside 'config.ini', find the `game_path` property.
4. Ensure this is set to `/sdcard/rct2` or `/storage/emulated/0/rct2` (should work for most phones), or your device's internal storage location.
5. Copy the complete contents of your openrct2 subfolder of Documents in windows to this folder /storage/emulated/0/openrct2-user
4. Ensure this is set to `"/sdcard/rct2"` or `"/storage/emulated/0/rct2"` (should work for most phones).
Example of the final setting:
```
game_path = "/storage/emulated/0/rct2"
```
If it still does not work, you have installed the RCT2 assets in the incorrect location, or the assets are incomplete. Please review the steps for the RCT2 assets again. If that does not work, please review the technical chapter about [Paths](#Paths).