Adjust output to "BM" (Berserker's Multiworld) to differentiate spoiler logs, roms and server data at a glance

Rename _multidata to .multidata and embed .multidata as MultiServer-openable file into windows registry
This commit is contained in:
Fabian Dill
2020-06-10 21:25:14 +02:00
parent 9d067b6f00
commit 4125995bdd
4 changed files with 10 additions and 5 deletions

View File

@@ -152,7 +152,7 @@ def main(args, seed=None):
logger.info('Patching ROM.')
outfilebase = 'ER_%s' % (args.outputname if args.outputname else world.seed)
outfilebase = 'BM_%s' % (args.outputname if args.outputname else world.seed)
rom_names = []
jsonout = {}
@@ -269,7 +269,7 @@ def main(args, seed=None):
if args.jsonout:
jsonout["multidata"] = list(multidata)
else:
with open(output_path('%s_multidata' % outfilebase), 'wb') as f:
with open(output_path('%s.multidata' % outfilebase), 'wb') as f:
f.write(multidata)
if not args.skip_playthrough: