Hey I've been having trouble with this one.
First of all I have this message (which is not problematic right now):
WARNING: Usage of deprecated method "safeIsDirectory?(f)" or its alias.
The method is slated to be removed in Essentials v22.
Use "FileTest.directory?(f)" instead.
And then the one that causes me trouble.
The fame checker does show up but when I use it it's empty (both Oak and Daisy are supposed to show up) it shows this error here:
Exception `Errno::ENOENT' at [Fame Checker] init.rb:97 - No such file or directory - Data/fame_targets.dat
I do not have fame_targets.dat but I do have fame_targets.txt. I'm not sure what the issue is.
I saw that maybe compiling would solve the problem but it's possible that this file is searched for first for some reason.
I've sent you a discord friend request in case you(OP)'re able to help me : )
I have implemented it fully on my game on v21.
The first error can be resolved by replacing "safeisdirectory?" with "filetest" exactly like the error mentions.
The second error seems to have to do with it being compiled - try changing the fame_targets.txt by adding, let's say, another character (use the same graphic but a different name) and then compile your game. I believe it should work, because newer essentials seems to compile only those scripts that have been changed (I think). It should generate the proper .dat
If it doesn't and you can't contact OP, I'll try to get my modified scripts up (I think I did make some mods for it to work)