Garry's Mod Addon Tool Changelog

What's new in Garry's Mod Addon Tool 2.4

Jun 21, 2022
  • Updated all packages used in GMAT
  • Fixed a rare bug (#25) that would throw errors if your Garry's Mod directory changed locations. Thanks @AruMoon!

New in Garry's Mod Addon Tool 2.3 (Dec 9, 2020)

  • Complete removal of jQuery, which should make future debugging a lot easier, also makes the code a lot easier to read and understand in my opinion
  • Added default directory check, this will check to see if Garry's Mod is installed on your C: drive, and if it is, it skips asking you where it's located
  • Added a lot more error checking - this should give you a better idea of what gmad/gmpublish is complaining about
  • Added dark theme back! You can change this in settings
  • Added private addon count at the bottom of update addon panel - just in case people don't read the FAQ and attempt to update a private addon
  • Fixed Edit addon.json button to actually show the current details of your addon

New in Garry's Mod Addon Tool 2.2 (Oct 19, 2020)

  • Fixes major bug (#15), would break large addon upload/creation

New in Garry's Mod Addon Tool 2.0 (Jul 24, 2020)

  • Redesigned addon creation/updating to ask less questions and give you more information:
  • Updating your addons also gives you a glance at your addon's downloads, favorites, and views
  • Will automatically go to final prompt if GMAT sees that you already have an addon.json file
  • Simplified creation options
  • Final prompt will also show you your addon's title, type, and tags
  • Color scheme change to blues to better fit Garry's Mod
  • Fixed several bugs that went most likely unseen

New in Garry's Mod Addon Tool 1.4 (Apr 11, 2020)

  • Support for Linux
  • More download options, plus an installer
  • Updated the icon
  • Now actually works when you just want to create a GMA
  • Added a console log
  • Fixed updating addon "View" link not working
  • Largely decreased the size of the x32 dist, x64 is slightly smaller
  • Added a settings panel
  • Allows you to view the output log of gmad and gmpublish
  • Allows you to reset all of you settings to default

New in Garry's Mod Addon Tool 1.3 (Mar 3, 2020)

  • Rewrote the Steam AJAX request to handle more than 13 addons
  • Made some window transitions a little more consistent
  • Cleaned up a lot of junk code
  • Added some important comments
  • Wrote a utility function to handle almost all of the div transitions
  • Fixed icon not loading (maybe??)
  • Added a button that lets you extract GMA files (downloaded addons can commonly be found in GarrysModgarrysmodaddons)