Not logged in
Register | Login

Menu:

Game Maker Extensions Menu:

Game Maker Extensions

Welcome to GMbase, the web's largest Game Maker extension library. We have a large database of neatly categorized and tagged extensions for Game Maker, all for your using pleasure. You can also upload your own extensions, and watch as they instantly appear on the website. You can even track your extensions' popularity with our commenting system, rating system and our download counters.

Latest Game Maker Extensions

rating

Table Data Structure

 - Kyle_Solo

Store data in two dimensions, like a grid. Unlike a grid, you can add, delete and insert rows and columns.

rating

Process Extension

 - Chasesteel

Can find and kill processes by using their process name.

rating

GM Mouse Functions

 - zappy77

A bunch of extra mouse functions. This could make your mouse coding life a lot easier!

Browse by: Categories | Search | List

Latest news

Schyler | December 13, 10:50 pm

New Category

I was feeling like doing an overall of the site to see what needs to be done and noticed that there was not a category for "Emulation". I have added an Emulation category to the site and hope that you take advantage of this new category.

On other topics, I might take the time to image all the extensions.

Comments (1)
Schyler | December 12, 8:48 pm

New Admin

I'm now an admin of GMbase and because of that I feel like stopping this place from being dead.

Comments (2)
Jonah | September 29, 10:30 pm

Download problems?

Alright, ever since this site was released, people with programs that block the referrer variable on the browser have been having problems downloading extensions. I think Norton did this. I think that should be fixed now though. So if you have been getting complaints of a broken download that should stop. I really have no of testing my patch myself though.

Comments (0)
Kyle_Solo | February 15, 1:06 pm

Categories

Alright, I've been doing some categorizing. If you feel your extension is in the wrong category or think there should be a new category for it, post here and I'll fix it.

Comments (0)
Jonah | January 03, 1:00 pm

New bbcode elements

We now have the [color*], [size*] and [code*] bbcode tags working! Example:

players = array_create(); // Creates array
array_set(players, "attack", "player1", "skills", 1);
array_set(players, "defend", "player1", "skills", 2);


*note that is does not auto-highlight though.

Comments (1)