RL does not close teknoparrot app

drewdty

New member
RL Member
I have read several posts on the subject but they are very old,
I have teknoparrot, as an emulator I use pclauncher
they run well, but having configured the exit key to select start of my gamepad, the emulation will close but the game is still open in the taskbar, do I need any script to post launch?
or do I do something wrong? , is an issue that I have not resolved for several days
Thank you
sorry I'm using translator
 

Spawk

Banned
Generally PC Launcher games dont like exit keys. They should be exited via in game menu instead.

Sent from my SM-A520W using Tapatalk
 

tonesmalone

Active member
RL Member
Try the various close options when setting up a game in the pclauncher module settings. They will close, you just need the right setting.


Sent from my iPhone using Tapatalk Pro
 

drewdty

New member
RL Member
I tried all the exitmethod modes, it only takes me out of the process close application, but it leaves the game open in the taskbar
EDIT:
I think I will need a script or batch to close the application in postexit, type killtask but I don't know how to do it
Thank you
 
Last edited:

tonesmalone

Active member
RL Member
You don’t need a script. Make sure you have game exe set.

Note a specific game and I’ll send you screenshots of working options. I have all TP games setup.


Sent from my iPhone using Tapatalk Pro
 

drewdty

New member
RL Member
VT4 for example
i execute from a direct sohrcut

I would greatly appreciate your screenshots
thanks a lot
 

drewdty

New member
RL Member
You don’t need a script. Make sure you have game exe set.

Note a specific game and I’ll send you screenshots of working options. I have all TP games setup.


Sent from my iPhone using Tapatalk Pro

sorry i'm waiting for screenshots
or have I misunderstood you?
remember that I use a translator and that can confuse me
sorry and thanks for the help
 

tonesmalone

Active member
RL Member
So...

- Make a bat file for each game
Code:
cd D:\Emulators\TeknoParrot
D:
TeknoParrotUi.exe --profile=VT4.xml

- Use these settings in PCLaucher
Annotation 2019-09-28 092524.jpg
Annotation 2019-09-28 092549.jpg
 

drewdty

New member
RL Member
thank you very much I will try it in a few days

sorry for my insistence ;)
EDIT:
I couldn't wait to try it
I did it through shortcuts instead of batch files
I did it thanks to the batch file, but I tried it with the shortcuts with the same good results.
your screenshots showed me how,
I needed to configure appwaitexe and include the output method in winclose appwaitexe.
it's what failed me
If I use my shortcuts in the parameter option, I put: D: \ Arcade \ Emulators \ TeknoParrot \ TeknoParrotUi.exe --profile = VT4.xml
if I use your batch file I leave it blank
Now if the program closes
Thank you
what I don't understand is what the fade title is for?
I set it up but I don't see the difference
very thankful
 
Last edited:
thank you very much I will try it in a few days

sorry for my insistence ;)
EDIT:
I couldn't wait to try it
I did it through shortcuts instead of batch files
I did it thanks to the batch file, but I tried it with the shortcuts with the same good results.
your screenshots showed me how,
I needed to configure appwaitexe and include the output method in winclose appwaitexe.
it's what failed me
If I use my shortcuts in the parameter option, I put: D: \ Arcade \ Emulators \ TeknoParrot \ TeknoParrotUi.exe --profile = VT4.xml
if I use your batch file I leave it blank
Now if the program closes
Thank you
what I don't understand is what the fade title is for?
I set it up but I don't see the difference
very thankful
you use parameters with bat blank file or like the screenshot?
 
Top