WineHQ
Category: Main Games Game Tools Inform 7: 4K41

Inform

No Screenshot

Submit Screenshot

Inform is a design system for interactive fiction, a new medium for writers which began with adventure games in the late 1970s and is now used for everything from literary narrative fiction through to plotless conceptual art, and plenty more adventure games too. Since its introduction in 1993, Inform has become a standard tool.

Three years in the making, Inform 7 is a radical reinvention of the way interactive fiction is designed, guided both by contemporary work in semantics and by the practical experience of some of the world's best-known writers of IF.

Application Details:

Version: 7: 4K41
License:
URL: http://www.inform-fiction.org
Votes: 0
Latest Rating: Gold
Latest Wine Version Tested: 1.0-rc2

Maintainers: About Maintainership

No maintainers. Volunteer today!

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

Everything seems to work. I compiled and ran several of the sample works (Bronze, Damnatio Memoriae, Glass) without any problems. Here's how:

Download and install IEs4Linux because Inform requires Internet Explorer. Install ie6. http://www.tatanka.com.br/ies4linux/page/Main_Page

Download and install Inform 7 for Windows:
$ wine I7_4K41_Windows.exe

Find a copy of riched20.dll and copy it into the Inform 7 installation directory. riched20.dll can be found in Windows installations in the Windows/System32 folder.

Open Inform 7.exe in a hex editor and find all instances of riched2 and change them to riched5. For example: RICHEDIT50 becomes RICHEDIT20, etc. In KHexEditor, for example, do a text search and check the option to "Ignore case". Save the modified file.

Create a shell script to run Inform 7:

#!/bin/sh
export WINEPREFIX="/home//.ies4linux/ie6"
wine /Inform7.exe

Save it as i7 and add execute permissions:
$ chmod u+rwx i7

Start Inform by running i7:
$ ./i7

What does not

Everything seems to work fine but I haven't actually written a full story yet, only compiled stories written by others.

Workarounds

What was not tested

Tested everything I could think of but I'm just getting started using it. I am not an advanced user. Also, I did not test running a game in a separate interpreter but I assume that would work too since the compiler didn't complain about anything.

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowKANOTIX 2007 "Thorhammer"May 27 20081.0-rc2Yes Yes NoGoldDirk Mittler 
ShowKANOTIX 2007 "Thorhammer"May 25 20081.0-rc2Yes No NoGarbageDirk Mittler 
CurrentUbuntu 6.10 "Edgy" i386 (+ variants like Kubuntu)Mar 12 20070.9.22.Yes Yes NoGoldan anonymous user 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back