Info

Statistics

  • Download count2,479 total downloads
  • Latest download count 167 downloads of latest version
  • Average download count2 downloads per day average

Owners

  • Stable

    Version 1.5.0

    • Released 15 Nov, 2023
    • 167 downloads

    Add GetFriendAvatar ACEs

  • Stable

    Version 1.4.1

    • Released 9 Nov, 2023
    • 88 downloads

    Fix crash in preview

  • Stable

    Version 1.4.0

    • Released 7 Nov, 2023
    • 45 downloads

    Supports 1.58 SDK, nwjs 0.82, greenworks 0.15, now also supports Mac Silicon (ARM)

    Add "Is steamdeck"

  • Stable

    Version 1.3.2

    • Released 6 Nov, 2023
    • 47 downloads

    Supports 1.58 SDK, nwjs 0.82, greenworks 0.15, now also supports Mac Silicon (ARM)

    Greenworks 0.15

    https://github.com/greenheartgames/greenworks/releases/tag/v0.15.0

  • Stable

    Version 1.2.0

    • Released 2 Feb, 2023
    • 134 downloads

    Versions supported: NW.js 0.71.0, Steamworks SDK: 1.50

  • Stable

    Version 1.1.0

    • Released 30 Mar, 2022
    • 104 downloads

    Support for NW.js 0.60.0, Steamworks SDK: 1.50

  • Stable

    Version 1.0.0

    • Released 27 Aug, 2020
    • 258 downloads
    • Update to support nw.js 0.47.0, Steam SDK 1.49, Greenworks 0.14
    • Add expression for IPCountry (country name from users IP address.)

    This version also works with later versions of Electron (versions 8.0+, the correct Greenworks node library is automatically integrated when using cyn/Electron for Construct.)

  • Stable

    Version 0.0.3.0

    • Released 6 Nov, 2019
    • 262 downloads

    Add support for Electron 7.x+.

    Change required (within plugin):

    require('../../app.asar.unpacked/greenworks/greenworks'); to require('electron').remote.require('../app.asar.unpacked/greenworks/greenworks'); - if using Electron 7+

  • Stable

    Version 0.0.2.8

    • Released 19 Oct, 2019
    • 166 downloads

    Bugfixes for GetIsDLCInstalled and GetDLCDataByIndex.

    Note that ACEs for GetDLCDataByIndex will not work unless a new Greenworks binary is installed (must use the Greenworks source from after 09/10/2019: PR #245.

  • Stable

    Version 0.0.2.7

    • Released 18 Oct, 2019
    • 139 downloads

    Update case of some of the lang srings to match other ACEs.

  • Stable

    Version 0.0.2.6

    • Released 18 Oct, 2019
    • 135 downloads

    Add Greenworks DLC APIs (untested!) For details, see: github.com/greenheartgames/greenworks/blob/master/docs/dlc.md

  • Stable

    Version 0.0.2.5

    • Released 5 Apr, 2019
    • 206 downloads

    Change file dependency for Electron, so unused *.node binary files for nw.js can be removed from Electron build app directory without causing a C3 error. In the efc Electron build the *.node files are included separately and are updated for the version of Electron being built. Currently, when the application is run, a console warning error occurs due to the file names also being included in app/offline.json. To eliminate this warning, edit app/offline.json before building with efc. Remove the following strings from the offline.json string array: "greenworks-win32.node","greenworks-win64.node","greenworks-linux32.node","greenworks-linux64.node","greenworks-osx64.node","greenworks.js".

  • Stable

    Version 0.0.2.4

    • Released 6 Mar, 2019
    • 193 downloads

    No change to ACEs. In plugin JS code, add additional path for greenworks libraries, so remote preview is possible with Mac build using https://electronforconstruct.armaldio.xyz/

  • Stable

    Version 0.0.2.2

    • Released 4 Mar, 2019
    • 174 downloads

    No change to ACEs. Change electron path to greenwork.js and greenworks / steam binaries to match new (1.3.1) Electron For Construct greenworks plugin created paths.

  • Beta

    Version 0.0.2.0

    • Released 1 Mar, 2019
    • 179 downloads

    Add API ResetAllStats ACEs.

  • Beta

    Version 0.0.1.6

    • Released 28 Feb, 2019
    • 181 downloads

    First beta release.

    NW.js: 0.33.3

    Steamworks SDK: 1.42

    Greenworks: 0.14

    Tested with Electron 3.0.9 and 4.0.0 with user built greenworks libraries.