|
|
|
|
| |
| |
README VERSION 4 - PATCH 001
|
|
VERSION 4 PATCH 001
BUG FIXES AND ENHANCEMENTS
Compiled 3/10/2008 - 5/17/2008
Abyssal Toolkit 2e
Charms added
All of the charms for the 2nd edition Abyssals have been added. This includes the two martial art styles.
---------------------------------------------------------
Quick Bar
Caste Toolkit fails to run
When clicking on the Caste Toolkit icon, a messages stating the toolkit could not be found is presented. The Caste Toolkit will run from the program manager but not the Quick Bar.
Fix:
Toolkit exe misspelled on install to ExVrtFlw.exe. Corrected to ExVirFlw.exe.
Also added exe name and path to error message for when the toolkit is not found.
ExLinks.exe
---------------------------------------------------------
All 2e Character Toolkits
Charm Descriptions from Selected List
Now when you click on a selected charm in the right side list, the charm description will be display. This also applies to the Martial Arts charms. Also changed on the Eclipse and Spirit charms selection popup.
Enhancement
---------------------------------------------------------
All 2e Character Toolkits
Performance enhancement
Charm Tree load - removed Description
Updated the logic so that the description is no longer loaded at charm tree build time. This leaves out the charm's text from each charm node. The smaller amount of data on each charm node has a small impact on performance. The charm description is built and loaded at charm select time now, instead of the pre-load.
Enhancement
---------------------------------------------------------
Abyssal 2e Character Toolkit
Allow Virtue Starting picks to 4
Allow the selection of up to 4 pics in a virtue up from the current 3. This would allow you to pick up to 4 dots in a virtue before having to use bonus points.
Fix:
Change constant value to 4.
---------------------------------------------------------
Mortal 2e Character Toolkit
Allow Virtue Starting picks to 3 (was 4)
Allow the selection of up to 3 pics in a virtue up from the current 3. This would allow you to pick up to 3 dots in a virtue before having to use bonus points.
Fix:
Change constant value to 3.
---------------------------------------------------------
Abyssal 2e Character Toolkit
Show Background for Liege using 1e Rules
In the Abyssal 2e point template, you can set the item for "Background Liege Use 1e Rules (0=No, 1=Yes)" to 1 to show the Liege button from 1st Edition. Create a new bonus point template and then set this to a "1" to enable this old ruleset.
---------------------------------------------------------
Solar & Abyssal 2e Character Toolkit
Solar Eclipse Other Charms is always 2x fav. cost
Point Template cost updated
When a eclipse learns another exalted charm the cost is always 2x favored, even if the charm is not in a favored ability. (Exalted 2e p. 100)
Fix:
Updated point template item "Charm2 (Eclipse/Spirit) XP Cost) for solars and abyssals 2e.
---------------------------------------------------------
Abyssal Toolkit 2e
Invalid point template values
Starting Background starting points changed to 7 (was 13).
Starting Abilty freebie points total upped to 28 (was 25).
---------------------------------------------------------
All 2e Character Toolkits
Character sheet fails
Character Name with special characters causing sheets to error
frmCharSheets
ActionDisplaySheet Error: -2147221504
clsExportExalt.Exalt_BuildXML1
(-2147024773) The filename, directory name, or volume label syntax is incorrect.
Creating a character sheet with a forward slash in the name was causing the character sheets to error out and not display. The cause of this is that windows file names can not have certain character in the file name due to system restrictions.
Character name of Test\test1/2'3'4?5*6|7<8>9:0() will cause the above error.
Fix:
When creating the xml file, replace all of the characters that can not be used in a valid windows file name with either a empty string or dash ("-").
Forward Slash( / )
Back Slash ( \ )
Single Quote ( ' )
Double Quote ( " )
Colen ( : )
Asterick ( * )
Greater then ( > )
Less then ( < )
Question Mark ( ? )
Pipe ( | )
---------------------------------------------------------
|
|
|
|