Crates.io | gmbm |
lib.rs | gmbm |
version | 0.6.0 |
source | src |
created_at | 2021-12-13 06:53:45.979955 |
updated_at | 2021-12-13 06:53:45.979955 |
description | CLI to manage and download garrysmod binary modules |
homepage | |
repository | https://github.com/Vurv78/gmbm |
max_upload_size | |
id | 496979 |
size | 74,787 |
gmbm
Binary module manager for garrysmod.
init
- Initializes gmbm at the program's dir. You will need to run this when first installing gmbm in the future, but right now it is optional.clone
- Clones a github repo into a cache to be built with build
.build
- Builds a repo into a DLL to be installed with install
.install
- Moves a DLL from an existing and compiled package into the garrysmod/lua/bin
folder.verify
- Verifies the integrity of a package's DLL. (Does basic checks for now.)# Download the git repo on your machine (Also downloads submodules ofc)
gmbm clone https://github.com/Derpius/VisTrace
# Build the .dll
gmbm build vistrace
# Place the DLL in your gmod directory as gmcl_vistrace_win64.dll (Changes depending on your arch and machine)
gmbm install vistrace
# From here, just require("vistrace") inside of gmod, and you're good to go!