Quick cast settings not saving

A recent update seems to have made this an issue on Paige for me when it wasn't an issue before. Where it used to save the quickcast settings now it is set to ability default on game launch.
Build #5918
 
Found a workaround for this, the broken settings seem to save in the "C:\Program Files (x86)\Steam\userdata\your_user_id\1422450\remote\cfg\citadelkeys_personal.lst" as:

"AbilityQuickCastMode(ABILITYNUMBER)"
{
"Key" "(NUMBER CORRESPONDING TO CAST SETTING)"
}

when they should look like this:

"AbilityQuickCastMode(ABILITYNUMBER)"
{
"Key" "(NUMBER CORRESPONDING TO CAST SETTING)"
"Key2" "NONE"
}

changing them manually in the file seems to fix this issue. Maybe this could be resolved now???
 
Back
Top