Skip to content

Developer Console

Kev Zettler edited this page May 15, 2020 · 3 revisions

Enabling the Developer Console

  1. Enter the Configuration menu from the title screen.
  2. Go to the Interface tab.
  3. Check the Developer Mode option.
  4. (Optional) The Developer Console shortcut is F5 by default. Go to the Keybindings tab if you which to change the "Developer Menu" shortcut.
  5. Click OK to save your settings.
  6. Play Game and load/create a player.
  7. Press the "Developer Menu" key to open the console.

Interface tab screenshot

Using the Developer console

The exec command uses the Event Properties as commands. Here are a few more common examples:

  • teleport to perdition harbor

exec intermap=maps/perdition_harbor.txt

  • add a Health Potion to the inventory

exec reward_item=2,1

  • gain 100 XP

exec reward_xp=100

  • set a campaign status

exec set_status=my_status

  • reset the character's XP, stats, skills to level 1

exec respec=xp

Clone this wiki locally