Originally Posted by
ArgentMage
To reproduce:
Launch the planner, click on Modify Enhancements, in the Human Tree pick Human Versatility: Skill Boost.
Click on Multiple Enhancement Selector: Awareness. Click Accept -> Hard crash.
If you take a second rank in Awareness before clicking Accept, it doesn't crash.
Thanks much!
Thank you for the report, this issues will be fixed on the next version
If you would like to fix this at your end.
1. Open EnhancementFile.txt in text editor of choice (notepad, word, etc..
2. Search for Awareness till you find this entry
Code:
MULTI: Skill Focus;
MSLOT: 2;
NAME: Awareness;
TREE: Human;
LEVEL: 1;
SLOT: 1;
RANKS: 3;
TYPE: Passive;
COST: 1;
DESC1: +1 Listen, Search, and Spot.;
MOD1: Skill, Skill, Skill;
MODNAME2: Listen, Search, Spot;
MODVALUE2: 1, 1, 1;
DESC2: +2 Listen, Search, and Spot.;
MOD2: Skill, Skill, Skill;
MODNAME2: Listen, Search, Spot;
MODVALUE2: 2, 2, 2;
DESC3: +3 Listen, Search, and Spot.;
MOD3: Skill, Skill, Skill;
MODNAME3: Listen, Search, Spot;
MODVALUE3: 3, 3, 3;
ICON: HUMN_Awareness;
3. Now changes the first MODNAME2 to MODNAME1
4. change the first MODVALUE2 to MODVALUE1
5. Save your changes and close the file out. That should fix the error your were getting.