Here you can find a quick list of all downloadable files on this website. Most of the files can be hard to find, as they are separated into different pages. Here you can quickly access every single file available for download.
BigInt Lib is a GML library for handling integer numbers of any length. With this library, you can handle numbers much bigger than what GM is capable of.
GMConsole is an easily implementable console window like in games such as Half-Life or Quake. Good for both final public releases and for project debugging.
Math-C is a complete math compiling and execution library for Game Maker. It can either run math scripts without using execute_string at all, or compile them into runnable GML. Everything is handled by the script. It even has internal error handling so that GM errors should not occur.
GML implementation of the popular md5 digest algorithm. This package does not contain really any good examples of use. Unless you're looking for this, the chances are you don't need this.
Very windows xp like menu system made completely with GML to be used inside Game Maker games. Features things like sub menus, icons, seprators, disabling menu items, no mouse clicking trough menus, etc.
Skill Icons from RuneScape in various shapes and sizes intended for RuneScape related websites and projects.
GML Highlighter is a PHP script for highlighting GML scripts for using them on website and forums in easily readable format. The PHP script comes with web interface and library, which can be easily implemented to your website.
PHP source for the sudoku solving algorithms used by the sudoku solver. Only the algorithm itself is included and no interface for it is provided whatsoever.
A simple tool for testing PCRE patterns on user definable subjects. The tool allows testing against matching, replacing and splitting. Simple enviroment for testing around your regular expression patterns. All in one PHP scripts.
A web based tool for testing Regular expression on both PCRE and POSIX engines. Features include allow highlighting of original subject and variety of modifiers for input.
A set of PHP scripts that contains scripts such as RuneScape stats lookup, your own highscore system and dynamic stat signature creator. Also includes the library files for parsing and handling RuneScape highscore pages.
SourceViewer is a tool for websites who wish to display their sourcecode, or part of it to the user. In addition, it is relatively easy to use and customizable PHP code highlighting script.