Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
/ gmscripts Public archive

Collection of scripts in GML (actually, for Game Maker Studio 2.3).

License

Notifications You must be signed in to change notification settings

kirillzhosul/gmscripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Game Maker Scripts.

Collection of some useful scripts in GML (Written by own). Actually, for GM Studio 2.3.

  • HTTP Utils. (Concat params, Simple request)
  • String Utils. (Split, Format).
  • Logging Utils (Levels, Logfile).
  • Audio Utils (Actually, more aliases).
  • Random Utils (chance)
  • Time Utils (seconds alias)
  • Array Utils (choice, swap, shuffle)
  • Publisher - Subscriber Utils (Pattern) (Subscribe, notify).
  • Gamepad - Gamepad utils (Get last working index, check is XBOX or not).

TBD.

Logging will be removed from this repository and moved inside own repository.

Notice

Also try other separated projects from me: