Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade SuperTuxKart to 1.3 #2546

Closed
markmandel opened this issue Apr 20, 2022 · 0 comments · Fixed by #2608
Closed

Upgrade SuperTuxKart to 1.3 #2546

markmandel opened this issue Apr 20, 2022 · 0 comments · Fixed by #2608
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

Comments

@markmandel
Copy link
Member

markmandel commented Apr 20, 2022

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

@markmandel markmandel added kind/feature New features for Agones area/examples Examples. Usually found in the `examples` directory labels Apr 20, 2022
@roberthbailey roberthbailey added 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! labels Apr 25, 2022
@SaitejaTamma SaitejaTamma added this to the 1.25.0 milestone Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants