Posted August 3, 2021 (edited) Releasing the server source, I cannot continue to work on this at the time. Server: halopc.lua This requires Luvit: https://luvit.io/install.html To run the script place halopc.lua, crc32.lua, and lua_table.lua in the folder you place the luvit executables in. After that open a CMD window in that directory and run it with `luvit halopc.lua`. If you want to send request to this you will have to open up port 80 (or you can change the listen port in the script and open that port instead.) Also make sure coro-http is installed by running: `lit install coro-http` (again in a CMD window with the folder path you have luvit installed.) Edit: coro-http is required but not used, i forgot to remove this from the script, you can comment out line 2 and not install coro-http and it should work fine. Note: This cannot run on linux, it is running windows commands to get the working directory which do not work. Even if you manually set this, the linux version of luvit tends to halt for no reason after a couple hours (at least on Ubuntu.) Edited August 3, 2021 by Devieth coro-http isnt actually needed. Enclusion, Takka, Chalwk and 1 other like this Share this post Link to post Share on other sites