Getting started with plugin-sdk
masterplugin-sdk is a development kit used to create plugins for the Grand Theft Auto series, specifically for GTA2, GTA3, GTA: Vice City, GTA: San Andreas, and GTA:IV.
To begin developing with plugin-sdk, follow these high-level steps:
- Install a development environment (IDE): Set up your preferred C++ development environment.
- Set up plugin-sdk: Copy the SDK to your local machine and configure it for your project.
- Create your first plugin: Follow the project's workflow to initialize and build a new plugin.
For detailed, step-by-step instructions on each phase, refer to the project's official Wiki guides.