diff --git a/deca/gui/main.py b/deca/gui/main.py index 5db5a49..789d377 100644 --- a/deca/gui/main.py +++ b/deca/gui/main.py @@ -757,15 +757,16 @@ def project_new(self, checked): if False: pass - elif exe_name.find('GenerationZero') >= 0 and game_dir.find('BETA') >= 0: - game_id = 'gzb' - working_dir = '../work/gzb/' - archive_paths = [] - for cat in ['initial', 'supplemental', 'optional']: - archive_paths.append(os.path.join(game_dir, 'archives_win64', cat)) - vfs = vfs_structure_prep(game_dir, game_id, archive_paths, working_dir) # , logger=self.logger) - self.vfs_set(vfs) + # elif exe_name.find('GenerationZero') >= 0 and game_dir.find('BETA') >= 0: + # game_id = 'gzb' + # working_dir = '../work/gzb/' + # archive_paths = [] + # for cat in ['initial', 'supplemental', 'optional']: + # archive_paths.append(os.path.join(game_dir, 'archives_win64', cat)) + # + # vfs = vfs_structure_prep(game_dir, game_id, archive_paths, working_dir) # , logger=self.logger) + # self.vfs_set(vfs) elif exe_name.find('theHunterCotW') >= 0: game_id = 'hp'