Add boost-balance script as submodule#14
Open
MatofSteel1 wants to merge 1 commit intoRLBot:masterfrom
Open
Conversation
MatofSteel1
commented
May 1, 2026
- Script that balances teams via boost distribution
- Agent ID: nullptrRL/boost-balance
- Rust-based RLBot v5 script
- Script that balances teams via boost distribution - Agent ID: nullptrRL/boost-balance - Rust-based RLBot v5 script Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Collaborator
|
Was the [metadata]
name = "Boost Balance"
short_name = "boost-balance"
version = "0.1.0"
[builders.default]
dockerfile = "Dockerfile"
context = "."
tag = "boost-balance"
[package]
zip_exclude = ["target/", ".git/", ".gitignore", "Cargo.lock", "*.md"]
[[package.copy]]
source = "target/release/boost_balance_script"
destination = "boost_balance_script"
[[package.copy]]
source = "script.toml"
destination = "script.toml"
[[package.copy]]
source = "logo.png"
destination = "logo.png"Has none of what Bob actually needs to build a Rust project. There is a repo with example on how to use Bob linked in the botpack's README. For Rust projects, you're going to want https://github.com/swz-git/bob-example/blob/master/rust_example/bob.toml - which looks something like this: [[config]]
project_name = "rust_agent_example"
bot_configs = ["./bot.toml"]
[config.builder_config]
builder_type = "rust"
targets = ["x86_64-pc-windows-gnu", "x86_64-unknown-linux-musl"]
bin_name = "rust_example" |
Collaborator
|
Also, being a Rust project, you don't need a |
Collaborator
|
What's this Greg bot in the source tree? https://github.com/MatofSteel1/boost-balance/blob/85b88539783f7b9a7620291645736b8d1a2fd9a8/rlbot/bot.toml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.