TowerfallAi / towerfall-ai

A mod that enables AI to play the game TowerFall Ascension.
10 stars 3 forks source link

Configure more game settings in the python scripts #2

Open PeGroe opened 11 months ago

PeGroe commented 11 months ago

It would be great if the python script offers options to configure more of the different game settings. E.g. in Versus we can choose between different modes, set the number of rounds/kills or configure variants in the game:

VersusSettings

Variants

Another example would be in Quest mode. It would be great if you can choose weather you want to play normal or hardcore mode:

QuestMode

vcanaa commented 11 months ago

Unfortunately, I don't know how to do that without exposing more of the code. Since I am trying to avoid exposing the source code as much as possible, I am afraid this can't be supported.

I am open to contributions. In case anyone figure out how to do it, I can accept the pull request.

On a side note, I realize now that this version of the mod does not support playing the game in normal mode, #3. You could play the game with any variant by selecting it with the usual game menu.

I will close this once #3 is fixed.

PeGroe commented 11 months ago

Thank you for the quick reply. That sounds interesting! I will follow the project and am curious about the modification.