Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.45 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.45 KB

AppGameKit Adlib Plugin

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.

Getting Started

Prerequisites

Installing and Using the Plugin

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.

Compiling the Plugin

Visual Studio 2015 Community Edition was used to compile the plugin.

License

This project is licensed under the LGPL 2.1 License - see the LICENSE file for details.

Acknowledgments