Skip to content

Commit

Permalink
Remove -nointro for BioShock 2 Remastered and add all missing BioShoc…
Browse files Browse the repository at this point in the history
…k titles (Open-Wine-Components#173)

* Remove -nointro and add disable fsync

-nointro is no longer needed as the issue is fixed and both esync and fsync have to be disabled to prevent the texture issue

* Update 409720.py

* Create 8850.py for BioShock 2

All BioShock 1 and 2 titles need esync and fsync disabled

* Create 409710.py for BioShock Remastered

All BioShock 1 and 2 titles need esync and fsync disabled

* Create 7670 for BioShock

All BioShock 1 and 2 titles need esync and fsync disabled

* Correct the space error

* Correct filename and fix symlinks
  • Loading branch information
kasha695 authored Dec 16, 2024
1 parent dac3c6d commit 97dd577
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
1 change: 1 addition & 0 deletions gamefixes-steam/409710.py
11 changes: 3 additions & 8 deletions gamefixes-steam/409720.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
1 change: 1 addition & 0 deletions gamefixes-steam/7670.py
1 change: 1 addition & 0 deletions gamefixes-steam/8850.py

0 comments on commit 97dd577

Please sign in to comment.