Skip to content

MonetizeGame/GameMonetize.com-SDK-Construct3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 

Repository files navigation

  

GameMonetize.com-SDK Construct 3

This repository contains the GameMonetize.com SDK for HTML5 Construct 3 games. This allows you to display advertisements in the games published within the GameMonetize.com network. https://GameMonetize.com

UPDATE V2: Downlaod update for Construct 3 (v2 support)

STEP 1:

Download the plugin or visit Construct 3 Addons here

  • In your Construct3 project, go to Menu > View > Addon manager
  • Select and upload the .c3addon file you've just downloaded
  • Restart the editor (refresh your browser if you are using the online version https://editor.construct.net)
  • Double click your stage and select GameMonetize SDK

STEP 2:

Select the new plugin within Construct 3 by right-clicking on Object Types and insert your Game ID in the properties tab. You can find these values within your GameMonetize control panel after creating a new game.

STEP 3:

Right-click Object types in the 'Projects' tab, select Insert New Object and select 'GameMonetize SDK' in the 'Monetization' category and insert your Game ID in from your account on game

STEP 4:

Add new action or event in your "Event sheet" - click to "Add action" or "Add event"

STEP 5:

You can now call the 'Show an Advertisement' action - whenever and as often as you want. We will make sure to reject any premature calls.

TIP: Pause / Resume event

Add events for pause and resume game. You have to stop your game and mute all sound & music when you see an advertisement.

Known issue

Getting the error "ReferenceError: window is not defined" - since our JS file in SDK is hosted, please pay attention

Solution: Click to "Timeline Basics" - left menu "Properties" - section "Advanced" - User worker - select "No"

FAQ

How to upload a game files?

Answer: When your game is ready to upload, you need to compress all game files to .ZIP file - Root folder of .ZIP file must include index.html and game files

Implementation self-hosted games.

In the case where a developer wants to self-host their game, please contact us on at: info@gamemonetize.com

Support:

If you have any technical questions or comments, please email us at: info@gamemonetize.com

Or simply check documentation on: https://gamemonetize.com/sdk

About

This repository contains the GameMonetize.com SDK for HTML5 Construct 3 games. This allows you to display advertisements in the games published within the GameMonetize.com network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors