Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Okay, let's go through this step by step:

  1. First of all, can you confirm that you press the action key when you are in the game's main menu (where you see the commands "item", "skill", etc.) ?
  2. Have you tested it with all other plugins switched off?
  3. Does your game crash, or does it run and you see the "could not read config.json" in the dev console? This error message isn't necessarily a bad thing. The config file contains the settings you choose in the toolbox, so when you start it for the first time, it simply doesn't exist yet. Although the error message looks a bit strange, I, as the programmer, cannot prevent it from being written to the console due to JavaScript and Node.js.

Yep, that was it. I'm just a total moron and didn't open the menu first. Thanks for the help!