Elias Hogstvedt
Elias Hogstvedt
annotated will error if _G.arg is nil
If you do `loom.annotated(loom.off())` or `loom.off(loom.annotated)` the arguments are swapped and you get a table with nothing. This had me scratching my head for a while until I realized the...
At the moment sound effects (and possibly other assets?) are named by numbers. As someone who wants to make sound effects this becomes really cumbersome to manage. The ideal solution...
This seems to be an issue with the source engine. The only fix I'm aware of is to enable HDR. You can warn clients about this by checking if `mat_hdr_level`...
I'm using Ubuntu 20 and a rx 6900 XT. I tried setting `--extra-index-url` in Dockerfile to `https://download.pytorch.org/whl/rocm5.1.1` which I believe is correct for AMD systems. I then had to modify...
The reason is that `Weapon:Clip1()`, `Weapon:Clip2()`, `Weapon:GetMaxClip1()`, `Weapon:GetMaxClip2()` aren't networked to other clients except the owner.
Sort of related to #18 but in my case I have a phone case with a wallet that gets scanned if i fold the case out too close to the...
something simple like `void enet_host_userdata(ENetHost *host, char *data, size_t dataLength)` where the userdata would be sent back (with some rate limits I guess) to anyone who is not connected and...