BadgerCode / GMod-SDK-VSCode

A VS Code extension to make GMod addon development easier
https://marketplace.visualstudio.com/items?itemName=BadgerCode.gmod-sdk
MIT License
14 stars 0 forks source link
addon-development garrysmod gmod gmod-sdk vscode-extension workshop

GMod SDK for Visual Studio Code

A VS Code extension to make GMod addon development easier.

With this, you can quickly create and upload Garry's Mod addons to the workshop.


It is recommended that you also install the GLua language support extension, for improved syntax highlighting and suggestions.


Create your first Workshop item

  1. Open a folder in VS Code and click Create Addon

    create-addon-button

  2. Add your content to the addon.
    For example, create a weapon using the weapons interface.

    create-addon-button

  3. Upload your addon to the workshop (Steam must be running).

    create-addon-button



Features

Addon Development

Create and use an addon within minutes!


Copy addons to your Garry's Mod folder and test them in-game
copy-to-local-garrysmod-folder


Workshop Tools

Manage your workshop files at the click of a button!



Configuration

  1. Press ctrl + , or go to File -> Preferences -> Settings
  2. Search for gmod-sdk


Set your Garry's Mod folder location

In order for this extension to work, it needs to know where your Garry's Mod folder is located.
In the settings, you will need to set your

If you need help finding these things, there is a helpful guide here.

configuration-example



Contributing

Resources