AutoPoke 开发记录
Auto hunting shiny pokemon using Playback (Epilogue GB operator), writing with Python. Only for Gen3. 宝可梦三代自动化刷闪工具,使用 Playback (Epilogue GB operator)。模拟器等也可参考使用。
记录一下 AutoPoke 的开发过程。
此记录从 v4.2.1.1 开始,此前的细节会有所欠缺。之后会转成使用说明。
How to use?
- Make sure Text speed in the setting of your game is Fast.
- Do not change the window size of Operator too large.
- Do not minimize the window of Operator when AutoPoke is running.
- Make player role where you need to encounter PM, and set parameters.
Then click
Start
. - If your Operator version is lower than
v1.0.0
, download AutoPoke ofv1.1
version.
Already confirmed be of use in
- English version:
Confirmed | RS | E | FrLg |
---|---|---|---|
Wild Encounter | Yes | Not Test | Yes |
Safari Zone | Yes | Not Test | Not Test |
Stationary | Yes | Not Test | Not Test |
Special Stationary | Not Complete | Not Complete | Not Complete |
- Japanese version:
Not Test - Other versions:
Not Test
Update Log
- 2024-04-28
- You can change the colors for detection in
config.ini
file now.
- You can change the colors for detection in
- 2024-04-22
- Simplify the size of app.
- 2024-02-29
- Performance optimization.
- 2024-02-29
- Support bigger window. (may occur bugs when the window is too large.)
- Fixed bugs.
- 2024-01-14
- Add UI.
- Auto create config.ini file if it does not exist.
- 2024-01-11
- Move all image detection to memory for processing.
- Optimized code to reduce meaningless detection.
- 2023-08-28
- Fixed an issue where additional animation detection and dialogue
detection (
E
) may cause errors when there is a menu bar below. - Add run parameter.
- Fixed an issue where additional animation detection and dialogue
detection (
- 2023-08-05
- Fixed bug for special anime when wildpoke raising.
- Fixed in
E
when wildpoke, receiving pokenav will interrupt autopoke. (NOT TESTED) - Fixed bug when in cave. InCave parameter is no longer needed.
- 2023-08-04
- Update for Operator version later than
v1.0.0
, renamed toPlayback
. - Support extra anime detection for
FrLg
, which only supportRS
in lower version.
- Update for Operator version later than
- 2023-07-20
- Stationary function is available now.
- Optimized codes structure and make all configs in one file.
- Make the
.exe
file for those can not use python.
- 2023-07-08:
- Much faster when in safari zone.
- Auto record encounter counts in
parser.ini
. - Support edit keymapping in
parser.ini
.
Gitalking ...