Core: don't start threads for 'pass'

Core: print output progress every 10 files (OoT output may take a while, so let's give some user feedback on progress)
Subnautica: remove empty output method
This commit is contained in:
Fabian Dill
2021-09-03 17:30:10 +02:00
parent 1b27fc495f
commit 2e2ca1665b
2 changed files with 7 additions and 6 deletions

View File

@@ -53,9 +53,6 @@ class SubnauticaWorld(World):
def create_regions(self):
create_regions(self.world, self.player)
def generate_output(self, output_directory: str):
pass
def fill_slot_data(self):
slot_data = {}
return slot_data