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.

Lost in Random

From PCGamingWiki, the wiki about fixing PC games
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.
Lost in Random
Lost in Random cover
Developers
Zoink
Thunderful
Publishers
Electronic Arts
Engines
Unity
Release dates
Windows September 10, 2021
Reception
Metacritic 77
OpenCritic 78
Taxonomy
Modes Singleplayer
Genres Action, Adventure
Lost in Random on HowLongToBeat
Lost in Random on IGDB
Lost in Random on MobyGames
Lost in Random on Wikipedia

Lost in Random is a singleplayer action and adventure game.

General information

Steam Community Discussions

Availability

Source DRM Notes Keys OS
Gamesplanet logo.svg
Origin
Windows
Green Man Gaming
Origin
Windows
Humble Store
Origin
Windows
Origin
Origin
Included with EA Play.
Windows
Steam
Icon overlay.png
Origin
Included with EA Play (Steam).
Windows
All versions require Origin and Denuvo Anti-Tamper DRM.

Game data

Configuration file(s) location

System Location
Windows %USERPROFILE%\AppData\LocalLow\Zoink Games\Lost In Random\
HKEY_CURRENT_USER\SOFTWARE\Zoink Games\Lost In Random\
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/1462570/pfx/[Note 1]

Save game data location

System Location
Windows %USERPROFILE%\AppData\LocalLow\Zoink Games\Lost In Random
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/1462570/pfx/[Note 1]

Save game cloud syncing

System Native Notes
Origin
Steam Cloud
Handled through the cloud sync of Origin.

Video

The game engine may allow for manual configuration of the game via its variables. See the Unity page for more details.

Anti-aliasing (AA)

Modify the game's executable to disable the second FXAA layer[1]
  1. Open <path-to-game>\GameAssembly.dll in a hex editor (e.g. HxD).
  2. Search for 48 89 5C 24 08 48 89 74 24 10 57 48 81 EC 80 00 00 00 80 3D 3C E9 D5 02 00 as hex.
  3. Replace it with C3 89 5C 24 08 48 89 74 24 10 57 48 81 EC 80 00 00 00 80 3D 3C E9 D5 02 00.
  4. Save the changes.
This patch only disables the second layer of FXAA, thus reducing the overall blur of the image. The first layer should not be disabled, as it causes graphical glitches and missing HUD prompts.

Depth of Field

Modify the game's executable to disable DoF[2]
  1. Open <path-to-game>\GameAssembly.dll in a hex editor (e.g. HxD).
  2. Search for F3 0F 5C CF F3 41 0F 5E F1 as hex.
  3. Replace it with F3 0F 5C CF 0F 57 F6 90 90.
  4. Save the changes.

Input

Audio

Audio feature State Notes
Separate volume controls
Surround sound
Subtitles
Closed captions
Mute on focus lost

Localizations

Language UI Audio Sub Notes
English
French
German
Italian
Japanese
Spanish

Other information

API

Executable 32-bit 64-bit Notes
Windows

Middleware

No middleware information; you can edit this page to add it.

System requirements

Windows
Minimum Recommended
Operating system (OS) 10
Processor (CPU) Intel Core i3-6300
AMD FX-6100
System memory (RAM) 8 GB
Hard disk drive (HDD) 20 GB
Video card (GPU) Nvidia GeForce GTX 750
AMD Radeon R9 270X
DirectX 12 compatible
Other Broadband Internet connection
A 64-bit operating system is required.


Notes

  1. 1.0 1.1 Notes regarding Steam Play (Linux) data:

References