Add Steam Workshop updates for DayZ mods#282
Closed
partyplatter08-lab wants to merge 4 commits into
Closed
Conversation
Owner
|
@partyplatter08-lab I updated the bouty terms, please read them and ensure your PR follows the terms: Bounties
AI Generated Pull Requests
Code Quality Requirements
|
Owner
|
@partyplatter08-lab please give me a short confirmation that you read the terms so that I can start reviewing, thanks! |
Owner
|
Closed due to violation of terms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #215
Summary:
meta.cppfiles under the configuredmods-updater.path.publishedidinmods.ymlassteam-workshop-id.time_updatedvalue.meta.cpptimestamps are not compared against Steam API Unix timestamps.workshop_download_item.mods-updater.steam-workshop-app-id, defaulting to DayZ's Workshop app id221100, so DayZ server installs do not have to reuse the dedicated-server app id for Workshop downloads.NOTIFYreports updates,MANUALdownloads Workshop content intoautoplug/downloads/steam-workshop, andAUTOMATICinstalls the downloaded Workshop content back into the existing mod folder.Validation:
mvn -q -Dtest=SteamWorkshopModTest,SteamCMDTest#buildsWorkshopItemCommand testmvn -q -DskipTests packagegit diff --check f9b04ef..HEADNote: AI was mostly used for this PR. I, the human, validated it.