You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,23 +6,22 @@ The compiled bot pack can be downloaded directly from the [RLBot GUI](https://gi
6
6
## Submission
7
7
8
8
Everyone is welcome to submit their bot/script to the bot pack.
9
-
Bots/scripts are submodules of this repository.
10
9
11
-
Requirements
10
+
Requirements:
12
11
-**Open source**: Your submission must be open source, and its repository must contain all necessary files and/or only use public dependencies.
13
-
-**bot.toml**: Your submission must have a [`bot.toml`](https://wiki.rlbot.org/v5/botmaking/config-files/#bot-script-config-files) or [`script.toml`](https://wiki.rlbot.org/v5/botmaking/config-files/#bot-script-config-files) with
12
+
-**bot.toml or script.toml**: Your submission must have a [`bot.toml`](https://wiki.rlbot.org/v5/botmaking/config-files/#bot-script-config-files) or [`script.toml`](https://wiki.rlbot.org/v5/botmaking/config-files/#bot-script-config-files) with
14
13
- A unique agent id. We strongly recommend the format `<yourname>/<botname>/<version>`,
15
14
- A name,
16
-
- A working run command (an optionally a linux run command),
15
+
- A working run command (and optionally a linux run command),
17
16
- A logo file, and
18
17
- All fields in the details section (description, fun fact, source link, developer, language, tags).
19
-
-**bob.toml**: A properly configured `bob.toml` file which allows our tool [bob](https://github.com/swz-git/bob) to build and package the submission. See the bob repository for further instructions.
18
+
-**bob.toml**: A properly configured `bob.toml` file which allows our tool [bob](https://github.com/swz-git/bob) to build and package the submission. See the bob repository for further instructions and examples.
20
19
-**Skill Limit**: Your bot must be platinum rank or lower (equal to Element or lower) due to the risk of cheaters taking advantage of your bot.
21
20
-**License (optional)**: Add a [LICENSE](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository) file for your bot. The license must allow this bot pack to use the code and distribute the submission. If you do not include a LICENSE, the bot pack defaults to the [MIT license](https://license.md/licenses/mit-license/).
22
21
23
22
After checking the requirements above, make a pull request to this repository that adds your bot as a submodule using `git submodule add <yourgitrepo.git>`.
24
23
25
-
## License
24
+
## Licensing
26
25
27
26
The submodules in this repository are under the MIT license (see LICENSE), unless the individual submodules specify otherwise. Moreover, the owner of each submodule repository is allowed to change their license at any time as long as the new license still allows the bot pack to use the code and distribute the submission.
0 commit comments