Utility for the Bedlam 1996 game. Allows to view all images from the game files. Also allows to listen all sound files.
- Image: drawing all images from binary BIN files
- Sound: playing all RAW, MRW sound files
- MIDI: not playing MRS files (planning)
Contributors, welcome. Create a fork, then create a branch. Modify the source code. Finally, create a pull request to merge with my main branch.
- Install QT 5.12.10 with MSVC 2017 64(32)-bit components
- Open Visual Studio 2019, install "QT VS Tools" extension
- Open QT VS Tools options and set installed QT path
For more information how to integrate QT with the Visual Studio, see QT documentation.
- Open msvc/BedlamTools.sln project in Visual Studio 2019
- Compile x64 platform.
- Compile or download from releases
- Run
To see images:
- Open any Bedlam .bin file. If you need, open Bedlam .pal palette file
- See image.
To listen sound:
- Open any Bedlam directory with RAW, MRW files
- Click play to listen sound.