SweptThrone Code Circular

Week of April 27, 2026

STA On-the-Go

I added STAssistant's --time command to STA On-the-Go as /time. This command takes a Discord ID and translates it to a human-readable time. I think you should be able to try it out in this server...

Tale of Flocksworth

I discovered the infinite loop I had was unavoidable with how I was intending to spawn features, so I started rewriting it to avoid this. I spent a lot of time being stumped with very strange issues before realizing I don't know how to do math and I'd been using some very wrong calculations. How fun.

GetSoundscapeFn

The recent Garry's Mod update broke my binary module again, so I had to take some time to fix it up. I also needed to fix it up for Infiltrator's re-release, but that came after the update.

The Big Apple

There were a few minor things I wanted to fix before re-releasing The Big Apple so I did that. There was an infinite loop in STGunrunning because of how I tried to make the gun pallets' data persist across servers, and I edited STChopShop to drop car parts with different values so you don't get $100 of parts from a $1'000 car.

Server Tracker

I tried writing a website to query all of my servers and present their info and players, but I don't think my web host allows me to send out requests. I could run it elsewhere, but I wouldn't be satisfied with its URL so I turned it into a local console app instead.