Skip to content

Add boost-balance script as submodule#14

Open
MatofSteel1 wants to merge 1 commit intoRLBot:masterfrom
MatofSteel1:boost-balance
Open

Add boost-balance script as submodule#14
MatofSteel1 wants to merge 1 commit intoRLBot:masterfrom
MatofSteel1:boost-balance

Conversation

@MatofSteel1
Copy link
Copy Markdown

  • 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>
@VirxEC
Copy link
Copy Markdown
Collaborator

VirxEC commented May 1, 2026

Was the bob.toml AI-generated? AI has no idea what Bob is, nor how to use it. This:

[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"

@VirxEC
Copy link
Copy Markdown
Collaborator

VirxEC commented May 1, 2026

Also, being a Rust project, you don't need a Dockerfile.

@VirxEC
Copy link
Copy Markdown
Collaborator

VirxEC commented May 1, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants