Combat Calculator Utility
I'm horrible about remembering to put in the mods for range and posture (one of my players had to keep reminding me Sunday). So I whipped up a silly little utility that does it for you.
http://www.obrienscafe.com/gurps-combat-calculator.html I've included source code with Makefile, an OSX command line binary, and a Windows GUI version. It's pretty crude at this point, but if there are additions which it should contain, I'd be happy to hear them. Multi-shot bonuses are the next most obvious one. |
Re: Combat Calculator Utility
Pretty cool. Will use this a good bit... Thanks.
|
Re: Combat Calculator Utility
How about some screenshots?
|
Re: Combat Calculator Utility
Thanks, looks good. I've got just one little suggestion. I've used your utility in the following manner:
onkl:Downloads sl$ ./gurps_calculator -r 13 -p Kneeling -t Lying Down -s 0 Attacks at -9 Active Defense at -2 Active Defense is not correct, Lying Down gives you -3 to your active defense (B551) or maybe I got it all backwards, and what you are displaying is the active defense for the attacking character... but that doesn't make sense either... :/ *confused* Onkl |
Re: Combat Calculator Utility
This utility displays statistics from the perspective of only one character, the "Attacking" character. Numbers straight from the charts in B551.
|
Re: Combat Calculator Utility
Screen shot has been added for the Windows version. The OSX command line utility isn't really screen-shot worthy.
|
Re: Combat Calculator Utility
This is an awesome idea! I think I will incorporate something similar into my Droid app.
|
Re: Combat Calculator Utility
Quote:
So all the numbers is for "the attack", not "the character attacking". So you have the penalties to making the attack, and the penalties to the defence. As that's the numbers you are going to need for that action. Otherwise, very cool. Thanks for sharing. |
Re: Combat Calculator Utility
Neat program. I compiled it on Linux and it appears to be a CLI program only.
|
Re: Combat Calculator Utility
Quote:
|
Re: Combat Calculator Utility
could you make a qt interface for linux? I would really love you if you made a gtk interface haha.
|
Re: Combat Calculator Utility
I'll play with it and see what I get. My Linux laptop died of a broken internal power connection, so I only run it under emulation on my mac now. Nowhere near as fun. But it would be Qt, not GTK. GTK is worlds of no-fun to deal with on any other platform.
|
Re: Combat Calculator Utility
I'm seeing a slight problem.
If you put in 6 as the range you end up with -3, when you should have -2. The -3 penalty does not apply until you reach 7 yards. The trend continues up the chart. 31 yards gives you a -8 a full 19 yards before the actual -8 threshold at 50 yards. I ran into a similar problem in my own code when making my droid app. Looking at your code I see the issue. Quote:
Quote:
|
Re: Combat Calculator Utility
Quote:
|
Re: Combat Calculator Utility
Quote:
I did! It's not released yet, but a screenshot of the new functionality is up in my own thread. You can find the link in a reply above. |
| All times are GMT -6. The time now is 03:28 AM. |
Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.