Skip to content

Commit

Permalink
Merge pull request #53 from hazardousmedic/7332732
Browse files Browse the repository at this point in the history
Update to 7332732
  • Loading branch information
monkeyman192 committed Sep 10, 2021
2 parents 3eb873b + 2ee6087 commit bde547d
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7319491
7332732
Binary file modified data/GCUIGLOBALS.GLOBAL.MBIN
Binary file not shown.
Binary file modified data/METADATA/BASEBUILDINGAUTOGENERATEDPARTSDATA.MBIN
Binary file not shown.
Binary file modified data/METADATA/BASEBUILDINGOBJECTSTABLE.MBIN
Binary file not shown.
Binary file modified data/METADATA/BASEBUILDINGPARTSTABLE.MBIN
Binary file not shown.
Binary file modified data/METADATA/COREMISSIONTABLE.MBIN
Binary file not shown.
Binary file modified data/METADATA/DEFAULTSAVEDATA.MBIN
Binary file not shown.
Binary file modified data/METADATA/GCACTIONSETS.MBIN
Binary file not shown.
Binary file modified data/METADATA/GCINPUTBINDINGS_PS4_DS4PAD.MBIN
Binary file not shown.
Binary file modified data/METADATA/GCINPUTBINDINGS_WIN_KEYBOARD.MBIN
Binary file not shown.
Binary file modified data/METADATA/REWARDTABLE.MBIN
Binary file not shown.
Binary file modified data/METADATA/SEASONALMISSIONTABLE.MBIN
Binary file not shown.
Binary file modified data/METADATA/STONEDECORATIONSET.MBIN
Binary file not shown.
Binary file modified data/SCENES/ALLMISSIONSDONE.MBIN
Binary file not shown.
2 changes: 1 addition & 1 deletion utils/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
DRYRUN = False
# If True then we will go over the entire PCBANKS folder to look for new
# classes.
DISCOVER_NEW = False
DISCOVER_NEW = True
# Regex expression to find and classes in .mbin files
CLASS_PATT = re.compile(b'(c(?:(?:Tk)|(?:Gc))\\w*)')
DATA_FOLDER = op.join(op.dirname(__file__), '../data')
Expand Down

0 comments on commit bde547d

Please sign in to comment.