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 "Lone Survivor"

From PCGamingWiki, the wiki about fixing PC games
m (Added in WineHQ.)
m
Line 13: Line 13:
 
|gogcom page  = lone_survivor_directors_cut
 
|gogcom page  = lone_survivor_directors_cut
 
|wikipedia    = Lone Survivor (video game)
 
|wikipedia    = Lone Survivor (video game)
|winehq      = 14141
 
 
}}
 
}}
  

Revision as of 13:01, 23 July 2014

Lone Survivor
Lone Survivor cover
Developers
Superflat Games
Engines
Adobe AIR
Release dates
Windows March 27, 2012
macOS (OS X) March 27, 2012
Linux June 7, 2012
Lone Survivor on Wikipedia

Warnings

The macOS (OS X) version of this game does not work on macOS Catalina (version 10.15) or later due to the removal of support for 32-bit-only apps.

General information

Official Website
Unofficial Lone Survivor Wiki
GOG.com Community Discussions
GOG.com Support Page
Steam Community Discussions
Steam Users' Forums

Availability

Template:Availability Table

A demo for the game can be found here.

Game data

Configuration file(s) location

Template:Game data/rowTemplate:Game data/rowTemplate:Game data/row
System Location
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/209830/pfx/[Note 1]

Save game data location

Template:Game data/rowTemplate:Game data/rowTemplate:Game data/row
System Location
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/209830/pfx/[Note 1]
This game does not follow the XDG Base Directory Specification on Linux.

Save game cloud syncing

System Native Notes
Steam Cloud

Video settings

Template:Video settings

Windowed

Before making changes to any files, it is advised to save backup copies.

Running Lone Survivor in windowed mode can be accomplished by editing the configuration file found at: <path-to-game>/META-INF/AIR/application.xml Open this file in a text editor and find this section (may occur on lines 71 to 81).

<!-- The window's initial width in pixels. Optional. -->
<!--  <width>640</width> -->

<!-- The window's initial height in pixels. Optional. -->
<!--<height>480</height> -->

<!-- The window's initial x position. Optional. -->
<!-- <x></x> -->

<!-- The window's initial y position. Optional. -->
<!-- <y></y> -->

Change this section to the following:

<!-- The window's initial width in pixels. Optional. -->
<width>640</width>

<!-- The window's initial height in pixels. Optional. -->
<height>480</height>

<!-- The window's initial x position. Optional. -->
<x>0</x>

<!-- The window's initial y position. Optional. -->
<y>0</y>
The numbers may be adjusted to change width, height, and position of the window.
To return to fullscreen mode, revert the code section back to the original.
In order for changes to take effect the game must be restarted.
This method does not work on OS X.

Input settings

Template:Input settings

Audio settings

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English

System requirements

Windows
Minimum Recommended
Operating system (OS) XP
Processor (CPU) Intel Core 2 Duo
System memory (RAM)
Hard disk drive (HDD) 150 MB
Video card (GPU) Any with hardware 3D acceleration
DirectX 7 compatible
macOS (OS X)
Minimum Recommended
Operating system (OS) 10.6.8
Processor (CPU) Intel Core 2 Duo
System memory (RAM)
Hard disk drive (HDD) 300 MB
Video card (GPU) Any with hardware 3D acceleration


Cite error: <ref> tags exist for a group named "Note", but no corresponding <references group="Note"/> tag was found, or a closing </ref> is missing