Starter pack is different from develop & master

The starter pack config file contains everything I would expect to be there.
However check what is configured for develop and master.

https://github.com/EntelectChallenge/2019-Worms/blob/develop/game-runner/game-config.properties
https://github.com/EntelectChallenge/2019-Worms/blob/master/game-runner/game-config.properties

I am certain that this will not work.
The game runner is configured to use this property file…

Nice catch! There is a pull request open to address this. The correct config files to use are the ones from the starterpack zip.

The game config file can be found inside the game engine: https://github.com/EntelectChallenge/2019-Worms/blob/master/game-engine/src/commonMain/resources/default-config.json

This topic was automatically closed after 70 days. New replies are no longer allowed.