does mod work with compressed version? i got tons of errors. unless i did smth wrong...
Looking at the mod, it's completely outdated. Not remotely worth even trying to make work. Honestly I've just been modding the game files on my own as I play. I spent about 8 hours on the game and didn't get too far progression-wise, only finished like 6 or 7 quests, but I spent a lot of that time parsing the scripts and the stupid volleyball game plus its storyline, lol (Turns out if you win too many times it fucks up the progression, so don't win until you get the option to harass your teammate and then only win 3 sets to unlock the story options).
Even if the mod were compatible with the current version of the game, it doesn't change much and leaves all the most egregious issues in place. If you're mainly concerned about making all the hotspots visible, if you've unpacked the game you can go in the pakr.rpy file and change the bottom sections like this:
style.transp77777777_button.background = "#4177"
style.transp99999999_button.background = "#4177"
That turns them purple and slightly translucent. You can make them any color you want, the first three digits are hex RBG values, so anything from 0-F, and the 4th digit is the alpha, or transparency; the lower it is the more translucent. If you want more granularity in opacity and color choice you can also put it in the format "#00000080".