Skip to content

Commit 4f22941

Browse files
authored
Update 244850.py (#326)
The config file is not in root folder of the game. It is placed along it's binary in `Bin64` folder.
1 parent df08a1c commit 4f22941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gamefixes-steam/244850.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ def main() -> None:
1111
<gcServer enabled = "true" />
1212
"""
1313

14-
util.set_xml_options(base_attibutte, game_opts, 'SpaceEngineers.exe.config')
14+
util.set_xml_options(base_attibutte, game_opts, 'Bin64/SpaceEngineers.exe.config')
1515

1616
util.append_argument('-skipintro')

0 commit comments

Comments
 (0)