Skip to content

Metastruct/runext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RunExt

(Because we already have enough lag inside GMod. It's time to offload)
An external runner for Garry's Mod. since we don't want to trigger VAC or spawn crashing threads.

Features

  • Extracts lzma files based on HTTP API

  • Autoruns with Gmod

  • TODO: Autoclose too

  • TODO: obj2mdl, etc

  • that's about it...

  • 99% VAC safe. Even the binary module gets unloaded that autostarts the external system.

Usage

http.Post('http://localhost:27099/decompress',{
		file = "cache/workshop/123123.cache"
},print,print)

Dependencies

Installation

Just copy files around properly to GarrysMod root, run npm install and stuff.