-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
# SCVI_PokéManager | ||
# SCVI PokéManager | ||
A pokémon dumper and injector for Scarlet and Violet. | ||
|
||
<img src="https://media.discordapp.net/attachments/846891636873363467/1046903946708537355/showcase.png"/> | ||
|
||
## How to use | ||
1. Download [sys-botbase](https://github.com/olliz0r/sys-botbase/releases/tag/v2.2) | ||
2. Run `pip install -r requirements.txt` | ||
1. Download [sys-botbase](https://github.com/olliz0r/sys-botbase/releases/tag/v2.2) onto your CFW Switch. | ||
2. Download the exe from the [releases](https://github.com/Project-PokeBots/SCVI_PokeManager/releases/latest) | ||
3. Enter your Switch IP in the GUI and click `Connect` | ||
4. `Dump` dumps the pokémon in ek9 format. `Inject` injects ek9 named "inject". | ||
4. Press `Dump` or `Inject` to manage pokémon in ek9 format. | ||
|
||
## To do | ||
- [x] Update for 1.0.1 | ||
- [ ] PK9 encyption | ||
- [ ] Configure slots that way it is not limited to Box 1 Slot 1 | ||
- [x] Configure slots that way it is not limited to Box 1 Slot 1 | ||
|
||
## Credits | ||
- [Manu](https://github.com/Manu098vm): Providing correct offset and testing | ||
- [Manu](https://github.com/Manu098vm): Providing correct offset | ||
- [Slluxx](https://github.com/Slluxx): GUI rewrite |