Before I begin the chapter I want to list some general project notes to help make sure you have things setup correctly and can address the most common issues quickly. The notes are as follows:
- 1.
The game project should be configured with a working directory set to ‘./dist’ in the project’s ‘Run’ settings.
- 1.
The ENGINE_CONFIG_FILE field of the static main class should point to the game project’s config file in the ‘cfg’ directory with a relative path from the project’s working ...