mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-17 16:06:40 -05:00
Version 0.3.0!
This commit is contained in:
26
ChangeLog.md
26
ChangeLog.md
@@ -5,7 +5,7 @@
|
||||
- **Major Changes**
|
||||
|
||||
- Shiny dex mode.
|
||||
- With shiny icons from PKSPRITE.
|
||||
- With shiny icons from [PokéSprite](http://msikma.github.io/pokesprite/).
|
||||
- Separate save data from the Regular dex.
|
||||
|
||||
- Encounter counters.
|
||||
@@ -14,18 +14,18 @@
|
||||
|
||||
- Shiny screenshots.
|
||||
- Completely different from the Regular dex screenshots.
|
||||
- Only show obtained MON or ones with a count above 0.
|
||||
- Only show obtained Pokémon or ones with a count above 0.
|
||||
- Saved as Saved as *C:\Users\USER\AppData\Local\DexTool\dex.png*.
|
||||
|
||||
- Info and Area buttons.
|
||||
- Both open an URL showing either the general info or location for a selected MON.
|
||||
- Both open an URL showing either the general info or location for a selected Pokémon.
|
||||
- Current source is [Serebii.net](https://serebii.net/).
|
||||
|
||||
- Data output for selected MON.
|
||||
- Data output for selected Pokémon.
|
||||
- Perfect for streaming (Twitch, Hitbox or whatever) or external tools!
|
||||
- Saved at Saved as *C:\Users\USER\AppData\Local\DexTool\Output*.
|
||||
|
||||
- You can now select a specific MON with a left click.
|
||||
- You can now select a specific Pokémon with a left click.
|
||||
|
||||
- Displays Info, Area and Counter buttons.
|
||||
|
||||
@@ -33,13 +33,13 @@
|
||||
|
||||
- Added buttons to toggle between National/Galar dex and Regular/Shiny mode.
|
||||
|
||||
- Added MON.
|
||||
- Added Pokémon.
|
||||
- Galarian Slowpoke
|
||||
- Hoopa Unbound
|
||||
- Heads-up by USER.
|
||||
- Heads-up by [COOKIEMONK](https://www.reddit.com/user/COOKIEMONK).
|
||||
|
||||
- Updated ALL sprites from Gen 7 to Gen 8.
|
||||
- Retrieved from PKSPRITE.
|
||||
- Retrieved from [PokéSprite](http://msikma.github.io/pokesprite/).
|
||||
- Edited using [DexTool-UltraTrim](https://github.com/PoshoDev/DexTool-UltraTrim).
|
||||
|
||||
- Automatic backups.
|
||||
@@ -53,10 +53,10 @@
|
||||
| :----------------------------------------------------------: | ------------------------------------------------------------ |
|
||||
| <br>or Mouse<br>Wheel Up | Jump to previous box. |
|
||||
| <br>or Mouse<br>Wheel Down | Jump to next box. |
|
||||
|  | Deselect MON. |
|
||||
|  | Count up (for selected MON). |
|
||||
|  | Count down (for selected MON). |
|
||||
|  to  | Jump to box containing first MON of a generation. |
|
||||
|  | 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* |
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
- **Minor Changes**
|
||||
|
||||
- Fixed misspellings for some MON.
|
||||
- Fixed misspellings for some Pokémon.
|
||||
- Improved load times.
|
||||
- Slight graphical improvement.
|
||||
- Changed from GM:S1 to GM:S2 to work more efficiently.
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"option_windows_version": {
|
||||
"build": 0,
|
||||
"major": 0,
|
||||
"minor": 1,
|
||||
"minor": 3,
|
||||
"revision": 0
|
||||
},
|
||||
"option_windows_vsync": true
|
||||
|
||||
19
README.md
19
README.md
@@ -30,13 +30,12 @@ It also lets you take screenshots of your current progress for you to flaunt at
|
||||
|
||||
### Tips & Additional Info:
|
||||
- When you right click a Pokémon slot it will change its color. You can decide the meaning of each color, but I _(thy tool creator)_ use them as follows:
|
||||
| Color | Meaning |
|
||||
|------------ |---------------------------- |
|
||||
| White | Not Obtained |
|
||||
| Red | In HOME |
|
||||
| Blue | In HOME, but not organized |
|
||||
| Yellow | In Let's Go Pikachu/Eevee |
|
||||
| Light Blue | In Sword/Shield |
|
||||
|
||||
| Color | Meaning |
|
||||
| :----------------------------------------------------------: | ------------------------- |
|
||||
|  | 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_
|
||||
@@ -48,12 +47,12 @@ It also lets you take screenshots of your current progress for you to flaunt at
|
||||
### Credits:
|
||||
- Code by [Posho](https://github.com/PoshoDev).
|
||||
- Ripped sprites from [PokéSprite](http://msikma.github.io/pokesprite/) by [msikma](https://github.com/msikma).
|
||||
- [Non-sandboxed Filesystem](https://yellowafterlife.itch.io/gamemaker-nsfs) by [YAL](https://github.com/YellowAfterlife).
|
||||
- [CSV Manager](https://marketplace.yoyogames.com/assets/522/csv-manager) by [derme](https://github.com/derme302).
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
### Additional Links:
|
||||
- [DexTool Project](https://github.com/users/PoshoDev/projects/2): Keep track of the ongoing GitHub project.
|
||||
- [DexTool-HOME](https://github.com/PoshoDev/DexTool-HOME): BlueStacks Macros for Pokémon HOME.
|
||||
- [DexTool-UltraTrim](https://github.com/PoshoDev/DexTool-UltraTrim): Tool used to trim sprites for this project.
|
||||
- [DexTool-Legacy](https://github.com/PoshoDev/DexTool-Legacy): Old DexTool project for managing Pokémon Living Dexes.
|
||||
|
||||
Reference in New Issue
Block a user