So here I go with my attempt to make my first post here be something special...
TLDR: I've been working on updating Chummer for 5th edition, it's gone through beta, it uses the same .NET 4.0 Framework as original Chummer, and here's the link:
https://code.google.com/p/chummer5/Longer Version: About a year ago, my roughly 15 year old gaming group decided we'd had enough of playtesting D&D Next and wanted to play something different. Once we settled on Shadowrun the next question was 4th or 5th Edition. After discovering Chummer and realizing that 5th Edition at that time was only one book, well... we settled on 4th Edition pretty quick.
As we played though, we found a number of things that were cumbersome, or vague, or cumbersome and vague. And for some of these issues we were finding that 5th Edition had some nice fixes... but no Chummer. Every time we'd look at 5th, the lack of Chummer stopped us cold. But hey... I'm a programmer, I've worked in C# for close to 10 years and WinForms (in VB) for about as long... I could do it!
Fast forward a little over a month and I had my first alpha build for my gaming group. Fast forward another month and we had my first beta ready build. Two months after that and I've taken off the beta tag.
Now there's a few things you should know about this build:First, it's been renamed Chummer5 and uses .chum5 files so that it won't step on original Chummer and you can associate .chum files with original Chummer and .chum5 with Chummer5.
Skill limits are calculated and there's a new tab where you can track limit modifiers from qualities and gear and the like as well as manually add your own. As these are often conditional, they aren't added to the calculated limits automatically but are shown on the character sheet so you have them handy when it is appropriate to add them.
Build numbers for Chummer5 have changed from the original. I started with 5.101 and have been incrementing upwards since my first alpha build. As of this writing, the current build is 5.139. You should always be able to find the current build at the link at the top of this post.
Lastly, I have a few very important things to say:First, none of this would be possible if it weren't for Nebular and the work he did writing the original Chummer. He made it possible for our group (and I'm sure many more besides ours) to ease our way into Shadowrun and I cannot thank him enough. This update to Chummer was done with his kind permission.
Second, I want to thank my gaming group for all the hours they put in testing the alpha builds I put together. The list of bugs you're not seeing in this code is long and it's because of their work. Thank you Marc, Randy, Arian, Stacy, Ed, and Jennifer. You guys rock!
This code has remained open source under the same license Nebular gave it and the code for Chummer5 is in a new repository on Google Code (I kept it separate so it wouldn't step on the 4th Edition Chummer). I've also set up
srchummer5@gmail.com as an address just for handling bug reports and issues so feel free to contact me there as well.