Skip to content

Commit 718705c

Browse files
Merge pull request #34 from VirxEC/v5rc
Reorganization
2 parents b371283 + eb2e228 commit 718705c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1284
-39
lines changed

docs/framework/v5.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/botmaking/config-file-documenation.md renamed to docs/v4/botmaking/config-file-documenation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This section is poorly named at this point, but oh well. It includes:
1313
- supports_early_start: Optional. Indicates whether your bot can handle the early start system. Read below for details.
1414
- requirements_file: Optional. The location of a requirements.txt for your bot. If specified, RLBotGUI will use it to warn people if there's a missing dependency, and they'll have the option to install your requirements.txt file.
1515
- use_virtual_environment: Optional, defaults to False. Installs your bot's requirements from the requirements.txt file into a python venv so they're isolated from potentially conflicting requirements from other bots. See [pr #535](https://github.com/RLBot/RLBot/pull/536)
16-
- loadout_generator: Optional. Location of a script that can influence your bot's appearance on startup for randomization / index-dependent changes. See [loadout generator](/bot-customization#loadout-generator)
16+
- loadout_generator: Optional. Location of a script that can influence your bot's appearance on startup for randomization / index-dependent changes. See [loadout generator](../bot-customization#loadout-generator)
1717
- requires_tkinter: Optional. Set it to true if your bot needs tkinter, and if the user is running a GUI which lacks tkinter, they will be warned.
1818

1919
### Bot Parameters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)