mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-03-21 17:24:11 -05:00
Changes to the ChangeLog and ReadMe.
This commit is contained in:
parent
de6989f838
commit
949ae81e31
25
ChangeLog.md
25
ChangeLog.md
|
|
@ -40,8 +40,9 @@
|
|||
|
||||
- Updated ALL sprites from Gen 7 to Gen 8.
|
||||
- Retrieved from [PokéSprite](http://msikma.github.io/pokesprite/).
|
||||
-  **→**
|
||||
- Edited using [DexTool-UltraTrim](https://github.com/PoshoDev/DexTool-UltraTrim).
|
||||
|
||||
|
||||
- Automatic backups.
|
||||
- Made every 5 minutes after the first change since the last backup.
|
||||
- Made when the application is closed.
|
||||
|
|
@ -51,16 +52,16 @@
|
|||
|
||||
| Key | Action |
|
||||
| :----------------------------------------------------------: | ------------------------------------------------------------ |
|
||||
| <br>or Mouse<br>Wheel Up | Jump to previous box. |
|
||||
| <br>or Mouse<br>Wheel Down | Jump to next box. |
|
||||
|  | Deselect Pokémon. |
|
||||
|  | Count up (for selected Pokémon). |
|
||||
|  | Count down (for selected Pokémon). |
|
||||
|  to  | Jump to box containing first Pokémon of a generation. |
|
||||
|  and  | Jump to last box. |
|
||||
|  | Switch between National and Galar dex. |
|
||||
|  | Export progress image.<br/>Saved as *C:\Users\USER\AppData\Local\DexTool\dex.png* |
|
||||
|  | Switch between Shiny and Regular dex. |
|
||||
| <br>or Mouse<br>Wheel Up | Jump to previous box. |
|
||||
| <br>or Mouse<br>Wheel Down | Jump to next box. |
|
||||
|  | Deselect Pokémon. |
|
||||
|  | Count up (for selected Pokémon). |
|
||||
|  | Count down (for selected Pokémon). |
|
||||
|  to  | Jump to box containing first Pokémon of a generation. |
|
||||
|  and  | Jump to last box. |
|
||||
|  | Switch between National and Galar dex. |
|
||||
|  | Export progress image.<br/>Saved as *C:\Users\USER\AppData\Local\DexTool\dex.png* |
|
||||
|  | Switch between Shiny and Regular dex. |
|
||||
|
||||
- Added log outputs in case of missing sprites.
|
||||
|
||||
|
|
@ -68,7 +69,7 @@
|
|||
|
||||
- Labeling went back to just 3 colors (until I add labeling options).
|
||||
|
||||
-   
|
||||
-   
|
||||
- *Hon hon.*
|
||||
|
||||
- **Minor Changes**
|
||||
|
|
|
|||
60
README.md
60
README.md
|
|
@ -1,30 +1,52 @@
|
|||
|
||||
|
||||
# DexTool
|
||||
DexTool is a Box-based management tool for mantaining and keeping track of a Pokémon Living Dex.
|
||||
DexTool is a Box-based management tool for maintaining and keeping track of a Pokémon Living Dex.
|
||||
|
||||
|
||||
|
||||
## Downloads
|
||||
- [Latest Release (v0.2.1-alpha)](https://github.com/PoshoDev/DexTool/releases/tag/v0.2.1-alpha)
|
||||
|
||||
- #### [Download v0.3.0-alpha](https://github.com/PoshoDev/DexTool/releases/tag/v0.3.0-alpha)
|
||||
|
||||
- [All Releases](https://github.com/PoshoDev/DexTool/releases)
|
||||
- [Change Log](https://github.com/PoshoDev/DexTool/blob/master/ChangeLog.md)
|
||||
|
||||
<br>
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
It also lets you take screenshots of your current progress for you to flaunt at your mom!
|
||||
<img src="https://i.imgur.com/Pe5kNH2.png" width="450" />
|
||||
|
||||
| Regular Export | Shiny Export |
|
||||
| :----------------------------------------------------------: | :----------------------------------------------------------: |
|
||||
| <img src="https://github.com/PoshoDev/DexTool/blob/master/Promo/Previews/Screenshot_2.png?raw=true" width="650" /> |  |
|
||||
|
||||
<br><br>
|
||||
|
||||
|
||||
|
||||
### How to Use:
|
||||
| Key | Action |
|
||||
|----------------------- |-------------------------------------------------------------------- |
|
||||
| <p align=center>Scroll<br>up/down | Change Box. |
|
||||
| <p align=center>Right click<br>(on slot) | Change Pokémon status. |
|
||||
| <p align=center>Hold right<br>click (on slot) | Multi-select. |
|
||||
| <p align=center>S | Take a screenshot. Saved at:<br>_C:\Users\USER\Pictures\dex.png_ |
|
||||
| <p align=center>G | Toggle Galar Dex view. |
|
||||
|
||||
| Key | Action |
|
||||
| :----------------------------------------------------------: | ------------------------------------------------------------ |
|
||||
| Right click on<br>**→** | Change Pokémon status. |
|
||||
| *Hold* right click on<br/>**→** | Multi-select. |
|
||||
| Left click on<br/> | Select Pokémon, displaying Info, Area and Counting buttons. |
|
||||
| <br>or Mouse<br>Wheel Up | Jump to previous box. |
|
||||
| <br>or Mouse<br>Wheel Down | Jump to next box. |
|
||||
|  | Deselect Pokémon. |
|
||||
|  | Count up (for selected Pokémon). |
|
||||
|  | Count down (for selected Pokémon). |
|
||||
|  to  | Jump to box containing first Pokémon of a generation. |
|
||||
|  and  | Jump to last box. |
|
||||
|  | Switch between National and Galar dex. |
|
||||
|  | Export progress image.<br/>Saved as *C:\Users\USER\AppData\Local\DexTool\dex.png* |
|
||||
|  | Switch between Shiny and Regular dex. |
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
|
|
@ -36,11 +58,17 @@ It also lets you take screenshots of your current progress for you to flaunt at
|
|||
|  | Not obtained. |
|
||||
|  | Obtained and in HOME. |
|
||||
|  | Obtained but not in HOME. |
|
||||
* This program is very barebones so expect things to go south at some point, so try to make **BACKUPS** whenever you can.
|
||||
* Your **SAVE DATA** is stored at:
|
||||
* _C:\Users\USER\AppData\Local\LivingDexSS\save.ini_
|
||||
* Your **IMAGE EXPORTS** are stored at:
|
||||
* _C:\Users\USER\Pictures\dex.png_
|
||||
* Your **SAVE DATA** is stored as:
|
||||
* _C:\Users\USER\AppData\Local\DexTool\save.ini_
|
||||
* Your **IMAGE EXPORTS** are stored as:
|
||||
* _C:\Users\USER\AppData\Local\DexTool\dex.png_
|
||||
* The **OUTPUT FILES** (for streaming, etc.) for the currently selected Pokémon is stored at:
|
||||
* _C:\Users\USER\AppData\Local\DexTool\Output_
|
||||
* Your **BACKUPS** are stored at:
|
||||
* _C:\Users\USER\AppData\Local\DexTool\Backups_
|
||||
* They are made every 5 minutes after the first change since the last backup and when the application is closed.
|
||||
* *"I downloaded the repo and compiled it, but it doesn't work. What gives?"*
|
||||
* Because a few functions are from third-party developers, I excluded *their* code from *my* project. So if you ever want to compile this poop of a project, then it's your responsibility to get their extensions/functions from themselves. Please understand!
|
||||
|
||||
<br>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user