diff --git a/deca/ff_vfs.py b/deca/ff_vfs.py index 2b37039..3995366 100644 --- a/deca/ff_vfs.py +++ b/deca/ff_vfs.py @@ -814,7 +814,7 @@ def find_vpath_procmon_file(self, vpath_map): self.logger.log('STRINGS FROM HASH FROM PROCMON: Total {} strings'.format(len(custom_strings))) def find_vpath_procmon_dir(self, vpath_map): - path_name = './resources/{}/procmon_csv'.format(self.game_info.game_id) + path_name = './procmon_csv/{}'.format(self.game_info.game_id) custom_strings = set() if os.path.isdir(path_name):