Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/annosz/eu4achievementchecklist
Integrating Steam achievement completion statistics with the Europa Universalis 4 Wiki's data.
https://github.com/annosz/eu4achievementchecklist
europa-universalis-4 steam steam-api
Last synced: 25 days ago
JSON representation
Integrating Steam achievement completion statistics with the Europa Universalis 4 Wiki's data.
- Host: GitHub
- URL: https://github.com/annosz/eu4achievementchecklist
- Owner: Annosz
- License: mit
- Created: 2020-12-09T19:35:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-11T11:59:03.000Z (about 1 year ago)
- Last Synced: 2023-12-12T10:49:48.449Z (about 1 year ago)
- Topics: europa-universalis-4, steam, steam-api
- Language: C#
- Homepage: https://eu4achievementchecklist.azurewebsites.net
- Size: 1.94 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# EU4 Achievement Checklist
My primary way of playing Europa Universalis 4 is to select an achievement I want to complete, and go for it. After completing ~80 of the 320 (currently) available achievements this became hard, because I had no reliably list of the ones I want to go for.
* 25% of the achievements were already claimed, so I wanted to filter those
* I am not an *excellent* player, so Very Hard and Impossible achievements are off the charts for me
* Sometimes I want to join the mainstream players and have every achievements that are obtained by a lot of Steam user
* Sometimes I want to be more hipster and go for the ones only a few percentage of the users got so far
* For a long time I did not have all the DLCs, so I played a few patches behind the current meta - that also means there I achievements I cannot getThere are two main sources where one can check the achievements: the Steam page of the game and the Europa universalis 4 Wiki. Sadly, both of these pages contain only a fraction of the information I needed: the Wiki has a very good difficulty rating and shows the needed patches and DLCs, while Steam knows which achievements have you already done. So I had to use _both_ lists to determine which achievements I want to go for.
Of course I tried to create Excel spreadsheets to maintain achievements, but it became extremaly hart to manage after a short time. Not to mention how often new DLCs come out (looking at you, Paradox Interactive) with new achievements, so the hand-maintained version was quickly abandoned.
This gave me the idea of a page where I have every information about the achievements I want to see with all functions needed to easily navigate between them:
* The difficulty of an achievement
* Wether I have earned it or not
* The DLCs and game version required
* The percentage of Steam users who already claimed that achievement
* Ordering and filtering wherever necessary in these informations
* Automatically maintained and extended with every new achievementAnd this is how EU4 Achievement Checklist was born.