dice4321 / Gunkolle

This script was originally meant to execute kancolle expeditions but was repurpose for girls frontline (by Ryuuhou https://github.com/Ryuuhou/AHKanColle)
Other
16 stars 14 forks source link

Porting to JP #34

Closed vybre closed 5 years ago

vybre commented 5 years ago

If I wanted to use this with the JP version of the game would it be as simple as me replacing all the images for the JP ones or would additional steps be required as well?

dice4321 commented 5 years ago

Additional steps would be required, while the majority of the program does use images to search and click, there are a few places where I use pixels locations to check and click. I've never played JP, so chances are, you would need to change all the pixel colors and possibly the location of where I check these pixels as well.

vybre commented 5 years ago

do the images have to be the exact same size/location or is the general area okay?

dice4321 commented 5 years ago

For most images, general location is fine, but if you look into the code and you a line like this WFindClick("DollList\"Doll%DollCount1%, "rNoxPlayer mc a125,125,-775,-220") that means the image search location has been restricted in reference to the nox player, 125,125,-775,-220, in x,y,w,h dimensions.

vybre commented 5 years ago

Alright, I'll spend the weekend and see if I can make heads or tails of it, thank you for replying!