Hi everyone,
I’m currently creating new shortcuts/hotkeys by modifying the Game.prefs file located at \AppData\Local\Gas Powered Games\Supreme Commander Forged Alliance. The changes work perfectly, but after pressing the shortcuts around the 7th or 8th time, the game crashes. Has anyone encountered this issue or know what might be causing it?
UserKeyActions = {
['Select Nearest Air Scout'] = {
order = 1,
action = 'UI_SelectByCategory +nearest + AIR INTELLIGENCE',
category = 'Custom Keys'
},
['Select Artillery Units On Screen'] = {
order = 1,
action = 'UI_SelectByCategory +inview + ARTILLERY',
category = 'Custom Keys'
},
['Select Direct Fire Units On Screen'] = {
order = 1,
action = 'UI_SelectByCategory +inview + DIRECTFIRE',
category = 'Custom Keys'
},
['Select Indirect Fire Units On Screen'] = {
order = 1,
action = 'UI_SelectByCategory +inview + INDIRECTFIRE',
category = 'Custom Keys'
},
['Select Antiair Fire Units On Screen'] = {
order = 1,
action = 'UI_SelectByCategory +inview + ANTIAIR',
category = 'Custom Keys'
},
['Select Defense Units On Screen'] = {
order = 1,
action = 'UI_SelectByCategory +inview + DEFENSE',
category = 'Custom Keys'
},
['Select Shield Units On Screen'] = {
order = 1,
action = 'UI_SelectByCategory +inview + SHIELD',
category = 'Custom Keys'
},
}
Thanks in advance!