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 "SWAT 4"

From PCGamingWiki, the wiki about fixing PC games
m (migrated requirements template; misc. fixes, replaced: == System Requirements == → ==System requirements==, {{SysReq → {{System Requirements, recGPU1 → recGPU, minGPU1 → minGPU, removed: |gog =, |steam =, typos fixed: r...)
Line 9: Line 9:
 
== Graphical Tweaks ==
 
== Graphical Tweaks ==
 
=== Widescreen Support ===
 
=== Widescreen Support ===
Unofficially supported by performing a custom .ini tweak.<ref name="WSGFS4">[http://widescreengamingforum.com/dr/swat-4 Widescreen Gaming Forum, SWAT 4 article]</ref>
+
The only way to get widescreen resolutions is by tweaking certain .ini files.<ref name="WSGFS4">[http://widescreengamingforum.com/dr/swat-4 Widescreen Gaming Forum, SWAT 4 article]</ref> This won't work if the game isn't run as an admin.
  
1. Open this file (default installation on Windows 7): <pre>C:\Program Files (x86)\SWAT 4\Content\System\Swat4.ini</pre>
+
* Find the Swat4.ini or the Swar4X.ini usualy located in these directories.
 +
  <pre>
 +
  C:\Program Files\SWAT 4\Content\System\Swat4.ini - For the base game
  
2. Add your preferred resolution to these lines after the = sign:
+
  C:\Program Files\SWAT 4\ContentExpansion\System\Swat4X.ini - For the expansion </pre>
 +
 
 +
'''Note:''' If the Swat4.ini and the Swar4X.ini are missing run the game, change anything in the options menu, save and close the game.  
 +
 
 +
* Find these lines.
 
<pre>
 
<pre>
 
WindowedViewportX=
 
WindowedViewportX=
 +
 
WindowedViewportY=
 
WindowedViewportY=
 +
 
FullscreenViewportX=
 
FullscreenViewportX=
 +
 
FullscreenViewportY=
 
FullscreenViewportY=
 +
 +
MenuViewportX=
 +
 +
MenuViewportY=
 
</pre>
 
</pre>
  
Example:
+
* Enter the desired values like this.
 +
 
 
<pre>
 
<pre>
WindowedViewportX=1920
+
WindowedViewportX=1280
WindowedViewportY=1200
+
 
FullscreenViewportX=1920
+
WindowedViewportY=720
FullscreenViewportY=1200
+
 
 +
FullscreenViewportX=2048
 +
 
 +
FullscreenViewportY=1152
 +
 
 +
MenuViewportX=2048
 +
 
 +
MenuViewportY=1152
 
</pre>
 
</pre>
  
3. Don't forget to save the file. Note: This may hide some text on certain minor interface elements of the Main Menu. The in-game interface is not affected.
+
* Now save the file to the desktop, right click on it, click on '''Properties''' and have the '''Read Only''' box checked. Now drag your modified .ini file to the respective folder and overwrite.  
  
4. Sometimes the game will automatically overwrite your settings. If this happens re-edit the file and save.
+
When starting the game you should get an error, click "OK" and now the game will run on your desired resolution. If you wish to change any settings just uncheck the '''Read Only''' box.
* Then right-click the ini file.
 
* Properties
 
* Go to the "Security" Tab
 
* Select the current user
 
* Click Edit
 
* Check the "Deny Write" and "Deny Modify" box, make sure "Deny All" and "Deny Read" is not checked.
 
* Do the same for the Administrator User
 
* Save and close the file
 
 
 
You will now receive an error message saying the game can't edit the file upon starting the game, but it will run fine.
 
You cannot change any game settings held in this ini file unless you go back and remove the Deny rules.
 
  
 
=== Windowed Mode ===
 
=== Windowed Mode ===
In lieu of proper widescreen support or FOV fixes, playing in a 4:3 window may be a more pertinent solution
+
* As before, find the Swat4.ini or the Swar4X.ini and open them.
 +
  <pre>
 +
  C:\Program Files\SWAT 4\Content\System\Swat4.ini - For the base game
  
1. Open config files located here <pre>C:\Program Files (x86)\SWAT 4\Content\System\Swat4.ini</pre>
+
  C:\Program Files\SWAT 4\ContentExpansion\System\Swat4X.ini - For the expansion </pre>
Or here for The Stetchkov Syndicate expansion <pre>C:\Program Files (x86)\SWAT 4\ContentExpansion\System\Swat4X.ini</pre>
 
If there's no swat4 or swat4X.ini, launching the game will generate one
 
  
2. Find this line
+
* Find this line and add a ; in front of it, it should look like this.
  
<pre>Suppress=WindowedMode</pre>
 
Change it to this
 
 
<pre>;Suppress=WindowedMode</pre>
 
<pre>;Suppress=WindowedMode</pre>
This will allow the use of ''alt-enter'' to toggle between windowed and fullscreen mode.
 
It will also enable the use of windowed mode through a launch command. To do this,
 
* create a shortcut to your swat4.exe
 
* right click the shortcut
 
* Properties
 
* add the command "-windowed" to the end of the target field.
 
Under "target" should look something like this
 
<pre>"C:\Program Files (x86)\Sierra\SWAT 4\Content\System\Swat4.exe" -nointro</pre>
 
  
3. Back in the Swat4 or Swat4x.ini, scroll down to [WinDrv.WindowsClient] and set your preferred resolutions
+
'''Note''': Pushing '''CTRL + F''' will bring up a box from where you can easily search any specific lines at any time.
Example:
+
 
 +
The windowed mode resolution is defined by the '''WindowedViewport''' parameter you have set.  
 +
 
 
<pre>WindowedViewportX=1280
 
<pre>WindowedViewportX=1280
WindowedViewportY=960</pre>
 
  
4. Unfortunately, the game will overwrite custom resolutions on close. To fix this,
+
WindowedViewportY=720</pre>
* right-click the ini file.
+
 
* Properties
+
Now users can switch between fullscreen and windowed mode by pushing '''ALT + ENTER''' at any time.
* Go to the "Security" Tab
+
 
* Select the current user
+
<pre>"C:\Program Files (x86)\Sierra\SWAT 4\Content\System\Swat4.exe" -nointro</pre>
* Click Edit
 
* Check the "Deny Write" and "Deny Modify" box, make sure "Deny All" and "Deny Read" is not checked.
 
* Do the same for the Administrator User
 
* Save and close the file
 
  
You will now receive an error message saying the game can't edit the file upon starting the game, but it will run fine. You cannot change any game settings held in this ini file unless you go back and remove the Deny rules.
+
Don't forget to run the game as an admin, or else this may fail to work.
  
 
== Save Game Data ==
 
== Save Game Data ==

Revision as of 08:08, 19 March 2013

Template:Infobox

Graphical Tweaks

Widescreen Support

The only way to get widescreen resolutions is by tweaking certain .ini files.[1] This won't work if the game isn't run as an admin.

  • Find the Swat4.ini or the Swar4X.ini usualy located in these directories.
  C:\Program Files\SWAT 4\Content\System\Swat4.ini - For the base game

  C:\Program Files\SWAT 4\ContentExpansion\System\Swat4X.ini - For the expansion 

Note: If the Swat4.ini and the Swar4X.ini are missing run the game, change anything in the options menu, save and close the game.

  • Find these lines.
WindowedViewportX=

WindowedViewportY=

FullscreenViewportX=

FullscreenViewportY=

MenuViewportX=

MenuViewportY=
  • Enter the desired values like this.
WindowedViewportX=1280

WindowedViewportY=720

FullscreenViewportX=2048

FullscreenViewportY=1152

MenuViewportX=2048

MenuViewportY=1152
  • Now save the file to the desktop, right click on it, click on Properties and have the Read Only box checked. Now drag your modified .ini file to the respective folder and overwrite.

When starting the game you should get an error, click "OK" and now the game will run on your desired resolution. If you wish to change any settings just uncheck the Read Only box.

Windowed Mode

  • As before, find the Swat4.ini or the Swar4X.ini and open them.
  C:\Program Files\SWAT 4\Content\System\Swat4.ini - For the base game

  C:\Program Files\SWAT 4\ContentExpansion\System\Swat4X.ini - For the expansion 
  • Find this line and add a ; in front of it, it should look like this.
;Suppress=WindowedMode

Note: Pushing CTRL + F will bring up a box from where you can easily search any specific lines at any time.

The windowed mode resolution is defined by the WindowedViewport parameter you have set.

WindowedViewportX=1280

WindowedViewportY=720

Now users can switch between fullscreen and windowed mode by pushing ALT + ENTER at any time.

"C:\Program Files (x86)\Sierra\SWAT 4\Content\System\Swat4.exe" -nointro

Don't forget to run the game as an admin, or else this may fail to work.

Save Game Data

Folder Location

Stored campaign progress is located in this file:

  • Windows 7 (default installation):
    C:\Program Files (x86)\SWAT 4\Content\System\Campaign.ini

Improvements

Skip Introductions, Cutscenes and Videos

The launch command -nointro will skip all introductory videos and splash screens

  • Create a shortcut to your swat4.exe
  • right click the shortcut
  • Properties
  • add the command -nointro to the end of the "target" field so it looks something like this
"C:\Program Files (x86)\Sierra\SWAT 4\Content\System\Swat4.exe" -nointro

Alternatively, if that does not work,

Delete or rename the files Nvidia.bik, SierraLogo.bik, and swat4.bik within this folder (default installation on Windows 7):

C:\Program Files (x86)\SWAT 4\Content\Movies\

The intro will still display a few splash images. These are easily skipped by pressing the ESC key.


"C:\Program Files (x86)\Sierra\SWAT 4\Content\System\Swat4.exe" -nointro

System requirements

Template:System Requirements

References