Resources
Gamemaker resources
Open Source 2 by scratch9
This is another one of my games called Super UnderWater PacMan! IF used give credit.
Platform Character Outline by chumbucket
This is a very large sheet of several 48x48 poses for a platform character. This is just an outline, intended to be minorly edited to provide you with a great variety of stylistically similar platform characters. I designed this resource for people who want to spend less time drawing sprites for their characters and NPCs in platform games and more time programming the actual game - this shows when programmers make games that are focused on small, 8x8 "blobs" or "pixel-men" as main characters which are just very difficult to get emotionally attached to in any way, shape, or form.
The process is simple - just import the frames of whatever animation you'd like into Game Maker, edit them to look like your platform character (porportions and styles are already taken care of, you just have to draw hair and clothes - usually the easy part of spriting a character ^^), and you have a human platform character to use in your games.
These sprites are completely royalty free. You can use them for private or commercial purposes, on Game Maker games or in Flash movies, or maybe even professional games, whatever. You don't even need to contact me for permission to use them.
The Dude's Library Gold by dude759
All of the prevous ones are included(1,2,final,complete,and silver).
This includes:
-acceleration
-reverse
-basic controls
-jump controls
-change gravity direction
-align mouse to grid
-pause
-enemy health
-time
-change and test views
-test existence (new ones added!)
-load program
-load extesion
-save extension
-current time
-test dates
-advance messages
-minicode (new!)
-global variables (new!)
-shake object (new!)
-shake screen (new!)
-move outside object (new!)
-pop-ups (new!)
-variable operaters (new!)
-alpha transparent
-test current sprite
-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
-36 colored variables (set, draw, groups, else)
-comments
-more
In LIB format so just put the files in C:\programfiles\Game_Maker7\lib. Lite version of Gmaker will work. if you have any trouble or see any problems click here http://www.yoyogames.com/messages?recipient=dude579
Jumpthrough platforms. by Bill23
This allows you to create jump through platforms that work with multiple characters. It's very easy to understand, and can be easily added to any platform game. Pleas give credit if used.
Musics for your games by lateksi2
This pack includes 11 music files. All them are free and my own. If you sell games with my musics, don't forget to give me credit.
Inno setup by Rockerluigi
Inno setup is a tool that you can use for setups. Good for making a professinal games. it requires some scripting skills but otherwise its good.
Textbox / Dropdown list / info m... by wabnuts
This will show you a way how to create a textbox, dropdown list (that will remeber via .ini file) and
a message popup.
This was made with GameMaker v6.1(non-reg.) and will work with v7.0 (reg.)
Hope this will help someone.
Enjoy!
Make a Maze / Find a Path by bukster
Two scripts in a demo that will draw a computer generated maze on the screen. Press space for a new maze or p to see a path from the start of the maze to the end point.
Use this for games where you want lots of different mazes. So you don't need to design every stage, just use one with a different maze everytime.
This is the same maze drawing/path finding system I used in my game "Hall of Shadows". I've included instructions in the code so you can make the mazes bigger if you want.
