dhoeke Yep the old SDK is the cause of that. But if you include an older one like the one here it will work <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">
https://dl.dropboxusercontent.com/u/100 ... am_api.dll
Thak you! Thanks to that I've got finally my game to launch. Before I've got only black screen.
But the overlay isn't showing up.
My configuration/checklist:
Windows 10, C2 r209
Node Webkit v0.11.5
Greenworks 0.4.0
Steps that I've done:
1. added event in my game:
- on start of layout - Greenworks: Activate overlay for Stats
2. exported game
3. updated package.nw (of course changed to .zip)
3.1 added steam_api.dll - from link above
3.2 changed package.json - added "--in-process-gpu"
4. added steam_appid.txt to my games folder (with my game ID)
5. changed .exe name to nw.exe
Why overlay isn't showing up?