diff --git a/gamefixes-steam/409710.py b/gamefixes-steam/409710.py new file mode 120000 index 00000000..bd920986 --- /dev/null +++ b/gamefixes-steam/409710.py @@ -0,0 +1 @@ +409720.py \ No newline at end of file diff --git a/gamefixes-steam/409720.py b/gamefixes-steam/409720.py index 917b84b5..1cf3c929 100755 --- a/gamefixes-steam/409720.py +++ b/gamefixes-steam/409720.py @@ -4,12 +4,7 @@ def main() -> None: - """Disable ESYNC, disable intro's""" - # After loading the game, or a save file, a key needs to be pressed - # to continue. That screen does not respond to keyboard or mouse, - # so there is no way to continue. -nointro disables that screen - # (but also the intro's at the start of the game). - util.append_argument('-nointro') - - # ESYNC causes texture problems and frequent hangs. + """Disable ESYNC and FSYNC""" + # ESYNC and FSYNC causes low quality texture problems in all BioShock 1 and 2 versions (Original and Remastered). util.disable_esync() + util.disable_fsync() diff --git a/gamefixes-steam/7670.py b/gamefixes-steam/7670.py new file mode 120000 index 00000000..bd920986 --- /dev/null +++ b/gamefixes-steam/7670.py @@ -0,0 +1 @@ +409720.py \ No newline at end of file diff --git a/gamefixes-steam/8850.py b/gamefixes-steam/8850.py new file mode 120000 index 00000000..bd920986 --- /dev/null +++ b/gamefixes-steam/8850.py @@ -0,0 +1 @@ +409720.py \ No newline at end of file