Appearance
metaplay build botclient [flags]
Build the BotClient .NET project
Appearance
Build the BotClient .NET project
metaplay build botclient [flags] Build the BotClient .NET project using the .NET SDK.
This command:
The BotClient is used for automated testing and load testing of the game server. It simulates real player behavior by running multiple bot instances that connect to the server and perform various actions.
Related commands:
# Build the BotClient project
metaplay build botclient
# Build and then run the bot client locally
metaplay build botclient && metaplay dev botclient--color <string>: Should the output be colored (yes/no/auto)? [env: METAPLAYCLI_COLOR] (default: auto)--project <string>: Path to the to project directory (where metaplay-project.yaml is located)--skip-version-check: Skip the check for a new CLI version being available--verbose: Enable verbose logging, useful for troubleshooting [env: METAPLAYCLI_VERBOSE]