Skip to content

Exult iOS User Guide

Dominik Reichardt edited this page Oct 11, 2017 · 3 revisions

Upload game files using iTunes file sharing.

The folder structure should be:

 - game
     +-- blackgate   
     |     +---- static
     |          +----- ***
     +-- serpentisle
           +---- static
                +----- ***

Make sure all files are in lowercase. iOS is case sensitive.

For Developers - Uploading the files to the Simulator device:

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.

Clone this wiki locally