-------
Notice: this mod has been banned in latest FAF patch
You can still use it in other FAF featured mods(BlackOps, Diamond, Supreme Destruction and Vanilla) and in Steam FA or patch 3599, 3603 by setting your Game.prefs file as read-only after enabling this mod
---------
I modified Hotbuild to set all necessary command hotkeys and bind all hotbuild structure and unit keys automatically in keyreset. This helps players to get right into action when they start using Hotbuild without any unnecessary hassle. Supports patches 3599, 3603, FAF(also featured mods like Diamond, Blackops, Nomads faction etc.) and Steam FA. FAF integrated hotbuild does not work on all FAF featured mods and does not support other FA platforms(3599, 3603, Steam FA) so this autohotkey version is better for those who play more than just standard FAF and with autohotkey setter, your keys are automatically enabled wherever you play. After keyreset you can reconfigure keys with F1 freely if needed.
You can download autohotkey GAZ_UI and Hotbuild from the link below:
https://dl.dropboxusercontent.com/u/105 ... gaming.rar
Here are the keys(set automatically in keyreset):
Supports also German keyboad where Z and Y letters are switched
Instructions: unrar package and move GAZ_UI and Hotbuild to C:\Users\Yourname\Documents\My Games\Gas Powered Games\Supreme Commander Forged Alliance\Mods folder. Then go to C:\Users\Yourname\AppData\Local\Gas Powered Games\Supreme Commander Forged Alliance folder (AppData is hidden folder) and backup your Game.prefs file(for example copy to desktop not in the original folder). Then launch a forgedalliance.exe and turn on gaz_ui and Hotbuild from mod manager. Launch a game and then quit(this is to load those mods into Game.prefs). Launch a forgedalliance.exe again and goto game. Press F1 and click reset. Press yes 2 times and select keyboard layout. German for german keyboard and EN/US for everybody else. Restart game once again and you are done. After keyreset you can reconfigure keys with F1 freely if needed.
If you dont have Mods folder you have to create it yourself. If you dont have Game.prefs file you have to launch game at least once
Few tips:
Move your mouse cursor to where you want upgrade mexes and press Z. It automatically finds nearest and lowest tech mass extractor. Press R to upgrade. Repeat to upgrade more mass extractors.
You can add nearest idle engineers by pressing Caps Lock. For example press Caps Lock 4 times and now you have 4 nearest engineers selected.
Press Ctrl + Alt + numpad 0 to turn off FAF engineer/ACU/SACU build range rings
Help in case if something is wrong:
"Can't do a keyreset because F1 key does not work."
Open Game.prefs file with notepad
Add following line under UserKeyMap = {
F1 = 'toggle_key_bindings',
If that does not work, I dont know any other workaround than deleting your Game.prefs file and then making new profile in game(nothing to do with FAF profile). You lose all your settings and build templates but you can copy them back from your backup Game.prefs file or make new build templates and configure settings again in game.
"My console key doesnt seem to work(Backspace)"
Open Game.prefs file with notepad
Add following lines under UserKeyActions = {
test_toggle_console = {
order = 999,
action = "UI_LUA import('/lua/ui/uimain.lua').ToggleConsole()",
category = 'hotbuild'
},
End notes:
I cannot answer questions about technical details of these mods as they are not made by me or held responsible if something goes wrong. Always backup Game.prefs file before doing any changes to it.