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

Revert "Add workshop support" #116

Merged
merged 1 commit into from
May 16, 2024
Merged

Revert "Add workshop support" #116

merged 1 commit into from
May 16, 2024

Conversation

joedwards32
Copy link
Owner

Reverts #115

Doesn't handle running without a workshop map correctly

@joedwards32 joedwards32 merged commit 7127c85 into main May 16, 2024
2 checks passed
@joedwards32 joedwards32 deleted the revert-115-main branch May 16, 2024 14:32
@tydaytygx
Copy link
Contributor

Hi, Could you please describe wrong running details? Does that means the container not run without a workshop map in the map folder?

@joedwards32
Copy link
Owner Author

Hey, sorry for the slow reply.

When I leave CS2_HOST_WORKSHOP_MAP and CS2_HOST_WORKSHOP_COLLECTION undefined the CS2 server doesn't start.

I think you need to make the CLI arguments optional, e.g how SRCDS is handled

if [[ ! -z $SRCDS_TOKEN ]]; then
    SV_SETSTEAMACCOUNT_ARGS="+sv_setsteamaccount ${SRCDS_TOKEN}"
fi

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

Successfully merging this pull request may close these issues.

2 participants