GamePress

A Final Gift to the GP Community

Dear community,
I hope that you all had a great time in the grass event!
I'm here to release my recent project, a home-made gym simulation application. I've devoted the past several weekends to work on it. It works similarly to Pokebattler but with some extra features. I decide to share it with you all. For those who are interested, feel free to download it via the following link.

Important Note:
1. Make sure you download the whole folder, or at least the EXE and /PoGoData;
2. For 64-bit Windows platform only;
3. If you don't trust me and think that this EXE is a virus of some kind, that's totally understandable! Here's the source code of the project: [https://github.com/ymenghank/Pokemon-GO-Gym-Battle-Simulator.git]. It's your choice to make.

Download link:
[https://drive.google.com/drive/folders/0B4ketT7DHs89MFljNUQxQzEyRzg]

Features:
1. Run multiple matchups at one click! You just need to specify each matchup in a CSV file (and perhaps using some Excel tricks), then the application will do the rest for you.
2. Flexible combination of Pokemon/Moves. Gyarados can learn Water Gun, Machamp can learn Focus Blast, and even Charizard can learn Hydro Pump! All Gen1-6 Pokemon and current Moves are included.
3. Customize Pokemon/Moves. You can add/modify the Pokemon/Moves data in the data source files. You can even modify the CPM data and type table if you like.
4. Depending on your need, there are two types of output: a 5-metric summary or a detailed battle log for each matchup. See "Instruction" for more.

Cons:
1. The User Interface is very ugly (a black window) if there is even one. Please just focus on the data output.
2. Although I've tested it for many many times, it could still be buggy and unstable.

Afterwords:
I'm aware that a big gym update is coming and this project could become meaningless in a month or so. But still, as I said in the title, this is a "Final Gift" prior to the big rework.
And as always, any feedback is greatly welcomed.

Yours,
BIOWP

Asked by bioweapon7 years 11 months ago
Report

Answers

Woah, that is sick! This may be just what I was looking for... Thanks!

Up
0
Down

Great work Bioweapon!

Up
0
Down

Its awesome if available in Play Store

Up
0
Down

It gives me error for a series of dlls ending in D. Is this maybe a debug build?

Up
0
Down

works now, thanks :).
P.S. Maybe for non technical people it will be good to let the "black window" opened for a few seconds, they might not know that something indeed happened :).

Up
0
Down

Nice idea. I've modified the program to stay until the user hits Enter.

Up
0
Down

A curiosity:
int(power * cAtk / cDef * stab * effe * dodge_mod * 0.5) + 1
Are we (the community) sure that dodge_mod is applied at the same time with STAB and Effe, and not in a subsequential flooring: int ( int(.... + 1) * dodge_mod) +1 ?

Up
0
Down

Right, I'll modify this. According to pokebattler's source code, it is divided by 4 and then rounded down, with a minimum of 1. I'll change accordingly.

Up
0
Down

Great work buddy. Would like to see it as a website, would be very useful indeed!

Up
0
Down