View Single Post
Old 12-13-2013, 03:37 AM   #1
BigBoot
Member
BigBoot has much to be proud ofBigBoot has much to be proud ofBigBoot has much to be proud ofBigBoot has much to be proud ofBigBoot has much to be proud ofBigBoot has much to be proud ofBigBoot has much to be proud ofBigBoot has much to be proud ofBigBoot has much to be proud ofBigBoot has much to be proud ofBigBoot has much to be proud of
 
Posts: 15
Karma: 27766
Join Date: Dec 2013
Device: Kobo Aura HD
QtFrotz - Frotz port to Kobo e-readers

Hello,

I've ported Frotz to the Kobo e-readers. Frotz is an interpreter for Infocom games and other Z-machine games. It complies with standard 1.0 of Graham Nelson's specification. It was written by Stefan Jokisch in 1995-1997. It was ported to Unix by Galen Hazelwood. Currently the Unix port is being developed and maintained by David Griffith. The Unix port is also the canonical core version upon which all other ports are based.

Instructions:
  1. You'll need KoboLauncher, so if you haven't already installed it, do so now.
  2. Extract the files to the KoboLauncher directory (.kobo/KoboLauncher on internal storage)
  3. Open the applications.ini file in the KoboLauncher directory and insert the following line:
    Code:
    Frotz = frotz.sh
  4. Start KoboLauncher and open Frotz.

Some notes:
  • To change the font size, click on File->Settings (only works when no game is active), don't set some to crazy values or games will probably crash
  • To quit you first have to quit the game (by typing "QUIT" or pressing File->Exit) and then press File->Exit again
  • The savestates menu seems to cause problems in some games. In these cases just use "SAVE" and "RESTORE" commands.

Sourcecode is attached.

Changelog:
12-13-2013:
  • Fix special keys on keyboard
  • fix savestates
  • fix problems with some "graphics"

BigBoot
Attached Thumbnails
Click image for larger version

Name:	QtFrotz3.png
Views:	2376
Size:	35.0 KB
ID:	116626   Click image for larger version

Name:	QtFrotz4.png
Views:	2246
Size:	54.4 KB
ID:	116627  
Attached Files
File Type: zip Frotz.zip (85.2 KB, 976 views)
File Type: zip Frotz-12-13-2013.zip (85.6 KB, 857 views)
File Type: zip QtFrotz-src.zip (118.8 KB, 714 views)
BigBoot is offline   Reply With Quote