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

GOG multi-file installers #50

Closed
tkashkin opened this issue Aug 26, 2018 · 1 comment
Closed

GOG multi-file installers #50

tkashkin opened this issue Aug 26, 2018 · 1 comment
Labels
crossplatform enhancement New feature or request GS: GOG Game source: GOG
Milestone

Comments

@tkashkin
Copy link
Owner

Some GOG installers (mainly for Windows) come in multiple files.

@tkashkin tkashkin added enhancement New feature or request crossplatform GS: GOG Game source: GOG labels Aug 26, 2018
@tkashkin
Copy link
Owner Author

Example: The Witcher 2

"installers": [
	{
		"id": "installer_windows_en",
		"name": "Ведьмак 2: Убийцы королей",
		"os": "windows",
		"language": "en",
		"language_full": "English",
		"version": null,
		"total_size": 19189989376,
		"files": [
			{
				"id": "en1installer14",
				"size": 1048576,
				"downlink": "http://api.gog.com/products/1207658930/downlink/installer/en1installer14"
			},
			{
				"id": "en1installer15",
				"size": 4194304000,
				"downlink": "http://api.gog.com/products/1207658930/downlink/installer/en1installer15"
			},
			{
				"id": "en1installer16",
				"size": 4194304000,
				"downlink": "http://api.gog.com/products/1207658930/downlink/installer/en1installer16"
			},
			{
				"id": "en1installer17",
				"size": 4194304000,
				"downlink": "http://api.gog.com/products/1207658930/downlink/installer/en1installer17"
			},
			{
				"id": "en1installer18",
				"size": 4194304000,
				"downlink": "http://api.gog.com/products/1207658930/downlink/installer/en1installer18"
			},
			{
				"id": "en1installer19",
				"size": 2411724800,
				"downlink": "http://api.gog.com/products/1207658930/downlink/installer/en1installer19"
			}
		]
	},
	{
		"id": "installer_mac_en",
		"name": "Ведьмак 2: Убийцы королей",
		"os": "mac",
		"language": "en",
		"language_full": "English",
		"version": "1.1 (gog-10)",
		"total_size": 20656947200,
		"files": [
			{
				"id": "en2installer2",
				"size": 20656947200,
				"downlink": "http://api.gog.com/products/1207658930/downlink/installer/en2installer2"
			}
		]
	},
	{
		"id": "installer_linux_en",
		"name": "Ведьмак 2: Убийцы королей",
		"os": "linux",
		"language": "en",
		"language_full": "English",
		"version": "Release 3 (20150306204412)",
		"total_size": 21185429504,
		"files": [
			{
				"id": "en3installer0",
				"size": 21185429504,
				"downlink": "http://api.gog.com/products/1207658930/downlink/installer/en3installer0"
			}
		]
	}
]

@tkashkin tkashkin added this to the Non-native games support milestone Aug 26, 2018
tkashkin added a commit that referenced this issue Sep 2, 2018
@tkashkin tkashkin closed this as completed Sep 2, 2018
Lucki pushed a commit to Lucki/GameHub that referenced this issue Oct 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crossplatform enhancement New feature or request GS: GOG Game source: GOG
Projects
None yet
Development

No branches or pull requests

1 participant