A downloadable tool


Visual Novel Maker 1.0.112 (Electron 18.2.0)

Make a Steam App and program the achievements in the backend of Steam Direct.

In your scripts make a JavaScript replace the number down there with your Steam App ID number:

const steamworks = require('steamworks.js')

const client = steamworks.init(1118910)


In your Scene Content make a script and replace the achievement name with the name of your achievement set in the backend of Steam:

if (client.achievement.activate("achievement_01")) {

  console.log('Success')

} else {

  console.log('Fail')

}


Build your game.  Add the files I have to your built game.  If Steam is running, the achievements should unlock without uploading to Steam or using any SDK tools.






Published 3 days ago
StatusReleased
CategoryTool
AuthorSunflower Games

Download

Download
YourGame.zip 3.4 MB

Leave a comment

Log in with itch.io to leave a comment.