-
Notifications
You must be signed in to change notification settings - Fork 8
Exult iOS User Guide
Dominik Reichardt edited this page Oct 11, 2017
·
3 revisions
The folder structure should be:
- game
+-- blackgate
| +---- static
| +----- ***
+-- serpentisle
+---- static
+----- ***
Make sure all files are in lowercase. iOS is case sensitive.
Build and run the Exult Xcode file on an iOS simulator device and the debug console view will show early where it looks for the game and data files.
Example:
Looking for 'blackgate' at '/Users/USERNAME/Library/Developer/CoreSimulator/Devices/SomeLongDeviceID/data/Containers/Data/Application/SomeLongExult.AppID/Documents/game/blackgate'
This means you need to add the games, using the above folder structure, to '/Users/USERNAME/Library/Developer/CoreSimulator/Devices/SomeLongDeviceID/data/Containers/Data/Application/SomeLongExult.AppID/Documents/'.
Stop the Exult.app in Xcode, add the files and then run it again. The games should now be selectable.