-
-
Notifications
You must be signed in to change notification settings - Fork 127
/
.todo
28 lines (24 loc) · 1.17 KB
/
.todo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Notes
To update all the config presets at once:
1) Make a modifier in `src/renderer/modifiers/config-presets.modifier.ts` to make the desired change to the preset files
2) Commit changes.
2) Add the current app version and the commit hash for the last release (or any commit before presets change) to `files/presetsHashes.json`
3) Run `npm run update-files` and ensure the new presets validate (validation comes from the user-configuration schema), if not `git stash; git stash drop;`.
4) Commit changes and `git push`
# Fixes
Steam parser only works for steam apps that have been installed at least once.
# Features and Changes
0) Proton Capability
1) Filter or prefer certain image creators
2) Assign an sgdbId to sgdb game much earlier (and have fix match alter it as necessary)
3) Rework fileParser to make each stage of the title modification process immutable and trackable.
# Parsers (LM - Launcher Mode, EM - Executable Mode)
Amazon Games (LM, EM)
Battle.net (LM - EM not possible)
EA Desktop (LM, EM)
Epic (LM, EM)
GOG Galaxy (LM, EM)
Legendary (LM, EM)
Itch.io (EM - missing fileLaunchOptions)
UPlay (LM, EM - missing fileLaunchOptions)
UWP (LM, EM - missing fileLaunchOptions)