Skip to content

Commit

Permalink
Add new early war German models, fix stray pixels in RAF model
Browse files Browse the repository at this point in the history
  • Loading branch information
Murleen committed Jul 8, 2020
1 parent e7ed41d commit db580e9
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified data/graphics/characters/pilot_brit/textures/pilop_eng_d_su.dds
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion generate.py
Expand Up @@ -53,7 +53,7 @@ def name(i):
if subs > 0:
modified = True
if modified:
data = re.sub('(CanopyGlass..[^\x00]......).', '\\1\x00', data)
data = re.sub('([0-9]\x0b\x00\x00\x00CanopyGlass)...(.)....(.).(..)...', '\\1\xff\xff\xff\\2\x00\x00\x00\xff\\3\x00\\4\x00\x00\x00', data)
head, tail = os.path.split(filename)
newfilename = head + '/_' + tail
zf.writestr('PilotInCockpit/data/' + newfilename, data.encode('latin_1'))
Expand Down

0 comments on commit db580e9

Please sign in to comment.