GameMaker Language Object Overlay Project is a library created in GameMaker Language used to operate primary functionalities of GameMaker through a set of constructors.
Please visit the project Wiki for more information and examples.
This project can be imported into other GameMaker projects either from a prepared release or by creating an importable package from the latest code in the master branch. Using an available release is recommended, as this branch can contain unfinished code that is not ready for a release.
- Head to the Releases tab and download a release in the
.yymps
file. - Open a project in GameMaker into which the release will be included.
- In the
Tools
toolbar, open theImport Local Package
menu. - Choose the previously downloaded release file and open it.
- Select
Add All
and thenImport
. The release should now be imported and appear in theAsset Browser
, unless files with the same name have already existed in the project, in which case they can be replaced or skipped. - Confirm that each individual file was imported successfully.
- Clone this repository.
- Open the project of the cloned repository in GameMaker.
- In the
Tools
toolbar, open theCreate Local Package
menu. - In
Package Details
, fillDisplay name
andPackage ID (Filename)
fields with any name, also selectAdd All
in the resource selection. Then selectOK
. - Select where the package file should be saved on the device.
- Open the project in GameMaker into which the package will be imported.
- In the
Tools
toolbar, open theImport Local Package
menu. - Choose the previously saved package file and open it.
- Choose
Add All
and thenImport
. The release should now be imported and appear in theAsset Browser
, unless files with the same name have already existed in the project, in which case they can be replaced or skipped. - Confirm that each individual file was imported successfully.
Created, documented and maintained by Mtax.
Contains contributions from the following users:
GameMaker and GameMaker Language are properties of YoYo Games.
This is a third-party project not affiliated with YoYo Games.