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

[Bug]: Workshop map loading #1041

Open
2 tasks done
LowArte opened this issue Aug 30, 2023 · 3 comments
Open
2 tasks done

[Bug]: Workshop map loading #1041

LowArte opened this issue Aug 30, 2023 · 3 comments

Comments

@LowArte
Copy link

LowArte commented Aug 30, 2023

Documentation

Get5 Version

0.15.0

The Issue

I'm loding a match config with any new map from the Steam Workshop (map which don't downloaded already), the previous map is loaded when first player connected, but if i waiting while map will download i can join to this map. Maybe you know and i have something miss configured ?

Send example match configuration:

Match Configuration

{
  "match_title": "Match",
  "matchid": "1062",
  "clinch_series": true,
  "coaches_per_team": 0,
  "num_maps": 1,
  "players_per_team": 1,
  "min_players_to_ready": 0,
  "min_spectators_to_ready": 0,
  "skip_veto": true,
  "side_type": "never_knife",
  "wingman": false,
  "maplist": [
    "workshop/2062112522/aim_redline_redux"
  ],
  "team1": {
    "id": "899",
    "players": [
      "123456"
    ],
    "name": "Player2",
    "tag": ""
  },
  "team2": {
    "id": "900",
    "players": [
      "123456"
    ],
    "name": "Player1",
    "tag": ""
  }
}

Debug Info

No response

@nickdnk
Copy link
Collaborator

nickdnk commented Sep 1, 2023

Maybe the server cannot download the map if it's hibernating and no players are online. I don't know, I haven't tried.

Try disabling hibernation.

@LowArte
Copy link
Author

LowArte commented Sep 3, 2023

Hibernation is disable

@nickdnk
Copy link
Collaborator

nickdnk commented Sep 3, 2023

I'm not sure what the problem is and I won't be investigating it because of CS2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants