Skip to content

GabeMadej/indieop_gamemaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

indieop 1.0.0

indieop implementation for GameMaker

Download the .yymps

 

  1. Set up an account on indieop. The free plan is (at the time of writing) limited to 1 game, 1 team member, and 50 form submissions per month so bear that in mind.
  2. Set up a game in the backend and find your API key.
  3. Import the .yymps into your GameMaker project.
  4. Open __indieopConfig and copy-paste your API key into the INDIEOP_API_KEY macro. Set INDIEOP_DEBUG to true to help with testing.
  5. Create a form with new indieopForm() and add fields with the various field method (please see documentation in the script itself for an example).
  6. Submit the form with the .Submit() method. Check your debug log for any error messages and resolve them as necessary.
  7. Check that the form was submitted successfully by refreshing your dashboard. Submissions appear quickly in my experience.
  8. Set INDIEOP_DEBUG to false to avoid future debug spam. Integrate form submission into your game's UI.

 

You may also be interested in Google Analytics and Unity Analytics implementations for GameMaker. If you're looking for bug tracking specifically, Snitch is worth a look too.

About

Indieop implementation for GameMaker based on JujuAdams implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors