Applications

Swift Log Express
 
   This software was designed for server admins of the game and mods of Half-Life. This utility will search through server logs for player ID's and match them to all ID's that have been used by that player. This gives server admins the ability to keep track of players even if they play under multiple aliases because their player ID never changes. Future plans for this software will include searching for player IP's because with multiple copies of the game players can have multiple ID's however with broadband internet most people will keep the same IP address for quite a while. Additionally for servers that frown on the use of specific words on the server will be able to enforce server rules even when not present, by searching for problem players and repeat offenders of violations by reading server logs.

 


Firearms Quick Config
 
   I created this software application to quickly and easily modify and save configuration files for the game Firearms. Later on in the developement I implemented support for the only current bot for this game Marine Bot and bundled Marine Bot Quick Config with FAQC. This enabled players to not only generate quick configurations for themselves, but also if they wanted the same thing for bots that they might play against.

 


Air Hockey Final
 
   This was actually a object oriented programming assignment from my early days of Visual Basic. The instructor actually showed us how this program would work and the assignment was to make the 'puck' bounce around the screen as an object thus comes the name 'Air Hockey'. However having a little fun with it I added quite a few additional features. Such as the ability to add/remove pucks, change the size (min and max), change the speed, and reset the count. And lastly between the min and max puck size is actually random so choosing 50 and 250 would mean the generated pucks could be anywhere from 50 to 250 in size. I later added code that would resize the air hockey 'table' if the window itself was resized.