1zc / CS2-Pterodactyl

Docker image and Pterodactyl eggs to support CS2 and CS:GO (after archival), based on SteamRT3.
GNU General Public License v3.0
76 stars 24 forks source link

Issue: Bots not moving on CS2 install #40

Open brammittendorff opened 5 months ago

brammittendorff commented 5 months ago

Description: Bots are not moving as expected after a fresh installation of CS2. Upon investigation, it was found that executing the command bot_quota_mode normal resolves the issue temporarily, allowing the bots to move. However, this workaround is not ideal for a seamless gaming experience.

Proposed Solution: It is recommended to investigate and address the root cause of the issue to ensure that bots move correctly without the need for manual intervention. The bot_quota_mode normal command should not be required for standard bot behavior.

Additional Information:

Steps to Reproduce:

  1. Install CS2 using [provide installation method].
  2. Launch the game.
  3. Observe the bot behavior (bots not moving).
  4. Execute the command bot_quota_mode normal.
  5. Observe the bot behavior (bots start moving).

Expected Behavior: Bots should move appropriately without the need for additional commands after a standard installation of CS2.

Actual Behavior: Bots are not moving after a fresh CS2 installation.

Environment:

Note: The command bot_quota_mode normal temporarily resolves the issue, indicating that there may be a configuration or initialization problem with bot behavior during the standard installation process.

EzP41NB0W commented 1 week ago

Bram,

Can't you just add the command to your gameserver config file. Any command you execute via the game server console will revert on map change or restart. So you must add it to the server config file for the particular game mode you are running in which you wish to have bots that operate normally.

This isn't an issue with the egg, it is just how CS works.

Kind regards,

Joe