ZakBlystone / gmod_blueprints

Blueprint Editor for Garry's Mod (Visual Programming)
GNU General Public License v3.0
59 stars 9 forks source link

ko-fi

Garry's Mod Blueprints

Blueprints for Garrysmod. Clone this into your addons folder and have at it.

License

# Installation ## Steam Workshop This addon is available via the Steam Workshop. # How to Contribute ## Creating Issues ### For feature requests - Ensure that the feature hasn't already been requested - Please be specific, and provide specific examples ### For bugs The following must be provided: - The saved blueprint script (located in `garrysmod\data\blueprints\client\bpm_yourfile.txt`) - Steps to reproduce the issue - Any relevant console errors **Use the relevant tags for any issue you're creating!** ## Get the code ```bash # 1. Change working directory to your Garry's Mod addons directory cd /c/Program Files (x86)/Steam/steamapps/common/GarrysMod/garrysmod/addons # 2. Clone the repo git clone https://github.com/ZakBlystone/gmblueprints.git ```