Resources

Gamemaker resources

  • Currently 5.0/5 Stars.


cool pkmn music by creature creator2

this is not mine just found it online but very useful for any pkmn game

  • Currently 4.0/5 Stars.


87 Musics for your game by SoulStudios

Hope you like it!

  • Currently 4.0/5 Stars.


Megaman's Zero sprites by 123454321

Some sprites from X3 ,X4, X5 and X6

  • Currently 4.0/5 Stars.


The Dude's Library Final by dude759

All of the prevois ones are included. I fixed the ones that didn't work.
This includes:
-acceleration
-reverse
-basic controls
-jump controls
-change gravity direction
-align mouse to grid
-pause
-enemy health
-time
-do statement
-change and test views
-load sprite (pro)
-load program
-load extesion
-save extension
-current time
-test dates
-advance messages
-draw backgrounds and sprites streched and parts
-change room speed
-make object visible and/or solid
-move to mouse postion
-move towards mouse
-create object at mouse
-passwords
-users
-more
-36 colored variables (set, draw, groups, else) (new!)
-comment (new!)
In LIB format so just unzip this in C:\programfiles\Game_Maker7\lib. Lite version of Gmaker will work.

  • Currently 4.0/5 Stars.


multiple screen shots by tech_droid

TAKING MULTIPLE SCREEN SHOTS:

put this piece of code in a key press or mouse event.this code asks for the player to enter a file name and then takes a screen shot of the game and saves it to whichever file the game has been saved to. Note that for this code to work the game must be saved as an excutable.

{
screen = get_string('please enter file name','name');
screen += '.bmp';
screen_save(screen):
}

  • Currently 4.0/5 Stars.


Super Mario bros. level design by Mithos

The layout for every level of super mario bros. including which pipes go where etc. please use tiles to make cos these take ages to load.

  • Currently 4.0/5 Stars.


Morrowind sounds by Arkotar

first pack of sounds from TES3

  • Currently 4.0/5 Stars.


Time-saving script for starting ... by Boreal

Allows you to start 3d mode with all the basic settings with only one function!
More details inside.
Please give credit!

  • Currently 4.0/5 Stars.


GiiMote by Sam Whited

GiiMote is an extension for Game Maker 7 and above that can be used to add Wii Remote support to your Games.

Current Version: 2.0

  • Currently 4.0/5 Stars.


Gravity Switch by mdoubledbg

this is an engine to shift the gravity back and forth of the character by double jumping. It has sillhouetted sprites from my (unposted) game Cubes.

Add New Resource |