AJ2DI's Recent Forum Activity

  • Hi,

    A support for nw.js 0.27.0 was submitted to scirra store for Steam4C2-Basic v1.5.1

    Regards,

  • Hi,

    A support for nw.js 0.27.0 was submitted to scirra store for Steam4C2 v1.7.1

    Regards,

  • pxlgrdsAI ,

    Achievements’ features are async so all achievements’ conditions are triggers.

    You should store the state of player’s achievements once your game is loaded and steam ready.

    See post in order to see how achieve this in the correct way

    In your post ,

    Event 1 and 2 are run everytick, so you ask everytick to steam for achievement state, you should use this request in a function or when the game start.

    And event 5 is true only if your sprite has the UID 635 but UID could change each time you run your game, we doubt this condition could be true.

    Note: the plugin works only when you export your game.

    Regards,

  • Hi,

    Full version 1.7.1 submitted to Scirra Store (08-15-2017).

    Supported Nw.js version: 18.7 - 19.4 - 20.0 - 20.3 - 21.1 - 22.0 - 23.0 - 24.0

    • Add nw.js 0.24.0 support
    • Update Steamworks SDK to v1.41

    Regards,

  • Hi,

    Basic version 1.5.1 submitted to Scirra Store (08-15-2017).

    Supported Nw.js version: 18.7 - 19.4 - 20.0 - 20.3 - 21.1 - 22.0 - 23.0 -24.0

    • Add nw.js 0.24.0 support
    • Update Steamworks SDK to v1.41

    Regards,

  • Hi,

    Full version 1.7 submitted to Scirra Store.

    Supported Nw.js version: 18.7 - 19.4 - 20.0 - 20.3 - 21.1 - 22.0 - 23.0

    • Add nw.js 0.23.0 support
    • Update Steamworks SDK to v1.40

    Regards,

  • Hi,

    Basic version 1.5 submitted to Scirra Store.

    Supported Nw.js version: 18.7 - 19.4 - 20.0 - 20.3 - 21.1 - 22.0 - 23.0

    • Add nw.js 0.23.0 support
    • Update Steamworks SDK to v1.40

    Regards,

  • Hi.

    For some reason overlay does not work on Mac OS for me. Achievements unlocked properly (After I close the game).

    I use NW 21.1, Steamworks SDK 1.39

    Hi,

    The plugin doesn't manage the overlay so the achievement (and other steamworks features) works even if the overlay isn't displayed.

    Btw, the overlay seems to have some issue with nw.js on osx; depends of the mac OS version and nw.js version. Madspy already post few tips (privacy setting on osx, check canvas refresh even on main menu (via an invisble sprite moving to force canvas refresh) etc).

    Regards,

  • Hi,

    NEW UPDATE!

    Steam4C-Basic v1.4 is available

    Changelog:

    * Plugin requires Steamworks SDK 1.39

    * Update Support for nw.js 0.18.5 to 0.18.7

    * Update Support for nw.js 0.19-rc1 to 0.19.4

    * Add Support for nw.js 0.20.0

    * Add Support for nw.js 0.20.3

    * Support dropped for nw.js 12/13/14/15/16/17

    Steam4C2 (Full) V1.6 is available

    Changelog:

    * Plugin requires Steamworks SDK 1.39

    * Update Support for nw.js 0.18.5 to 0.18.7

    * Update Support for nw.js 0.19-rc1 to 0.19.4

    * Add Support for nw.js 0.20.0

    * Add Support for nw.js 0.20.3

    * Support dropped for nw.js 12/13/14/15/16/17

    * ACEs change:

    Conditions :

    [New]

    Add Condition "On File submited to Cloud Success", Triggered if the file is uploaded to Steam Cloud.

    Add Condition "On File submited to Cloud Error", Triggered if the file is NOT uploaded to Steam Cloud.

    Add Condition "On File read from Cloud Success", Triggered if the file is read from Steam Cloud.

    Add Condition "On File read from Cloud Error", Triggered if the file fails to be read from Steam Cloud.

    Add Condition "On File deleted from Cloud Success", Triggered if the file is deleted from Steam Cloud.

    Add Condition "On File deleted from Cloud Error", Triggered if the file is NOT deleted from Steam Cloud.

    Actions :

    [New]

    Add Action "Upload a file to Cloud", Write the content(as text) [Param2] in a file named [Param1] and send it to cloud.

    Add Action "Read a file from Cloud", Read the content(as text) of the file named [Param1] from Cloud.

    Add Action "Delete a file to Cloud", Delete file named [Param1] from cloud.

    Expressions :

    [NEW]

    Add Expression "getCloudDATAst", Returns the last data read from Steam Cloud.

    Regards,

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hi,

    NEW UPDATE! NW 18.7/19.4/20.0/20.3

    V1.6.0:

    * Plugin requires Steamworks SDK 1.39

    * Update Support for nw.js 0.18.5 to 0.18.7

    * Update Support for nw.js 0.19-rc1 to 0.19.4

    * Add Support for nw.js 0.20.0

    * Add Support for nw.js 0.20.3

    * Support dropped for nw.js 12/13/14/15/16/17

    * ACEs change:

    Conditions :

    [New]

    Add Condition "On File submited to Cloud Success", Triggered if the file is uploaded to Steam Cloud.

    Add Condition "On File submited to Cloud Error", Triggered if the file is NOT uploaded to Steam Cloud.

    Add Condition "On File read from Cloud Success", Triggered if the file is read from Steam Cloud.

    Add Condition "On File read from Cloud Error", Triggered if the file fails to be read from Steam Cloud.

    Add Condition "On File deleted from Cloud Success", Triggered if the file is deleted from Steam Cloud.

    Add Condition "On File deleted from Cloud Error", Triggered if the file is NOT deleted from Steam Cloud.

    Actions :

    [New]

    Add Action "Upload a file to Cloud", Write the content(as text) [Param2] in a file named [Param1] and send it to cloud.

    Add Action "Read a file from Cloud", Read the content(as text) of the file named [Param1] from Cloud.

    Add Action "Delete a file to Cloud", Delete file named [Param1] from cloud.

    Expressions :

    [NEW]

    Add Expression "getCloudDATAst", Returns the last data read from Steam Cloud.

    Regards,

  • Hi,

    V1.4 is available

    NEW UPDATE! NW 18.7/19.4/20.0/20.3

    V1.4.0:

    * Plugin requires Steamworks SDK 1.39

    * Update Support for nw.js 0.18.5 to 0.18.7

    * Update Support for nw.js 0.19-rc1 to 0.19.4

    * Add Support for nw.js 0.20.0

    * Add Support for nw.js 0.20.3

    * Support dropped for nw.js 12/13/14/15/16/17

    Regards,

  • Hi,

    Until Scirra approves v1.3.1 (we guess they are in vacations), we recommend v1.2.1 (with SDK 1.38A) to avoid black screen issue on few computers.

    Regards,

AJ2DI's avatar

AJ2DI

Member since 15 Jun, 2016

Twitter
AJ2DI has 3 followers

Trophy Case

  • 8-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Email Verified

Progress

10/44
How to earn trophies