AndroidIF icon indicating copy to clipboard operation
AndroidIF copied to clipboard

Attempting to use Rome-2 example

Open RoundSparrow opened this issue 9 years ago • 3 comments

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.

RoundSparrow avatar Aug 23 '16 00:08 RoundSparrow

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

RoundSparrow avatar Sep 12 '16 13:09 RoundSparrow

Replacing source "pause the game." code with "wait for any key; " results in similar problems.

RoundSparrow avatar Sep 12 '16 16:09 RoundSparrow

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.

SimonChris avatar Jan 30 '18 19:01 SimonChris