Steve Jackson Games - Site Navigation
Home General Info Follow Us Search Illuminator Store Forums What's New Other Games Ogre GURPS Munchkin Our Games: Home

Go Back   Steve Jackson Games Forums > Roleplaying > GURPS > GURPS Character Assistant

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 12-21-2017, 10:35 AM   #20
Armin
GCA Prime
 
Armin's Avatar
 
Join Date: Aug 2004
Location: Portland, OR
Default Re: Made a major change to attributes

Quote:
Originally Posted by Kesendeja View Post
Congrats! You found a bug! :-)

Sorry about that, but it does appear that there is a bug when GCA saves an Attribute to a data file from the Edit window. It's not saving the step() tag, and that tag tells GCA how to increase/decrease the attribute for each up() or down() purchase.

So, the fix is to give back the missing step() tag manually.

Here's the fixed code for the attributes:

Code:
[Attributes]
HT,symbol(HT),basevalue(10)maxscore(1000000),minscore(0 - me::syslevels),step(1),up(15),down(-15),mainwin(4),disadat(-1),display(no)
IQ,symbol(IQ),basevalue(10),maxscore(1000000),minscore(0 - me::syslevels),step(1),up(15),down(-15),mainwin(3),disadat(-1),display(no)
Perception,basevalue(ST:HT),maxscore(1000000),minscore(0 - me::syslevels),step(1),up(5),down(-5),symbol(Per),mainwin(7),disadat(-1)
Notice the step() tag just before up() in each definition.

You can paste the lines above over the top of your current [Attributes] definitions in your data file using Notepad, or you can just download the fixed data file from my OneDrive.
__________________
Armin D. Sykes | Visit my GCA5 blog for updates and previews. | Get GURPS Character Assistant 5 now at Warehouse 23.
Armin is offline   Reply With Quote
 

Tags
attribute cost, pyramid

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Fnords are Off
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 04:46 PM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.