2023-08-21 11:58:55 +08:00
{
2024-01-21 02:18:35 +08:00
"9422" : {
"title" : "Some Workshop Item" ,
"description" : "This is the prefered way of specifying mod details, primary file must exist in steam_settings/mods/9422 (along with any other mod files), and preview file must exist in steam_settings/mod_images/9422" ,
"primary_filename" : "metadata.json" ,
"preview_filename" : "thumbnail.png"
} ,
2023-08-21 11:58:55 +08:00
"111111111" : {
"title" : "Example Workshop Item" ,
"description" : "Example Workshop Item with all Details" ,
"steam_id_owner" : 11111111111111111 ,
"time_created" : 1554997000 ,
"time_updated" : 1554997000 ,
"time_added" : 1554997000 ,
"tags" : "Maps, exampleTag, exampleTag2" ,
"primary_filename" : "test.sav" ,
"primary_filesize" : 1000000 ,
"preview_filename" : "test.png" ,
"preview_filesize" : 1000000 ,
2024-07-01 16:53:10 +08:00
"total_files_sizes" : 9977664411 ,
2024-07-03 06:35:07 +08:00
"min_game_branch" : "1.4.2" ,
"max_game_branch" : "1.5.0" ,
2023-08-21 11:58:55 +08:00
"workshop_item_url" : "https://steamcommunity.com/sharedfiles/filedetails/?id=111111111" ,
2024-01-15 01:39:19 +08:00
"upvotes" : 10 ,
"downvotes" : 1 ,
2023-12-24 00:43:01 +08:00
"num_children" : 0 ,
"path" : "C:\\games\\my_game\\steam_settings\\mods_data\\mod_111111111_data_folder" ,
"preview_url" : "file://C:/games/my_game/steam_settings/mod_images/my_preview.jpg" ,
"score" : 0.7
2023-08-21 11:58:55 +08:00
} ,
"222222222" : {
"title" : "Example Workshop Item" ,
2024-01-21 02:18:35 +08:00
"description" : "Example Workshop Item with some Details" ,
2023-12-24 00:43:01 +08:00
"preview_url" : "https://commons.wikimedia.org/wiki/File:Tree_in_Mississippi.jpg" ,
"score" : 1.0
2023-08-21 11:58:55 +08:00
} ,
"333333333" : {
"title" : "Example Workshop Item"
} ,
"444444444" : {
2023-12-24 00:43:01 +08:00
"title" : "Example Workshop Item" ,
2024-01-21 02:18:35 +08:00
"description" : "Example Workshop Item"
2023-12-24 00:43:01 +08:00
} ,
"555555555" : {
2023-08-21 11:58:55 +08:00
}
}