** Extensions in this branch may or may not work for any given release of Inform or may have never worked anywhere. **
For extensions that are believed to work, see:
- Friends of I7 10.1 extensions or the Friends of I7 10.1 extensions repo itself
- Friends of I7 9.3/6M62 extensions or the Friends of I7 9.3 extensions repo itself
Here you'll find many Inform 7 extensions -- some are ready for public use, others are barely working experiments. Enjoy!
The full list of extensions is visible here: https://i7.github.io/extensions/
If you would access to the repository to add your own extensions, please ask here: http://www.intfiction.org/forum/viewtopic.php?f=7&t=5229
It may help to know that the I7 Public Library of extensions (integrated with the 6L38 IDE) can be found at: http://www.emshort.com/pl/payloads/
If you find a bug in any of these extensions, or indeed in any Inform 7 extension at all, please make a new issue and we may be able to help. The purpose of the group is that we can all work together to maintain and develop these extensions. Sharing the load will make it easier on us all, while experienced programmers can help those just starting out.
This repository now includes all of the extensions in the Public Library as of 2020-10-10, so you don't need to download them separately. Sadly they're not organised by theme any more, so you'll have to use other means to find the particular extensions that you want to use.
- Locate the extension that you want to use via the GitHub website.
- Click on the Raw button.
- Download the resulting file anywhere on your computer.
- Inside I7, go to File -> Install Extension and locate the file you just downloaded.
- Repeat this for any other extensions that the one you wanted also includes (and you don't already have).
- Repeat all of this for any other extensions that you want.
- Locate your current Extensions folder -- from within I7, select File -> Show Installed Extensions Folder -- then close I7.
- Go up to the parent directory and rename the
Extensions
folder toExtensions Old
(for now). - Download this zip file and extract it into that location.
- Rename the
extensions-master
folder that it just created to justExtensions
(such that this now contains subfolders with peoples' names). - You now have all of the extensions in this repository, which includes those from the Public Library. (Don't touch the blue or purple buttons in the Public Library tab, or you'll downgrade something.)
- If there's any extensions from your
Extensions Old
folder that you need to "rescue" (perhaps some you've written yourself, or installed from elsewhere), you can use File -> Install Extension to copy them from that folder into the new Extensions folder (or close down I7 and move them manually). - To update in the future, you can either update the extensions one-by-one as above or you can download a fresh zip and install the whole thing over the top.
(Alternatively, if you're familiar with Git then you can use a Git clone in place of downloading the zip, if you prefer.)