Skip to content

LayoutManager v.0.6

Compare
Choose a tag to compare
@Sigma582 Sigma582 released this 12 Apr 02:34
· 30 commits to master since this release

Added support for Android/iOS accounts.
Logging into Android/iOS account requires to obtain Player ID and Player Secret from game's PlayerPrefs first.

On Android they are stored in your device's internal memory in /data/data/com.lucasarts.starts_goo/shared_prefs/com.lucasarts.starts_goo.xml and called prefPlayerId and prefPlayerSecret respectively.

On iOS devices, the PlayerPrefs can be found in SWC .plist file located at /Apps/SWC folder/Library/Preferences/.

Note that you will need root access to your device in order to read these files. If you find rooting your physical device insecure or too difficult you can install an Android emulator (e.g. Andy), install SWC, log into your SWC account using Facebook sync, then root the emulator (aka virtual device) and read PlayerPrefs file from there.