This library aims to add missing features from the standard GameMaker 1.4.9999 library.
There are around 40 scripts (eg. array_sort
, array_slice
, string_join
, array_split
) for general purpose usage!
There are multiple ways to get the library extensions.
- Download the library via the Marketplace.
- Go the the releases page.
- Find and download the most recent
gm_extensions.gml
file. - In your GameMaker project, include the file.
- Install dmd.
- Clone this repository,
git clone https://github.com/vladdeSV/gm_extensions.git
. - Execute the extractor in the project via the Command Prompt,
rdmd extractor.d
. - In your GameMaker project, include the file
output/gm_extensions.gml
.
- Check out the REFERENCE
The target of this is library is primarily aimed at GameMaker 1.4, but will most likely work with GameMaker 2.
This project is not affiliated GameMaker or YoYoGames, but I definitely feel this should be available to everyone.
Special thanks to @twisterghost (Michael Barrett) for inspiration with his library gdash.