Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 782 Bytes

README.md

File metadata and controls

29 lines (27 loc) · 782 Bytes

~kusabana/accelerator

multithreads source engine http downloads

Installation

  1. download the latest artifact or compile it yourself
  2. move the binary module (.dll file) to garrysmod/lua/bin
  3. add require'accelerator' to garrysmod/lua/menu/menu.lua in order to load the module on launch

Building

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

Todo

- check hash instead of giving up when file exists