From dd40cfac7077c178caaeed470c6a795964d387cf Mon Sep 17 00:00:00 2001 From: otavepto Date: Sat, 23 Dec 2023 18:43:01 +0200 Subject: [PATCH] updated mods.EXAMPLE.json --- .../steam_settings.EXAMPLE/mods.EXAMPLE.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/files_example/steam_settings.EXAMPLE/mods.EXAMPLE.json b/files_example/steam_settings.EXAMPLE/mods.EXAMPLE.json index 10cfdf95..6ef81f5c 100644 --- a/files_example/steam_settings.EXAMPLE/mods.EXAMPLE.json +++ b/files_example/steam_settings.EXAMPLE/mods.EXAMPLE.json @@ -14,12 +14,17 @@ "workshop_item_url": "https://steamcommunity.com/sharedfiles/filedetails/?id=111111111", "upvotes": 1, "downvotes": 0, - "num_children": 0 + "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 }, "222222222": { "title": "Example Workshop Item", - "description": "Example Workshop Item with all Details" + "description": "Example Workshop Item with all Details", + "preview_url": "https://commons.wikimedia.org/wiki/File:Tree_in_Mississippi.jpg", + "score": 1.0 }, "333333333": { @@ -27,5 +32,10 @@ }, "444444444": { + "title": "Example Workshop Item", + "description": "Example Workshop Item with all Details", + }, + + "555555555": { } }