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 "Dead Island"

From PCGamingWiki, the wiki about fixing PC games
(Added general information, game data, settings. Still needs work)
(Cleaned up page. Added settings that I could find)
Line 1: Line 1:
{{cleanup}}
 
 
{{stub}}
 
{{stub}}
 
{{infobox
 
{{infobox
Line 42: Line 41:
 
|multimonitor              =true
 
|multimonitor              =true
 
|multimonitor_notes        =
 
|multimonitor_notes        =
|fov                        =unknown
+
|fov                        =false
 
|fov_notes                  =
 
|fov_notes                  =
|windowed                  =unknown
+
|windowed                  =true
 
|windowed_notes            =
 
|windowed_notes            =
|fullscreen                =unknown
+
|fullscreen                =true
 
|fullscreen_notes          =
 
|fullscreen_notes          =
|anisotropic                =unknown
+
|anisotropic                =false
 
|anisotropic_notes          =
 
|anisotropic_notes          =
|antialiasing              =unknown
+
|antialiasing              =false
 
|antialiasing_notes        =
 
|antialiasing_notes        =
|vsync                      =unknown
+
|vsync                      =true
 
|vsync_notes                =
 
|vsync_notes                =
 
}}
 
}}
Line 65: Line 64:
 
|controller_support_notes  =
 
|controller_support_notes  =
 
}}
 
}}
 
== Game Settings and Saves Location ==
 
Main file with a lot of things available to change
 
<pre>C:\Program Files (x86)\Steam\steamapps\common\dead island\DI\Data0.pak</pre>
 
 
* To open .pak files you can use any archive program like WinRAR or 7-Zip
 
In that archive go to ''Data/Skills/'' and extract ''default_levels.xml''
 
 
Here's how to apply changes:
 
# Extract file you want to change (In this case ''default_levels.xml'')
 
# Locate your Dead Island folder in your user's documents folder
 
# Create "Data" folder and "Skills" subfolder
 
# Place the default_levels.xml in the skills sub folder. Open the file, edit away.
 
  
 
== Issues and Fixes ==
 
== Issues and Fixes ==
Line 86: Line 72:
 
Some users are experiencing ridiculously long load times when doing things like loading the menu, game, etc. It can literally take over 5-10 minutes for some people. Oddly enough, this may relate to error logging that is done by the game.
 
Some users are experiencing ridiculously long load times when doing things like loading the menu, game, etc. It can literally take over 5-10 minutes for some people. Oddly enough, this may relate to error logging that is done by the game.
  
# Go to <pre>%USERPROFILE%\My Documents\deadisland\out\logs\</pre>
+
{{Fixbox|1=
# Right click the ''crash.log'' -> Properties — and mark the file as “Read Only”
+
{{Fixbox/fix|Mark crash.log as a Read Only}}
 +
# Go to <code>%USERPROFILE%\My Documents\deadisland\out\logs\</code>
 +
# Right click <code>crash.log</code>
 +
# Click on <code>Properties</code>
 +
# Mark the file as <code>Read Only</code>
 +
}}
  
This will prevent the game from writing data to the log because it is no longer writable (hence Read Only). Surprisingly, this may fix your long loading times.
+
This will prevent the game from writing data to the log because it is no longer writable (hence <code>Read Only</code>). This may fix your long loading times.
  
== Graphic Tweaks ==
+
== Tweaks ==
If you don't want to manually apply these tweaks check out tools section at end of the page.
+
=== Graphic Tweaks ===
 +
If you don't want to manually apply these tweaks, see the [[#Useful Links and Tools|Useful Links and Tools section]].
  
=== Changing FOV ===
+
==== Changing FOV ====
In default_levels.xml find CVAR
+
In <code>default_levels.xml</code> find CVAR <code>CameraDefaultFOV</code> and change it accordingly.
<pre>CameraDefaultFOV</pre>
 
and change it accordingly.
 
  
== Sound Tweak ==
+
=== Sound Tweak ===
 
Users using surround sound headsets such as the Logitech G35 will experience a lot of static or crackling to the point of actual damaging to the hearing when using the base game. There is no definite fix for this however there is a way to change it in the files.  
 
Users using surround sound headsets such as the Logitech G35 will experience a lot of static or crackling to the point of actual damaging to the hearing when using the base game. There is no definite fix for this however there is a way to change it in the files.  
  
# Go to <pre>%USERPROFILE%\My Documents\DeadIsland\out\Settings</pre>
+
{{Fixbox|1=
# Look for the Audio.scr file and open it with notepad or something like it.  
+
{{Fixbox/fix|Edit Audio.scr}}
# Look for the line: API("XAudio2") and change it to API("aOpenAL")
+
# Go to <code>%USERPROFILE%\My Documents\DeadIsland\out\Settings</code>
 +
# Look for the <code>Audio.scr</code> file and open it with a text editor.  
 +
# Look for the line: <code>API(XAudio2")</code> and change it to <code>API("aOpenAL")</code>
 +
}}
  
This will fix the game's sound partly, because static might still occur however most of the problem is over
+
This will fix the game's sound partly, because static might still occur however most of the problem is over.
  
 
If this fix does not work, there is an alternative solution to static and crackling problems.
 
If this fix does not work, there is an alternative solution to static and crackling problems.
  
# Go to <pre>%USERPROFILE%\My Documents\DeadIsland\out\Settings</pre>
+
{{Fixbox|1=
# Look for the Audio.scr file and open it with a text editor.
+
{{Fixbox/fix|Empty Audio.scr}}
 +
# Go to <code>%USERPROFILE%\My Documents\DeadIsland\out\Settings</code>
 +
# Look for the <code>Audio.scr</code> file and open it with a text editor.
 
# Select all of the file's contents and delete them, making the file empty, and then save the file.
 
# Select all of the file's contents and delete them, making the file empty, and then save the file.
# Right-click the file, select "Properties", check the "Read-only" box, click "Apply", and then click "OK".
+
# Right-click the file, select <code>Properties</code>, check the <code>Read-only</code> box, click <code>Apply</code>, and then click <code>OK</code>.
 +
}}
  
It is recommended that you backup the Audio.scr file before doing this, though if you don't you can always just delete the file and the game will create a new one.
+
It is recommended that you backup the <code>Audio.scr</code> file before doing this, though if you don't you can always just delete the file and the game will create a new one.
  
==System requirements==
+
== System requirements ==
 
{{System Requirements
 
{{System Requirements
 
|OSfamily = Windows
 
|OSfamily = Windows
Line 128: Line 124:
  
 
|recmem  = 4 GB
 
|recmem  = 4 GB
|recGPU  = GeForce 9600 1GB VRAM
+
|recGPU  = GeForce 9600 1 GB VRAM
 
}}
 
}}
  

Revision as of 21:08, 27 March 2013

This page is a stub: it lacks content and/or basic article components. You can help to expand this page by adding an image or additional information.

Template:Infobox Dead Island (series)

General information

Steam Users' Forums
Steam Community Discussions

Availability

Template:Availability Table

All versions require Steam, including both retail and digital distribution.

Game data

Template:Game Location Table

Save game cloud syncing

Template:Save Game Cloud Syncing

Video settings

Template:Video Settings

Input settings

Template:Input Settings

Issues and Fixes

You can find various fixes in the FAQ on the Steam Community Discussions page for Dead Island.
If you don't want to manually apply some of these tweaks check out tools section at end of the page.

Long Load Times

Some users are experiencing ridiculously long load times when doing things like loading the menu, game, etc. It can literally take over 5-10 minutes for some people. Oddly enough, this may relate to error logging that is done by the game.

Instructions

This will prevent the game from writing data to the log because it is no longer writable (hence Read Only). This may fix your long loading times.

Tweaks

Graphic Tweaks

If you don't want to manually apply these tweaks, see the Useful Links and Tools section.

Changing FOV

In default_levels.xml find CVAR CameraDefaultFOV and change it accordingly.

Sound Tweak

Users using surround sound headsets such as the Logitech G35 will experience a lot of static or crackling to the point of actual damaging to the hearing when using the base game. There is no definite fix for this however there is a way to change it in the files.

Instructions

This will fix the game's sound partly, because static might still occur however most of the problem is over.

If this fix does not work, there is an alternative solution to static and crackling problems.

Instructions

It is recommended that you backup the Audio.scr file before doing this, though if you don't you can always just delete the file and the game will create a new one.

System requirements

Template:System Requirements

Useful Links and Tools