Package Updates

Pyramid 3-83 – Knowing Your Own Strength.gdf
Added entries for one- and two-handed lift.

One-Handed Lift,
basevalue( 2* @round(2 * 10 ^ (ST:One Arm Lifting ST::score / 10),@if(ST:One Arm Lifting ST::score <= 7 then 1 else 0)) ),
maxscore(1000000), minscore(0), page(B353)
Two-Handed Lift,
basevalue( 8* @round(2 * 10 ^ (ST:Two Arm Lifting ST::score / 10),@if(ST:Two Arm Lifting ST::score <= 7 then 1 else 0)) ),
maxscore(1000000), minscore(0), page(B353)

Package Updates

Special thanks to DeathDaisy on the GURPS Discord for the huge amount of help with these changes.

GURPS Basic Set 4th Ed.–Characters.gdf
[Modifiers]
<Guns>

Basically did these:

#ReplaceModTags in “Guns:Scope, 4x (TL 6)” with “gives(+1.5 to owner::baseweight, +2 to owner::scopeacc)”
#ReplaceModTags in “Guns:Scope, 4x, Thermal Imaging (TL 8)” with “gives(+1.5 to owner::baseweight, +2 to owner::scopeacc)”

[Equipment]

Basically did these to the main entries:

#ReplaceTags in “EQ:Gauss PDW, 4mm” with “acc(6), scopeacc(1)”
#ReplaceTags in “EQ:Dart Rifle, 11mm” with “acc(5), scopeacc(1)”
#ReplaceTags in “EQ:ICW, 6.88mm” with “acc(4), scopeacc(2)”
#ReplaceTags in “EQ:Gauss Rifle, 4mm” with “acc(7), scopeacc(2)”
#ReplaceTags in “EQ:RPG, 85mm” with “acc(3), scopeacc(1)”
#ReplaceTags in “EQ:Electrolaser Carbine” with “acc(8), scopeacc(1)”

Continue reading

Version 5.0.220 Released

GURPS Character Assistant 5.0.220.0 has been released. Get the updated installer from your Warehouse 23 downloads page. (I’ve posted some help on doing that at both the new and old stores here.)

You get the updated installer by re-downloading the ZIP file from your Warehouse 23 account, and running the gca5setup_5.0.220.release.exe program that it contains (see the instructions link above). There is no separate update-only installer, you have to download and reinstall the program. It will not overwrite your personal data, it will overwrite your installation of GCA with the new and updated version.

This update includes all the changes mentioned in Build Notes posts since the last Release.
This time, it’s a bug fix release, fixing two issues:

    • For some reason, GCA would stop responding if you were in an edit field on a Classic View trait list and you clicked on a tab to change to a different list or view. That should no longer happen.
    • Fixes a critical bug related to item weight calculations introduced in b213 (released with version 5.0.218).

A bit of rock dome (b219)

b219

* Bug Fixes

For some reason, GCA would stop responding if you were in an edit field on a Classic View trait list and you clicked on a tab to change to a different list or view. That should no longer happen.

The fixes made to account for base weight usage for equipment, formulas, and modifiers in an earlier build had a serious issue: the base weight was being reconverted every time from the converted value, not from the original source base weight. <sigh> This was a stupid mistake on my part, that I somehow overlooked accounting for at the start of the calculation process. Fixed now.

Version 5.0.218 released

GURPS Character Assistant 5.0.218.0 has been released. Get the updated installer from your Warehouse 23 downloads page. (I’ve posted some help on doing that at both the new and old stores here.)

You get the updated installer by re-downloading the ZIP file from your Warehouse 23 account, and running the gca5setup_5.0.218.release.exe program that it contains (see the instructions link above). There is no separate update-only installer, you have to download and reinstall the program. It will not overwrite your personal data, it will overwrite your installation of GCA with the new and updated version.

This update includes all the changes mentioned in Build Notes posts since the last Release. This time around that is mostly some bug fixes and accessibility improvements, but here are various new things that may be of interest:

    • As usual, a variety of bug fixes, small adjustments, and general improvements
    • Fixed an issue with automatic weight conversions and using the ::baseweight reference
    • Addressed some issues related to modes and how damage might be calculated, in order to allow for a better user experience and less confusion and mistakes in damage formulas
    • Updated handling of damage with special text, such as ‘slam+3’ or ‘HT+formula’, and new user-damage-prefix support using square brackets ‘[prefix]+stuff’
    • Many accessibility fixes and improvements
    • A new Point Summary dialog, both for reference and as an accessible-friendly means of checking points spent
    • Updated gear menu, with new options and handling, for Unified View trait boxes
    • Added a new, bigger Zoom level
    • Added an option to have Templates tracked as their own point expenditure category
    • A new type of plugin which will allow coders to create plugins that users can launch from the Launch menu to do work, either as one-time jobs or as tools that stick around and work while you use GCA

A bit of color (b217)

b217

* Point Summary dialog

I was using the wrong color set, so that is now fixed.

I was using a fixed ‘red’ color for warnings, which didn’t work well on many backgrounds. I’m now using a ‘red’ color on a ‘white’ background which should read clearly regardless of color settings, although it will be rather bright on an otherwise dark configuration.