A plugin for AppGameKit Tier 1 to play OPL2/OPL3 file formats using the AdPlug library.
This plugin currently has Windows 32-bit and Windows 64-bit versions only.
- AppGameKit for developing your game.
- Visual Studio 2015 Community Edition was used to compile the plugin.
- The adlib-plugin branch of my fork of the AdPlug library is used.
Add the Plugin to the AGK IDE. Copy the AdlibPlugin folder from inside the AGKPlugin folder of this repository into the "Tier 1\Compiler\Plugins" folder where App Game Kit 2 is installed on your system.
The AppGameKit site has a complete guide to creating, installing, and using plugins that you might find useful if you're new to them.
Visual Studio 2015 Community Edition was used to compile the plugin.
This project is licensed under the LGPL 2.1 License - see the LICENSE file for details.
- AppGameKit for their wonderful game development engine.
- Everyone who contributed to AdPlug.