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

Random features #15

Merged
merged 31 commits into from
Mar 11, 2025
Merged

Random features #15

merged 31 commits into from
Mar 11, 2025

Conversation

VirxEC
Copy link
Contributor

@VirxEC VirxEC commented Mar 7, 2025

  • A human player is added to the blue team by default upon launch, just like v4

  • "Add Files" now works (closes [feat] Add single bot file #5 )

  • Distinguish bots with the same name from different folders

    image

  • Show "No bots available for this category" when there are no bot available

    image

  • Option to launch the game in freeplay instead of an exhibition match

    image

  • Add botpack repair button

    image

  • Add toggles to the paths viewer (closes [feat] Hide bots in Add/Remove menu #10 ):

    image

  • Scripts integration

    image

  • Events

    image

    image

    image

    image

    image

    image

@VirxEC VirxEC marked this pull request as ready for review March 8, 2025 00:26
>Events</button
>
<button id={eventsNow > 0 || eventsFuture > 0 ? "events" : ""} onclick={() => { eventsVisible = true; }}>
Events
Copy link
Member

@swz-git swz-git Mar 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo: move button into combined modal/button component

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(not blocking the pr, just noting)

<div class="bot" animate:flip={{ duration: flipDurationMs }} onclick={() => toggleScript(script.id)}>
<Switch
checked={enabledScripts[script.id]}
width={36}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo: look at if there is a way to avoid styling with props

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(not blocking the pr, just noting)

@swz-git swz-git merged commit d2fd53e into RLBot:master Mar 11, 2025
@swz-git
Copy link
Member

swz-git commented Mar 11, 2025

thanks!

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.

[feat] Hide bots in Add/Remove menu [feat] Add single bot file
2 participants