Jump to content
General forum rules

Any tutorials for how to setup Gilan's Encounter Counter as a batch with PokeMMO?

Featured Replies

Posted

Is there a tutorial on properly setting this up with PokeMMO in a batch file? It's quite annoying to start up GEC, then start up PokeMMO and have the counter not overlaid and running, and restart everything until it lines up correctly, sometimes requiring multiple tries.

@echo off
start "" "FULL_PATH_TO_GEC.EXE"
start "" "FULL_PATH_TO_POKEMMO.EXE"
exit

 

Place it in the "data/mods/Gilian's Encounter Counter/GEC" folder.

 

Then use any method to pin it to the taskbar if you fancy that.

I had problems using the standard way with using a shortcut, so I opted for the Toolbar method.

  • Author
12 hours ago, LucasLyn5 said:
@echo off
start "" "FULL_PATH_TO_GEC.EXE"
start "" "FULL_PATH_TO_POKEMMO.EXE"
exit

 

Place it in the "data/mods/Gilian's Encounter Counter/GEC" folder.

 

Then use any method to pin it to the taskbar if you fancy that.

I had problems using the standard way with using a shortcut, so I opted for the Toolbar method.

Sorry but place what exactly? I'm not sure how or where I'm supposed to insert that code string.

Edited by SphealTeamSix

On 9/19/2023 at 11:11 PM, SphealTeamSix said:

Sorry but place what exactly? I'm not sure how or where I'm supposed to insert that code string.

In a batch file, that was what you wanted, right? Or did I misunderstand?

Edited by LucasLyn5

  • Author
12 hours ago, LucasLyn5 said:

In a batch file, that was what you wanted, right? Or did I misunderstand?

No, you had it right, I just don't know how to do a batch file. I think I attempted it at one point and did it wrong so I don't recall the process.

13 hours ago, SphealTeamSix said:

No, you had it right, I just don't know how to do a batch file. I think I attempted it at one point and did it wrong so I don't recall the process.

Ah you bet! Make a .txt file, paste it there, and then change the extension of the file to .bat instead. Either by "save as" and changing the file type to "all" and adding ".bat" to the end of the name, or by simply renaming it in the file explorer while "show file extensions" is turned on.

 

Hope it helped 😄

Edited by LucasLyn5

  • 1 year later...

Hello sir i can't make it work , maybe im doing something wrong and u could help me out i dont know but i'll attach here a print 

 

 

2025-01-09_18-49.png

2025-01-09_18-49_1.png

Edited by ItsKitas
Better photo

  • 3 months later...
On 1/9/2025 at 7:37 PM, ItsKitas said:

Hello sir i can't make it work , maybe im doing something wrong and u could help me out i dont know but i'll attach here a print 

 

 

2025-01-09_18-49.png

2025-01-09_18-49_1.png

Hi,

I'm sorry for the incredibly late response.

In case you haven't figured it out yet, the issue is the fact that your GEC path is not the actual file, but rather a shortcut.

If you right click and check the Properties of the GEC file, it will give you a path, which has a `GEC.exe` file. Use that path instead ^^

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.