Skip to content

example in the readme seems wrong #2

Description

@nonoche2

Hi

I think there might be a mistake in the example given in the readme.md, shouldn't the gameid be inside the first map instead of right outside it, like this?

appinfo;#appid;7;common;"name;Steam Client;"type;Config;;associations;<#gameid;7<;extended;"beta_name_1;Steam Beta Update;"

[
{
appid: 7,
common: {
name: 'Steam Client',
type: 'Config',
associations: {},
gameid: 7
},
extended: {
beta_name_1: 'Steam Beta Update',
beta_contentlist_1: 'steamexe publicbeta',
beta_name_2: 'Steam Deck Stable',
beta_contentlist_2: 'steamexe steamdeck_stable',
beta_name_3: 'Steam Deck Beta',
// ...
}
}
]

there's one map closure (<) after associations, which means it's an empty map, not two (which would close the map in which associations is), the next map closure is after gameid

not sure if I don't understand your explanation of the file format or if there is indeed a mistake, that's confusing

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions