Blog

Development notes, SourceMod releases, radio updates, and archived posts from the original WordPress site.

Got some good news, that MOTD Fixer is ready for public beta testing. It's main objective is to try and fix the problems with the last few updates to CS:GO, that broken a lot of plugins using silent MOTD panels.

The latest documentation and release can be found here. Please report any bugs you c...

Over the last few weeks had quite a bit of time away from SourceMod development and doing more stuff in Web based languages.

My last project was a small script for www.Vabbi.eu for looking up war scores with the Guild Wars 2 v2 API, utilising Axios for the HTTP Requests. That everyone is welco...

Updated the latest Radio version 1 and 2 download packages with a small fix to overcome the latest CS:GO change - Which restricted MOTD pages to only allow http/https.

This one small change broke the "Off Page" for many using "about:blank" which now needs a custom URL. Ended up creating a very bas...

This is a small maintenance release with support for Dutch translations (Huge thanks to Mutse over on the SourceMod Forums) and some internal code changes that makes the plugin fully new decls compliant.

Changelog:

  • Added Dutch translations - Big thanks to Mutse
  • Small logic processing...

This guide that will help everyone add streams from tunein.com to Radio version 2 for their game of choice, with a few pictures to help along the way. Everything in this tutorial is based around utilising FireFox Developer tools - so make sure you have that to begin with.

Prerequisites: FireF...

This is a small error fix release that includes improved cookie handling to avoid any possible conflicts - especially when switching between play types that share the same station ID. Added another extra check to station storage and changed the way IsValid returns the values - Fixes a small error lo...

Got another small update to Radio that fixes a couple of bugs with the menu handles. The ShoutCast custom mode without stations, was applying entries to an incorrect menu (Not even sure how this happened to begin with xD), which is now fixed. Fixed another long standing issue with ShoutCast mode and...

Managed to change the interal Radio storage from Dynamic to a mirrored ArrayList which fixes the memory leaking. It's nothing fancy but does the job perfectly fine, will love some beta testing of this version and report back if you have any issues.

Huge thanks also to Miha And Tema for Russian and...

Quick update on the memory leak issue and my road map to switch the storage engine.

Going to begin writing my own internal storage engine, starting this weekend. Used up way too much time trying to fix the problem inside Dynamic without success (Think it needs a lot of changes including an interna...