Upgrade SuperTuxKart to 1.3 #2546
Labels
area/examples
Examples. Usually found in the `examples` directory
good first issue
These are great first issues. If you are looking for a place to start, start here!
help wanted
We would love help on these issues. Please come help us!
kind/feature
New features for Agones
Milestone
Is your feature request related to a problem? Please describe.
It would be nice to have the latest version of SuperTuxKart running in the example, rather than a hacked older version.
Describe the solution you'd like
Because of old limitations with the previous version of SuperTuxKart, we had to compile from source (it wouldn't allow AI connections not on localhost).
Since there is now a new version of SuperTuxKart that makes this a configurable option, we can upgrade (and new levels and stuff too), and instead download the binary and use that, rather than compile it from scratch.
We will need to ensure
<ai-anywhere value="true" />
is in the configuration file (see link below for config file documentation), such that we can connect AI bots from outside the cluster/node (otherwise it only accepts connections from localhost).It's possible that the main.go wrapper may need modification (since it makes the GameServer ready when it intercepts certain logs), but hopefully not.
Describe alternatives you've considered
N/A
Additional context
The text was updated successfully, but these errors were encountered: