DocClox Posted April 21, 2021 Share Posted April 21, 2021 (edited) Anyone else found this to be the case? I have this code, working as of a year ago: if ! game.isPluginInstalled("JustBusiness.esp") debug.traceUser("rrs", "JB not found") return endif It now reports that "JustBusiness,esp" is not loaded. Which is demonstrably untrue. The plugin name is spelled correctly and has the proper extension. [edit] Not just isPluginInstalled but getFormFromFile also fails for this mod. Which is very odd, since it's loaded and working in-game. I'm fairly sure GetFormFromFile is working for other mods as well, so it's starting to look like something screwy in my setup... [edit] ... and I'm officially an idiot. There's a space in the filename for the mod that I'd swear wasn't there a year ago when this part worked. Move along, nothing to see here :) Edited April 21, 2021 by DocClox Link to comment Share on other sites More sharing options...
Recommended Posts