Skip to content

Commit

Permalink
Disabled GenZeroBeta for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
kk49 committed Jan 26, 2019
1 parent 4e05a2d commit 8bc5177
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions deca/gui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8bc5177

Please sign in to comment.