mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 00:32:51 +02:00
ACHIEVEMENTS: Support achievements with no matching Steam achievement (#1953)
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
# Adding Achievements
|
||||
|
||||
- Add a .svg in `./assets/Steam/achievements/real`
|
||||
- Create the achievement in Steam Dev Portal
|
||||
- Run `sh ./assets/Steam/achievements/pack-for-web.sh`
|
||||
- Run `node ./tools/fetch-steam-achievements-data DEVKEYHERE`
|
||||
- Get your key here: https://steamcommunity.com/dev/apikey
|
||||
- Add an entry in `./src/Achievements/AchievementData.json` -> achievements
|
||||
- It should match the information for the Steam achievement, if applicable
|
||||
- Order the new achievement entry thematically
|
||||
- Add an entry in `./src/Achievements/Achievements.ts` -> achievements
|
||||
- Commit `./dist/icons/achievements` & `./src/Achievements/AchievementData.json`
|
||||
- Match the order of achievements in `AchievementData.json`
|
||||
- Commit `./dist/icons/achievements`
|
||||
|
||||
Reference in New Issue
Block a user