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
Lost in Random
Lost in Random cover
Developers
Zoink
Thunderful
Publishers
Electronic Arts
Engines
Unity
Release dates
Windows September 10, 2021
Reception
Metacritic 78
OpenCritic 78
IGDB 77
Taxonomy
Monetization One-time game purchase, Subscription gaming service
Microtransactions None
Modes Singleplayer
Perspectives Third-person
Controls Direct control
Genres Action, Adventure, RPG
Themes Fantasy
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 third-person action, adventure and RPG game.

General information

Steam Community Discussions

Availability

Source DRM Notes Keys OS
Microsoft Store
Microsoft Store
Origin
Included exclusively with Xbox Game Pass for PC as part of its version of EA Play.
Windows
Origin
Origin
Included with EA Play.
Manual link for EA Play purchase.
Windows
Steam
Icon overlay.png
Origin
Included with EA Play (Steam).
Windows
All versions require Origin and Denuvo Anti-Tamper DRM.

Monetization

Type Notes
One-time game purchase The game requires an upfront purchase to access.
Subscription gaming service Available via EA Play.

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\
Microsoft Store
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/1462570/pfx/[Note 1]

Save game data location

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

Save game cloud syncing

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

Video

Graphics feature State Notes
Widescreen resolution
Multi-monitor
May cause lag if monitors are not the same.
Ultra-widescreen
4K Ultra HD
Field of view (FOV)
Windowed
No option in menus, Alt+ Enter to enable/disable.
Borderless fullscreen windowed
Always enabled when in fullscreen mode.
Anisotropic filtering (AF)
See the glossary page for potential workarounds.
Anti-aliasing (AA)
FXAA. Uses two layers of FXAA.
Vertical sync (Vsync)
60 FPS and 120+ FPS
Up to 144
High dynamic range display (HDR)
Ray tracing (RT)
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
Royalty free audio

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 File/folder structure within this directory reflects the path(s) listed for Windows and/or Steam game data (use Wine regedit to access Windows registry paths). Games with Steam Cloud support may store data in ~/.steam/steam/userdata/<user-id>/1462570/ in addition to or instead of this directory. The app ID (1462570) may differ in some cases. Treat backslashes as forward slashes. See the glossary page for details.

References

  1. Lost In Random - FXAA fix - last accessed on May 2023
  2. Lost In Random - FXAA fix - last accessed on May 2023