mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
parent
89fe49aa4d
commit
e822a8f7bf
|
@ -237,6 +237,9 @@ class LegendaryCore:
|
|||
f'{game.asset_info.namespace}{game.asset_info.catalog_item_id}.ovt')
|
||||
with open(ovt_path, 'wb') as f:
|
||||
f.write(ovt)
|
||||
# To access the OVT from WINE we have have to prepend Z: to the path
|
||||
if os.name != 'nt':
|
||||
ovt_path = os.path.join('Z:', ovt_path)
|
||||
params.append(f'-epicovt={ovt_path}')
|
||||
|
||||
params.extend([
|
||||
|
|
Loading…
Reference in a new issue