A tool for automatically managing your artifacts.
Download the latest release.
Caution
Before you use this! Note interacting with the game and more importantly, modifying game state with external tools is a gray area as far as the TOS is concerned, so don't use this if you aren't willing to risk your account being banned.
- Automatically read artifact data from the game.
- Choose artifacts based on various criteria. Artifacts will be locked or unlocked to make for easy disposal in-game.
- You can write your own custom script using the example bundled with the app.
- Supports any screen resolution.
- Export artifacts to other popular tools such as Genshin Optimizer.
- Light mode for freaks.
- Character & weapon scanning.
- Gamepad support.
- Open Genshin Impact. Make sure you don't have hdr enabled and that the controls are set to keyboard.
- Open the artifact tab. From here you can apply any in-game filters to specify what artifacts to parse.
- You can change the logic determining which components to lock by editing the script
example.js
. Usually you would run the scanner first in "Scan" mode and then preview changes in logic in the right pane. - Run the scanner. Press [SPACE] to stop the scanning early.
- If need be, you can export the scanned artifacts in GOOD format via the button in the upper right.
- Do the usual git clone.
- This project uses native node modules, so you will need to have a compiler installed if you don't already.
- This is a yarn project, so run
yarn
to set up. I have pinned the node environment tov16.x.x
so you might need to install node too. Of course if you have a node version manager this is easy. - Start the application with
yarn start
IN ADMINISTRATOR MODE or run through elevated vscode using [F5].
Either file an issue or add it yourself via the README.