Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.1 KB

File metadata and controls

21 lines (15 loc) · 1.1 KB

Installation

Importing Party as a local package from releases rather than cloning the repo is encouraged. The only difference between the two is that src often includes in-development stuff, demos and examples so it can be self-sufficiently ran as a GameMaker project.

Importing into your own projects

  • Download the latest release.
  • Import a GMParty-X.X.X.yymps local package via GM-IDE Tools -> Import Local Package
    • All files and directories are necessary except GMParty/hooks. If you're not interested in overriding the native particle system you can freely omit that whole directory. See Hooks.

or

  • Clone the repo via github cli:
    • gh repo clone Fanatrick/GMParty
  • Open the project in GM-IDE and export Tools -> Create Local Package
  • Import files from local package to your project's directory, optionally omitting GMParty/hooks.

<- Requirements and limitations

-> Configuration