-
What is RogueVM?
RogueVM is a game engine reimplementation using the ScummVM architecture
that allows you to play games that don't meet the requirements for
inclusion in ScummVM or ResidualVM, such as interactive fiction games.
- Current state
At this point RogueVM is fit for normal use, when playing supported games. It is however worth noting that you should still save early, and save often, as problems or dead-ends might still exist.
Currently RogueVM supports interactive fiction games that use the Infocom
Z-machine. The Z-machine reimplementation in RogueVM is based on Frotz.
- Running Z-machine games
To run Z-machine games, you will need to create a folder containing the original game files.
-
Prepare the game directory as specified above
-
Open RogueVM
-
Choose "Add Game"
-
Select the folder you created in Step 1
-
Click Start
-
Configuration
There are options to configure how your game is displayed, which can be selected from the GUI.
By default, the configuration file is saved in, and loaded from:
Operating System | Location |
---|---|
Windows Vista/7/8 | \Users\username\AppData\Roaming\ResidualVM\residualvm.ini |
Windows 2000/XP | \Documents and Settings\username\Application Data\ResidualVM\residualvm.ini |
Unix | ~/.residualvmrc |
Mac OS X | ~/Library/Preferences/ResidualVM Preferences |
Others | residualvm.ini in the current directory |
- Troubleshooting, Known Bugs, Issues
Currently, there is no support for terminal style functions for interactive fiction games.
- Debugging
Hitting Ctrl-D will bring up the debug menu.
- Bug Reports
RogueVM still has a few bugs. If you find a new one, don't hesitate to report it.
You can report bugs at our github-issue-tracker: http://www.github.com/roguevm/roguevm/issues
Remember to always have the following information in your bug reports:
- Information about the game (Zork I, Zork Zero, ...)
- Language of game (English, German, ...)
- Platform and Compiler (Win32, Linux, Mac OS X, ...)
- Bug details, including instructions on reproducing it
- Preferably also a link to a save game right before the bug happened.
- Contact