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

Mod TimeUpdated vs TimeStamp #78

Open
normanr opened this issue Nov 1, 2024 · 0 comments
Open

Mod TimeUpdated vs TimeStamp #78

normanr opened this issue Nov 1, 2024 · 0 comments
Labels
enhancement New feature or request ugc user generated content related

Comments

@normanr
Copy link

normanr commented Nov 1, 2024

mod.timeUpdated is used to populate both:

  • SteamUGCDetails_t.m_rtimeUpdated in Steam_UGC::set_details and,
  • the punTimeStamp returned from Steam_UGC::GetItemInstallInfo.

It would be nice to be able to set punTimeStamp separately. The reason behind this request is that punTimeStamp is the timeStamp of the cached copy of the user-generated-content, where as m_rtimeUpdated is the server-side last updated time. These differ when Steam hasn't yet downloaded the latest version of the user-generated-content. I'd like to be able to test my in-game mod code that checks to see if these values are the same or not (and then notifies the user that updates are available).

@Detanup01 Detanup01 added enhancement New feature or request ugc user generated content related labels Nov 6, 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 ugc user generated content related
Projects
None yet
Development

No branches or pull requests

2 participants