Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.
Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.
Developers Notice (April 26): Additional caching + rate limiting have been applied and may affect you if you interface with the MediaWiki API. Our API page details the current requirements to interface with the API, as well as common issues that you may experience.
From PCGamingWiki, the wiki about fixing PC games
Information
- Inform began as a reverse-engineered version of ZIL.
- Games made in Inform are not playable on their own; instead, Inform generates story files which must be opened with an interpreter.
- Inform can be used to make games in either of two formats: Z-code (usually .zblorb, .z5, or .z8) and Glulx (usually .gblorb or .ulx). Some interpreters can play both, while others can only play one or the other. Gargoyle is a popular multi-platform interpreter which can play both Z-code and Glulx games as well as games made in other interactive fiction authoring systems. A comprehensive list of interpreters which can play Inform games can be found at the IF Archive under interpreters-multi, interpreters-glulx, and interpreters-infocom-zcode (some downloads may be out of date).