Ventero / FRESteamWorks

SteamWorks API for AIR applications
Other
83 stars 27 forks source link

Method fileWrite always return false #24

Closed kolombet closed 8 years ago

kolombet commented 9 years ago

Trying to upload save data to steam cloud. ANE work for achievements, stats and others things perfectly.

Result of fileWrite is always "false". Used writeObject, writeUTFBytes (from FRESteamWorks UNIT tests). Rewinded ByteArray "position" to 0. Tryed to write simple strings, not long JSON. Same result - false.

From SteamEvent.STEAM_RESPONSE i recieve event on fileWrite, with responce = 1, type = 1 which not informative at all.

Result of fileRead is true. But i have empty save, so it's not much useful.

screenshot on 11 5 2015 at 7 27 57 pm

Question: Do FRESteamWorks have fileWriteAsync? By the nature of actionscript, all blocking things must be async.

kolombet commented 9 years ago

Found problem. To activate steam cloud, you must set quota in steamworks, save "cloud changes" on the bottom of page and publish your changes. After this, saves works.