Forged Alliance Forever Forged Alliance Forever Forums 2013-07-30T00:30:17+02:00 /feed.php?f=41&t=3798 2013-07-30T00:30:17+02:00 2013-07-30T00:30:17+02:00 /viewtopic.php?t=3798&p=49676#p49676 <![CDATA[Re: Keymap problems with Hotbuild & GAZUI]]>
It worked for me so I'm bumping this for great awareness! \o/

Statistics: Posted by STAR-BREAK — 30 Jul 2013, 00:30


]]>
2013-04-30T15:25:05+02:00 2013-04-30T15:25:05+02:00 /viewtopic.php?t=3798&p=40201#p40201 <![CDATA[Re: Keymap problems with Hotbuild & GAZUI]]>
GAZUI and hotbuild are enabled and the GAZUI and hotbuild-options in the menu ingame are available as before, but F1 still doesnt work. The Zulan hotbuild hotkeys don't work and all the normal hotkeys (like "e" for reclaim and F5 for ping-assist) alsoo don't work anymore when i tried it with the changed "Game.prefs".

I added my changed "Game.prefs". I alsoo added the "Game.pref" after i tried it. Because the system changes it.

Statistics: Posted by krizzzz — 30 Apr 2013, 15:25


]]>
2013-04-30T14:26:00+02:00 2013-04-30T14:26:00+02:00 /viewtopic.php?t=3798&p=40199#p40199 <![CDATA[Re: Keymap problems with Hotbuild & GAZUI]]> Statistics: Posted by ZaphodX — 30 Apr 2013, 14:26


]]>
2013-04-30T14:33:01+02:00 2013-04-30T13:43:26+02:00 /viewtopic.php?t=3798&p=40192#p40192 <![CDATA[Keymap problems with Hotbuild & GAZUI]]> As I couldn't find a simple thread on how to fix this I decided to make one I can link in such cases:

The file that needs to be altered is the "game.prefs" file which usually can be found at "C:\Users\X\AppData\Local\Gas Powered Games\Supreme Commander Forged Alliance\game.prefs".

To re add the key for the cheat menu (F2) search for the entry "console_font_size" and add the following entry in the line below:
Code:
            UserDebugKeyMap = {
                ['Alt-F2'] = 'debug_create_unit',
            },


Actually you can also add the other debug keys I guess:
Code:
            UserDebugKeyMap = {
                ['Ctrl-Alt-F5'] = 'debug_scenario_method_ctrl_alt_f5',
                ['Ctrl-Alt-B'] = 'debug_blingbling',
                ['Shift-F4'] = 'debug_scenario_method_shift_f4',
                ['Shift-F5'] = 'debug_scenario_method_shift_f5',
                ['Ctrl-Shift-F5'] = 'debug_scenario_method_f5',
                ['Ctrl-Slash'] = 'debug_pause_single_step',
                ['Alt-T'] = 'debug_teleport',
                ['Ctrl-Alt-Shift-F8'] = 'debug_campaign_instawin',
                ['Alt-F9'] = 'debug_open_lua_debugger',
                ['Ctrl-Alt-Z'] = 'debug_sally_shears',
                ['Alt-W'] = 'debug_dump_focus_ui_control',
                ['Ctrl-Shift-C'] = 'debug_copy_units',
                ['Ctrl-Alt-W'] = 'debug_render_wireframe',
                ['Ctrl-F3'] = 'debug_scenario_method_ctrl_f3',
                ['Ctrl-Shift-Alt-C'] = 'debug_collision',
                ['Alt-D'] = 'debug_dump_ui_controls',
                ['Alt-B'] = 'debug_bones',
                ['Ctrl-Alt-Period'] = 'debug_graphics_fidelity_2',
                ['Shift-F6'] = 'debug_create_entity',
                ['Ctrl-Alt-Comma'] = 'debug_graphics_fidelity_0',
                ['Ctrl-Shift-X'] = 'debug_redo_console_command',
                ['Ctrl-Alt-P'] = 'debug_navpath',
                ['Shift-F7'] = 'debug_show_stats',
                ['Ctrl-Alt-O'] = 'debug_grid',
                ['Alt-Delete'] = 'debug_destroy_units',
                ['Alt-F11'] = 'debug_show_frame_stats',
                ['Ctrl-Alt-F4'] = 'debug_scenario_method_ctrl_alt_f3',
                ['Alt-Q'] = 'debug_show_focus_ui_control',
                ['Ctrl-Shift-W'] = 'debug_weapons',
                ['Ctrl-Alt-E'] = 'debug_show_emmitter_window',
                ['Alt-V'] = 'debug_skeletons',
                ['Alt-N'] = 'debug_nodamage',
                ['Alt-F2'] = 'debug_create_unit',
                ['Shift-F8'] = 'debug_show_army_stats',
                ['Ctrl-F10'] = 'debug_restart_session',
                ['Ctrl-F5'] = 'debug_scenario_method_ctrl_f5',
                ['Shift-F3'] = 'debug_scenario_method_shift_f3',
                ['Ctrl-Shift-V'] = 'debug_paste_units',
                ['Alt-F3'] = 'debug_scenario_method_f3',
                ['Ctrl-Shift-F4'] = 'debug_scenario_method_f4',
                ['Ctrl-Shift-F1'] = 'debug_toggle_pannels',
                ['Ctrl-F4'] = 'debug_scenario_method_ctrl_f4',
                ['Alt-A'] = 'debug_run_opponent_AI',
                F9 = 'debug_toggle_log_window'
            },


To re add the key for altering key bindings in game (F1) search for "Lobby_NoRushOption" and in the line below add:
Code:
UserKeyMap = {
F1 = 'toggle_key_bindings',
},


That should do it.

Hope this helps...

Statistics: Posted by SC-Account — 30 Apr 2013, 13:43


]]>