Incorporated the Unlimited Players Mod in the docker compose files for both steam and gog versions. This mod allows for a dynamic number of players to join, and the number can be set via the UNLIMITED_PLAYERS_PLAYER_LIMIT environment variable. Additionally, new configuration and manifest files were added for the UnlimitedPlayers mod.
Modified Docker configuration file to enclose all configuration values within quotation marks. This change helps prevent parsing issues and provides clarity about the value type being a string in the configuration file.
This commit removes unused files from old mod version and updates files for the Always On Server mod. The variables in the config.json have been replaced with environmental variables for processing via the docker compose file.
The RemoteControl mod has been completely deleted along with its references in README.md file and docker-compose.yml. In addition, the AutoLoadGame mod has been updated with an added author and bumped up version.