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 "Day One: Garry's Incident"

From PCGamingWiki, the wiki about fixing PC games
(Lost saved games fix)
Line 124: Line 124:
 
{{--}} As of 9/29/2013 previous saved games are no longer visible to Steam users.
 
{{--}} As of 9/29/2013 previous saved games are no longer visible to Steam users.
 
{{ii}} The saved game files are still there. However, the game does not see them because UDKSaveFile.ini was overwritten in the latest update.
 
{{ii}} The saved game files are still there. However, the game does not see them because UDKSaveFile.ini was overwritten in the latest update.
# Find the most recent <code>.sav</code> file located in <code>Steam\steamapps\common\DayOne\Binaries\Win32\</code>. This can be done by sorting the folder by date modified.
+
# Find the desired <code>.sav</code> file located in <code>Steam\steamapps\common\DayOne\Binaries\Win32\</code>. The latest saved game file could be identified by sorting the folder by date modified.
 
# Open <code>UDKSaveFile.ini</code> located in <code>Steam\steamapps\common\DayOne\UDKGame\Config\</code> using a text editor.
 
# Open <code>UDKSaveFile.ini</code> located in <code>Steam\steamapps\common\DayOne\UDKGame\Config\</code> using a text editor.
 
# Add <pre>ListSave=(OptionName="",OptionLabel="",Date="<filename>",friendlyDate="",Map=")</pre> line to the end of the file, replacing <code><filename></code> with the file name you found in step 1. Do not include the <code>.sav</code> at the end. The newly added line should look something like <pre>ListSave=(OptionName="",OptionLabel="",Date="2013929032514491",friendlyDate="",Map=")</pre>
 
# Add <pre>ListSave=(OptionName="",OptionLabel="",Date="<filename>",friendlyDate="",Map=")</pre> line to the end of the file, replacing <code><filename></code> with the file name you found in step 1. Do not include the <code>.sav</code> at the end. The newly added line should look something like <pre>ListSave=(OptionName="",OptionLabel="",Date="2013929032514491",friendlyDate="",Map=")</pre>

Revision as of 18:35, 29 September 2013


Day One : Garry's Incident
Day One : Garry's Incident cover
Developers
Wild Games Studio
Engines
Unreal Engine 3
Release dates
Windows September 25, 2013

General information

Steam Community Discussions
Official website
Game manual

Availability

Template:Availability Table

Game data

Template:Game Location Table

Saved games have a .sav file extension.

Game data

Save game cloud syncing

Template:Save Game Cloud Syncing

Video settings

General settings.
Eleven new toggles in video settings have been added since launch due to player demand.
Many of them either don't do anything or have cryptic names with no explanations.

Template:Video settings

Input settings

Template:Input Settings

Audio settings

Template:Audio settings

Issues fixed

Restoring lost saved games

Instructions

References