Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Steam Guard Tests #651

Open
T0biii opened this issue Dec 27, 2024 · 0 comments
Open

Steam Guard Tests #651

T0biii opened this issue Dec 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@T0biii
Copy link

T0biii commented Dec 27, 2024

Some Tests with Steam Guard.
With this setup (use depot downloader) Steam Guard may work

Got a Info in the Steam app to confirm 2fa.

services:
   palworld:
      image: thijsvanloef/palworld-server-docker:latest
      restart: unless-stopped
      container_name: palworld-server
      stop_grace_period: 30s # Set to however long you are willing to wait for >
      ports:
        - 8211:8211/udp
        - 27015:27015/udp
        # - 8212:8212/tcp  # Port for REST API if REST_API_ENABLED: true
      environment:
         TARGET_MANIFEST_ID: "4278745071359475598"
         STEAM_USERNAME: "steam-username"
         STEAM_PASSWORD: "steam-password"
         USE_DEPOT_DOWNLOADER: true
      volumes:
         - ./palworld:/palworld/
palworld-server  | ****EXECUTING USERMOD****
palworld-server  | usermod: no changes
palworld-server  | Server installation not detected.
palworld-server  | ****Starting Installation****
palworld-server  | Installing Target Version: 4278745071359475598
palworld-server  | Downloading server files using DepotDownloader
palworld-server  | Sending Discord json: {"embeds":[{"title":"Install","description":"Server is updating...","color":15258703}],"flags":0}
palworld-server  | curl: (22) The requested URL returned error: 405
palworld-server  | Connecting to Steam3... Done!
palworld-server  | Logging 'steam-username' into Steam3...
palworld-server  | STEAM GUARD! Use the Steam Mobile App to confirm your sign in...
palworld-server  |  Done!
palworld-server  | Using Steam3 suggested CellID: 91
palworld-server  | Got 292 licenses for account!
palworld-server  | Got AppInfo for 2394010
palworld-server  | Using app branch: 'public'.
palworld-server  | Got depot key for 2394012 result: OK
palworld-server  | Processing depot 2394012
palworld-server  | Downloading depot manifest... Got manifest request code for 2394012 4278745071359475598 result: 6415651911523267910
palworld-server  |  Done!
palworld-server  | Manifest 4278745071359475598 (06/25/2024 14:52:07)
palworld-server  | Downloading depot 2394012

But i tested too much for now so that i get a Unable to login to Steam3: RateLimitExceeded

Just some infos no real issue here :)

@T0biii T0biii added the triage Deciding urgency label Dec 27, 2024
@thijsvanloef thijsvanloef added enhancement New feature or request and removed triage Deciding urgency labels Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants