• Stars
    star
    521
  • Rank 82,344 (Top 2 %)
  • Language
    JavaScript
  • License
    GNU Lesser Genera...
  • Created about 5 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A sexy achievement file parser with real-time notification, automatic screenshot and playtime tracking. View every achievements earned on your PC whether it's coming from Steam, a Steam emulator, and more.

A sexy achievement file parser with real-time notification, automatic screenshot and playtime tracking.
View every achievement earned on your PC whether it's coming from Steam, a Steam emulator, and more.
To see the full list of what this app can import please see the Wiki/Compatibility.

The original idea behind this app was that some steam emulators generate a text file where your unlocked achievements are stored. But they aren't very friendly to know which is which, here is an example :

[NEW_ACHIEVEMENT_1_1]
Achieved=1
CurProgress=0
MaxProgress=0
UnlockTime=0000000000
[SteamAchievements]
00000=NEW_ACHIEVEMENT_1_1
Count=1

So which achievement is NEW_ACHIEVEMENT_1_1 ? You'll have to ask the steam API or look online in a site like the steamdb to find out. So let's just do that automagically :)

Notification on achievement unlocking

Not as sexy as a directX Overlay but it's the next best thing.
Display a notification when you unlock an achievement via

⚠️ Please verify your system settings for this to work properly. More info
You can test notification in Settings > Debug to make sure your system is correctly configured or seems to be.
There is a lot of things to check so make sure to have a look at the wiki before asking for help.

📸 If you have enabled the souvenir option(s) then a screenshot and/or video will be taken when you unlock an achievement.

📖 Wiki and troubleshoot

There is a lot to say about this app. So for more info, configuration, troubleshoot, common issues etc ...
Please kindly see the Wiki, thank you.

Translation Help

I do my best to translate everything for every supported language by Steam, but it's rather difficult and I don't speak that much languages.
Fluent in another language ? Any help to add/modify/improve would be greatly appreciated.

More details here

How to build

Prequisites:

You will need Node.js 14.x in x64 with NPM installed.
Innosetup 5 unicode with preprocessor and Inno Download Plugin (building the setup)

For Node.js you globally need asar and json :

npm install -g asar json

There will be some native_module to compile so you'll need :
VS2017 / C++ build tools, Python 2.7 3.x (node-gyp), and the Windows SDK 10.0.17134.0 (1803 Redstone 4)

Build:

Install node_modules folders with npm install.cmd
or do it yourself with npm ci in /app, /service/updater and /service/watchdog.
Use buildme.cmd in the root folder to build.

Notes:

  • Most of the native code is now shipped as prebuilt binaries. If you want to compile them yourself I invit you to check out their corresponding repo.
    NB: Golang cgo requires a gcc compiler installed and set in PATH (recommended : http://tdm-gcc.tdragon.net/download).

  • Innosetup is expected to be installed in C:\Program Files (x86)\Inno Setup 5 if that is not the case then update buildme.cmd with the correct path.

  • If NPM gives you some trouble, try to delete every package-lock.json.

Legal

⚠️ Software provided here is purely for informational purposes and does not provide nor encourage illegal access to copyrighted material.

Software provided here is to be use at your own risk. This is provided as is without any express or implied warranty.
In no event or circumstances will the authors or company be held liable for any damage to yourself or your computer that may arise from the installation or use of the free software aswell as his documentation that is provided on this website.
And for anything that may occur as a result of your use, or inability to use the materials provided via this website.

Software provided here is not affiliated nor associated with any cracking scene groups.

Software provided here is not affiliated nor associated with Steam, © Valve Corporation, Uplay, © Ubisoft and data from theirs API is provided as is without any express or implied warranty.

Other trademarks, copyright are the property of their respective owners. No copyright or trademark infringement is intended by using third-party resources. Except where otherwise specified, the contents of this project is subject to copyright.

More Repositories

1

node-powertoast

Windows toast notification using PowerShell or WinRT (Windows 8, 10, 11)
JavaScript
21
star
2

FFX-X2_LAUNCHER

Gamepad and UnX friendly launcher for FINAL FANTASY X/X-2 HD Remaster (PC)
JavaScript
19
star
3

Aion-Launcher

Alternative Launcher for the game Aion
JavaScript
13
star
4

node-lobby_connect

Discover people playing on the network using the Goldberg SteamEmu with the launch parameter to connect to their game
C++
10
star
5

node-win-verify-trust

Check the signature of a file using the WinVerifyTrust API
C++
7
star
6

Aion-open-system-cfg-editor

Aion open source "system.cfg" editor
JavaScript
6
star
7

mockuptooly

Mockup Tool/Generator. Create mockup photos for your store, all in one go. T-shirt, sweaters and more.
CSS
6
star
8

Aion-Japanese-Voice-Pack

Change the voice acting of your Aion client into sweet Japanese or Korean.
JavaScript
6
star
9

node-xinput-ffi

XInput FFI wrapper: access native XInput functions as well as some helpers based around them.
JavaScript
5
star
10

node-win-screen-resolution

Get the current and all available screen resolution on Windows
JavaScript
4
star
11

node-processMonitor

Monitor Windows process creation/deletion events
C++
3
star
12

node-win-tasklist

Wrapper for the Windows tasklist command. Non-English locale friendly as much as possible.
JavaScript
2
star
13

node-ffi

Foreign Function Interface helper
JavaScript
2
star
14

node-cgo-regodit

A cgo dll to access Windows registry.
JavaScript
2
star
15

node-accountpicture-ms-extractor

Extracts image files embedded within an .accountpicture-ms file
JavaScript
2
star
16

node-notification-state-ffi

Determine whether sending a notification is appropriate
JavaScript
1
star
17

node-powerballoon

Windows balloon notification using PowerShell.
JavaScript
1
star
18

node-regmon

NAPI Native C++ Addon to monitor Windows Registry changes for Node.js
C++
1
star
19

node-cgo-screenshot

Take a screenshot of the active display in .png
Go
1
star
20

GameIndexDB

List of games having achievement data with their name (game), binary(ies) and platform(s) id
1
star
21

node-is

Collection of various checks for asserting types and values at runtime
JavaScript
1
star