Empires Hotkeys: Difference between revisions

From Archon Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
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
* M - toggle between normal camera and top-down
* Q,E - rotate camera
* Q,E - rotate camera
* X - restore default camera rotation
* X - restore default camera rotation
* 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\AgeodEngine\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

Revision as of 18:59, 3 April 2018

  • 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
  • M - toggle between normal camera and top-down
  • Q,E - rotate camera
  • X - restore default camera rotation
  • 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\AgeodEngine\SCREENS)
  • Ctrl+Shift+P - start or stop recording a video (slideshow)

Many dev hotkeys require debug mode to be active