Hi,
one question: Is there anywhere a link where i can download the source code of the blank plugin or even more important: the source of the "ActionReplay.plg" plugin file.
Let me explain why i want to change the source code.
In the currectly stable version there is the function implemented for search of the .txt on two different locations.
The games themselves are identified via the titleid.
My problem is now: If i have a folder for every Game i have installed and want to use the AR Plugin on every Game, i have to create a folder for every game and put the .plg file in it, right?
Or is there another method so i can Luma or NTR tell to use the ActionReplay.plg for every game is startet?
Would be great if this would work

Then i have only one problem that need to be fixed: I want to have the filename of the .txt with the codes in it to be something like
Pokemon Sun-0004000000164800.txt
The difficulty would be now that the string has to be splitted in parts and saved in an array
Example:
The File is named Pokemon Sun-0004000000164800.txt
Now when the script searches for propper txt for the game with the GameID 0004000000164800 it has to split the filename at the "-" charter.
So you have 1.: Pokemon Sun and 2.: 0004000000164800.txt
After that it have to split the 2.: by the character ".", so 3.: is 0004000000164800 and 4.: is txt
Now the plugin only needs to compare the GameID that's started with the value from 4.: 0004000000164800 and voila the script get's the right file and we can use friendly names for the .txt files, so we know which ID is which Game
So to the developers: Could you please please upload the source code of the ActionReplay.plg or if you don't want to post it in public please send it to me via PN. Would be happy if you could that, thanks in advice for your help and support! Keep up that great work!
After i got the source and finished the changes i can upload the modified version for everyone who is interessted in this feature.
The only Limitation would be that there can't be a "-" in the Games Name because if that happens the script would get the wrong data for the next check and will fail getting only the ID. I know thats a very primitiv solution and i will think of a way improfing it in the future so you dont have to worry about how many "-" chars are there

(Maybe i choose another very very rare char or a combination of chars so the script work without problems
But to try all this i need the help from the creator in form of the Source Code of the ActionReplay Plugin so please help me and possibly alot of other users wanting such a feature to easy find a specific game if you have a whole bunch of .txt cheat files on your sd-card.