Primekick / DynRPG

Create plugins for RPG Maker 2003!

Home Page:http://www.rewking.com/dynrpg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DynRPG

(Now with source code, thanks to Cherry)

Instructions

  1. Install CMake (Windows win64-x64 Installer, latest version)
  2. Get a version of GCC:
  3. Check Compiler paths:
    • 7.3.0: Extract to C:\mingw32 (should see bin/lib/etc)
    • 10.2.0+: Should have C:\msys64\mingw32 once installed & the package has been added
  4. Open build_mingw.bat and change MINGW_PATH if necessary
  5. Run build_mingw.bat. It should complete with lib/libDynRPG.a
  6. Create plugins as usual. Link against lib/libDynRPG.a in each plugin, and make sure the same compiler is used each time.

VS Code

  1. Follow steps 1-4 above
  2. Open the folder in VS Code
  3. Run the build task (this just calls the batch file anyway)

About

Create plugins for RPG Maker 2003!

http://www.rewking.com/dynrpg/


Languages

Language:C++ 91.3%Language:C 8.4%Language:CMake 0.3%Language:Batchfile 0.1%