Attempting to use Rome-2 example
Hi,
I tried to use this example:
https://github.com/I7-Standard-Examples/Rome-2
I added the extensions and copied over the output.ulx to the proper name - but it seems to just show an empty screen on startup. If you have a chance, can you try it? Thank you.
It seems the issue is with GLKFunctions not having code 200 (0xC8) implemented. It puts the code into a restart loop of reading the story file.
The trouble seems to be story source code line "pause the game."
Does this reference a similar problem? http://inform7.com/mantis/view.php?id=914
Replacing source "pause the game." code with "wait for any key; " results in similar problems.
Sorry, for the late reply, but I didn't notice this issue earlier. The framework does require the story file to be adapted for the purpose of the Android conversion, and does not support all Inform commands. In particular, as you have discovered, pausing the game is not supported.