I was able to make a working Patch, but it didn't work on Official (Dedicated) Servers because the Server Providers only allow you to change or add levels. After reading a book on OOP (Object Oriented Programming) I realized that I was trying to change how the Server behaved (what can't be done on Dedicated Servers). Instead, I have to change how Levels behave, what CAN be done on Dedicated Servers. I already have a small sample code on how I'm going to do this.
The Patch will be Server Side only, so it will be a little more convenient than the original patch (Players won't have to download anything). I'm also making a Wiki Site for the Patch, where all the info will be provided. I'll have the URL posted as soon as I finish the site.