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

Update cs2.json #22

Closed pedrotski closed 8 months ago

pedrotski commented 8 months ago

After the recent changes where valve allowed anonymous login, using an account or simply leaving the login variables blank would cause the installer to fail and then kick pterodactyl out of install mode. The container would restart and carry on the installation in front of the end user as usual, but any additional scripts wouldn't be run.

This simply makes the installation script use the default anonymous variables and cleans up the login/beta variables that are no longer required.