~kusabana/accelerator
- download the latest artifact or compile it yourself
- move the binary module (.dll file) to
garrysmod/lua/bin
- add
require'accelerator'
togarrysmod/lua/menu/menu.lua
in order to load the module on launch
git clone https://github.com/kusabana/accelerator
cd accelerator
cargo +nightly build --release --target=<desired_target>
target triples:
x86_64-unknown-linux-gnu # linux 64-bit
x86_64-pc-windows-msvc # windows 64-bit
i686-unknown-linux-gnu # linux 32-bit
i686-pc-windows-msvc # windows 32-bit
- check hash instead of giving up when file exists