Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 896 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 896 Bytes

YY-CHR Plugins

A selection of plugins for the graphics editor YY-CHR.NET. The following plugins are currently available:

CGA2BppLinearFormat - Edit 8x8 CGA linear formatted tiles found in many early DOS games.

Installing Plugins

To install a plugin, download it from the releases page and unzip the dll file to the Plugins folder of your YY-CHR installation.

Building Plugins

Download or clone this repository. Open the solution file (.sln) for the given plugin in Visual Studio. From the main menu select Build > Build Solution. The resulting dll file is written to bin\Debug. Move the dll to the Plugins folder under your YY-CHR installation directory and open the app. (Tested in Microsoft Visual Studio Community 2022.)