FYI, I ran into an error using the mod on MacOS version of the game:
Mod: Week3_FetishLocator-3.2.9_Multi-Mod
Game Downlaod: FetishLocatorWeek3-v3.2.9-mac.7z
In Game About: v. 3.2.9
In poking around, the issue was that utility/lovense image files are listed as .png in the mod but are .webp in the game.  See lines 144-146 in the mod's game/code/mod_additions/screens_overwrite.rpy file.
	
	
	
		Code:
	
	
			                      idle_background "images/utility/lovense/lovense_logo_idle.png"
                      hover_background "images/utility/lovense/lovense_logo_hover.png"
                      focus_mask "images/utility/lovense/lovense_button_mask.png"
	 
 Changing them from .png to .webp fixed it.
Thanks for all the work on the mod - it's been excellent!