Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "BioShock"

From PCGamingWiki, the wiki about fixing PC games
m
(Changed formatting and minor phrase editing.)
Line 11: Line 11:
  
 
== Patches ==
 
== Patches ==
Patch is currently at version 1.1. It is heavily recommended to patch to the latest version, as the un-patched game can become unbeatable at one point.
+
Patch is currently at [http://www.2kgames.com/bioshock/support/ Version 1.1.] It is heavily recommended to patch to the latest version, as the un-patched game can become unbeatable at one point. If purchased or activated from Steam, the game is automatically patched to the latest version.
  
*[http://www.2kgames.com/bioshock/support/ Official download link from 2K website].
+
==Issues and Fixes==
 
+
=== No Sound ===
== Can't change resolution from 1024x768 ==
 
 
Locate Default.ini in
 
Locate Default.ini in
  
 
<pre>C:\Program Files (x86)\2K Games\Bioshock\Builds\Release\</pre>  
 
<pre>C:\Program Files (x86)\2K Games\Bioshock\Builds\Release\</pre>  
  
Edit with Notepad. Scroll down 2/3rds  down to the [WinDrv.WindowsClient] section (or Ctrl-F "Fullscreen", no quotes). Edit the FullscreenViewportX and FullscreenViewportY values to desired resolution. Save the file.
+
Edit with Notepad. Scroll down to <code>[FMODAudio.FMODAudioSubsystem]</code> or Ctrl+F to use the findf function to search for "MaxChannels", no quotes. Change the <code>MaxChannels=128</code> line to <code>MaxChannels=64</code> and save the File.
  
Update Graphics Card drivers.
+
Alternatively right click the <code>Bioshock.exe</code> file in
  
== No sound ==
+
<pre>C:\Program Files (x86)\2K Games\Bioshock\Builds\Release\</pre>
Locate Default.ini in
 
 
 
<pre>C:\Program Files (x86)\2K Games\Bioshock\Builds\Release\</pre>  
 
  
Edit with Notepad. Scroll down to [FMODAudio.FMODAudioSubsystem] or Ctrl-F "MaxChannels", no quotes. Change the MaxChannels=128 line to MaxChannels=64. Save the File.
+
Select "Properties" and change compatibility mode to Windows XP (Service Pack 2).
  
Alternatively right click the Bioshock.exe file in
+
=== Can't Change Resolution From 1024x768 ===
 +
Locate <code>Default.ini</code> in
  
<pre>C:\Program Files (x86)\2K Games\Bioshock\Builds\Release\</pre>
+
<pre>C:\Program Files (x86)\2K Games\Bioshock\Builds\Release\</pre>  
 
 
Select Properties and change compatibility mode to Windows XP (Service Pack 2).
 
  
 +
Edit with Notepad. Scroll down 2/3rds  down to the <code>[WinDrv.WindowsClient]</code> section (or Ctrl-F to search for "Fullscreen", no quotes). Edit the <code>FullscreenViewportX</code> and <code>FullscreenViewportY</code> values to desired resolution then save the file.
  
== Changing Field of View ==
+
Update Graphics Card drivers from [http://www.amd.com AMD] or [http://www.nvidia.com NVIDIA].
 +
==Graphical Tweaks==
 +
=== Changing Field of View ===
  
 
1. Navigate to <pre>C:\Users\%USERNAME%\AppData\Roaming\Bioshock\</pre>
 
1. Navigate to <pre>C:\Users\%USERNAME%\AppData\Roaming\Bioshock\</pre>
  
2. Open "User.ini".
+
2. Open <code>User.ini</code>.
  
3. Scroll down to the controls and search for "NumPad0="(no quotes) or Ctrl-F "NumPad0="(no quotes). You do not have to choose "Numpad0", you can also choose to use another key.
+
3. Scroll down to the controls and search for <code>NumPad0=</code> or use Ctrl+F to use the find function to search for <code>NumPad0=</code>. You do not have to choose "Numpad0", you can also choose to use another key.
  
4. Add "exec command.txt" to the end of it. It should now look like this: "NumPad0=exec command.txt". Save and set as Read Only.
+
4. Add <code>exec command.txt</code> to the end of it. It should now look like this: <code>NumPad0=exec command.txt</code>. Save and set as "Read Only".
  
5. Create a text document, name it "command.txt" and save in <pre>C:\Program Files (x86)\2K Games\Bioshock\Content\System\</pre>
+
5. Create a text document, name it <code>command.txt</code> and save in <pre>C:\Program Files (x86)\2K Games\Bioshock\Content\System\</pre>
  
6. Open the document and write "SetFov 100"(the value does not have to be 100, it can be anything you want). Save the file.
+
6. Open the document and write <code>SetFov 100</code>, the value does not have to be 100, it can be anything you want. Save the file.
  
7. When ingame, press the 0 on your numpad to change the FOV. Certain events will reset the FOV(for example zooming with any of the weapons). In this case just press 0 on your numpad again.
+
7. When in-game, press the 0 on your numpad to change the FOV. Certain events will reset the FOV (for example zooming with any of the weapons). In this case just press 0 on your numpad again.
  
 
==System Requirements==
 
==System Requirements==

Revision as of 06:14, 11 March 2012

Template:Infobox

Patches

Patch is currently at Version 1.1. It is heavily recommended to patch to the latest version, as the un-patched game can become unbeatable at one point. If purchased or activated from Steam, the game is automatically patched to the latest version.

Issues and Fixes

No Sound

Locate Default.ini in

C:\Program Files (x86)\2K Games\Bioshock\Builds\Release\

Edit with Notepad. Scroll down to [FMODAudio.FMODAudioSubsystem] or Ctrl+F to use the findf function to search for "MaxChannels", no quotes. Change the MaxChannels=128 line to MaxChannels=64 and save the File.

Alternatively right click the Bioshock.exe file in

C:\Program Files (x86)\2K Games\Bioshock\Builds\Release\

Select "Properties" and change compatibility mode to Windows XP (Service Pack 2).

Can't Change Resolution From 1024x768

Locate Default.ini in

C:\Program Files (x86)\2K Games\Bioshock\Builds\Release\

Edit with Notepad. Scroll down 2/3rds down to the [WinDrv.WindowsClient] section (or Ctrl-F to search for "Fullscreen", no quotes). Edit the FullscreenViewportX and FullscreenViewportY values to desired resolution then save the file.

Update Graphics Card drivers from AMD or NVIDIA.

Graphical Tweaks

Changing Field of View

1. Navigate to

C:\Users\%USERNAME%\AppData\Roaming\Bioshock\

2. Open User.ini.

3. Scroll down to the controls and search for NumPad0= or use Ctrl+F to use the find function to search for NumPad0=. You do not have to choose "Numpad0", you can also choose to use another key.

4. Add exec command.txt to the end of it. It should now look like this: NumPad0=exec command.txt. Save and set as "Read Only".

5. Create a text document, name it command.txt and save in

C:\Program Files (x86)\2K Games\Bioshock\Content\System\

6. Open the document and write SetFov 100, the value does not have to be 100, it can be anything you want. Save the file.

7. When in-game, press the 0 on your numpad to change the FOV. Certain events will reset the FOV (for example zooming with any of the weapons). In this case just press 0 on your numpad again.

System Requirements

Template:SysReq