YoYoGames / GMEXT-Steamworks

Repository for GameMaker's Steamworks Extension
Other
65 stars 12 forks source link

Implement steam_file_get_list #41

Closed nkrapivin closed 1 year ago

nkrapivin commented 1 year ago

Implements a new function which allows to get the full list of all files in the Remote Storage cloud. Also enables Alternative Steam Launcher for Windows since otherwise I can't test Steam Cloud through my Steam IDE lol (it keeps thinking it's GameMaker App ID even though it's not)

UPD: Force pushed to update docs.

nkrapivin commented 1 year ago

I'm open to any name suggestions, perhaps steam_file_get_list is a better name?

nkrapivin commented 1 year ago

Force-pushed, addressed the comments discussed via PM.

nkrapivin commented 1 year ago

Force-pushed, rebased the PR on the latest commit from main for easier merging.