Empires Hotkeys: Difference between revisions

From Archon Wiki
Jump to navigation Jump to search
No edit summary
m (Andrewg moved page AEP Hotkeys to Empires Hotkeys)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
See [[QuickStart]] for general Archon dev hotkeys.
* Shift+F11 - open script debugger
 
* Shift+F12 - toggle object inspector
* F7 - toggle debug log listbox
* F8 - toggle object inspector
* F - cycle through terrain display modes (normal, hide FOW effect, hide weather effect, hide both)
* F - cycle through terrain display modes (normal, hide FOW effect, hide weather effect, hide both)
* Ctrl-Shift-I - rerun the AI for the current turn
* Ctrl+Shift+I - rerun the AI for the current turn
* M - toggle between normal camera and top-down
* Shift+Home - toggle script profiler
* Q,E - rotate camera
* Shift+End - reset script profiler
* X - restore default camera rotation
* Ctrl+F11 - reload shaders, edit and continue supported
* Ctrl+F12 - reload scripts, edit and continue supported
* Ctrl+Home - reload textures which have changes since loading
* Ctrl+End - reload UI and string files
* PrtScn - take a screenshot (saved in My Games\FieldOfGloryEmpires\SCREENS)
* Ctrl+Shift+P - start or stop recording a video (slideshow)


Many dev hotkeys require debug mode to be active
Many dev hotkeys require debug mode to be active
See Key Mapping in the game Options UI for more keys.

Latest revision as of 20:59, 8 July 2019

  • Shift+F11 - open script debugger
  • Shift+F12 - toggle object inspector
  • F - cycle through terrain display modes (normal, hide FOW effect, hide weather effect, hide both)
  • Ctrl+Shift+I - rerun the AI for the current turn
  • Shift+Home - toggle script profiler
  • Shift+End - reset script profiler
  • Ctrl+F11 - reload shaders, edit and continue supported
  • Ctrl+F12 - reload scripts, edit and continue supported
  • Ctrl+Home - reload textures which have changes since loading
  • Ctrl+End - reload UI and string files
  • PrtScn - take a screenshot (saved in My Games\FieldOfGloryEmpires\SCREENS)
  • Ctrl+Shift+P - start or stop recording a video (slideshow)

Many dev hotkeys require debug mode to be active

See Key Mapping in the game Options UI for more keys.