Skip to content

Partially converts GameMaker: Studio extensions to series of GML scripts for use with GameMaker≤8.1

Notifications You must be signed in to change notification settings

YAL-GameMaker-Tools/extension-gmx-to-gm8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExtGmxToGml8

Converts GameMaker: Studio extension files into series of scripts for use with GameMaker 8.1 and earlier.

That is, concats the GML files as-is and converts the extension function nodes for C++ files (as seen in GUI) to external_define declarations and scripts calling them.

Then you can drag the resulting GML file onto an open GameMaker window to import a script directory.

Included files will have to be added separately.

Author and license

Author: Vadim "YellowAfterlife" Dyachenko

License: GNU GPL v3 https://www.gnu.org/licenses/gpl-3.0

About

Partially converts GameMaker: Studio extensions to series of GML scripts for use with GameMaker≤8.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages