Radio v1.0.0.17 BETA 3 – Volume support in all mods

Another small update to enable volume control in all SourceMod supported mods (So far it seems like only CS:GO needs the silent MOTD loading compared to other mods). Slight change to the way cookies are done now also (The saved station isn’t a global saved URL anymore, it’s dependant on whether volume control is enabled … Read more

Radio v1.0.0.17 BETA 2 Released

Beta 2 is out to the public now after some testing and hopefully it’s working as intended. Previous beta 1 ended up with an error related RegClientCookie and had the same storage name for Station and Volume. How it actually worked at all is beyond me. Some users have reported experiencing the welcome message loading … Read more

Radio v1.0.0.17 BETA 1 – Public

Finally got around to a public beta for radio with built in volume controls using direct audio streams. Still need translators for the new strings and some more bugs fixed that might pop up. Ran many tests and can confirm 100% that volume is working in CS:GO and will be enabled for other mods, once … Read more

Match Server Manager – Progress Update

Progress update on Match Server Manager because I feel like I’ve been slacking posting any progress reports recently, being so close to a full re-release. All the menus have been switched over to the new format within SourceMod – This was quite a time consuming task with the plugin heavily based around menus to ease … Read more

Radio v1.0.0.16 Released

SourceMod Radio v1.0.0.16 is now released. Fixed a very rare client bug – Where a client would type !radiooff and disconnect before the menu displayed (Causing the plugin to call SetFailState). The code has also been cleaned up quite a bit and moved over to the new decals syntax, instead of using mixed mode which … Read more

Server Crontab v2.0.0.0 Final

Server Crontab v2.0.0.0 final is now released for everyone. New documentation can be found here with the download link and example usage. Changelog: – Recoded the plugin to use new decals – Crontabs are now based on the official UNIX format – Read up more about them here – Added checks for a valid number … Read more

Server Crontab 2.0.0.0 BETA

Server Crontab 2.0.0.0b is available on GitHub for anyone that wants to try it out until I get the final ready to release. Still got the documentation to finish and check for any potential bugs – Which I’m sure exist somewhere!. Almost everything has changed based around the syntax – So all your old jobs … Read more

Server Crontab Changes Potentially Incoming

Server Crontab will be updated soon depending on the input I get over on the official SourceMod forums. Planning to recode the job scheduler to use more UNIX like job formats which should make everything much more easier for server admins. Had another idea to make extensions that revolve around the scheduler – Take for … Read more

YeGods Match Server Manager

Surprise update for everyone on my old Counter-Strike:Source match server manager. Going to be re-releasing it soon, rebranded as Match Server Manager and support multiple games out the box – Not just based around CS:S anymore. Will be around 1 week before I get the public build out to everyone – Have a few bugs … Read more

Optimizing SourceMod and Configuring SPEdit – Part 1

This is a guide for anyone doing development on the Source engine. It includes information on: How optimize SourceMod by removing unecessary plugins and extensions; Configuring SPEdit; Using the built in SourceMod commands to minimize server restarts. Basically, it reduces the time you spend doing usual tasks and allows you to focus on writing the code. … Read more