Support setting a name for a demo, supporting more than one demo stored at a time for a map.
This commit is contained in:
parent
c73c7dd457
commit
85d3686f1c
11 changed files with 35 additions and 30 deletions
|
@ -29,7 +29,7 @@ class SS(dcc.doom_base.WadMap):
|
|||
sys.exit("Gave up on image verification")
|
||||
if not accepted:
|
||||
return False
|
||||
img.save(filename=dcc.config.BaseThumbPath(parsed_args.wad, parsed_args.map))
|
||||
img.save(filename=dcc.config.BaseThumbPath(parsed_args.wad, parsed_args.map, parsed_args.name))
|
||||
return True
|
||||
|
||||
while not try_screenshot():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue