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.

Alwa's Legacy

From PCGamingWiki, the wiki about fixing PC games
Revision as of 02:08, 24 August 2024 by Outoflives (talk | contribs) (→‎Steam Cloud not working (Linux): folder/file nitpicking)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Alwa's Legacy
Alwa's Legacy cover
Developers
Elden Pixels
Engines
Unity 2019[Note 1]
Release dates
Windows June 17, 2020
macOS (OS X) June 17, 2020
Linux June 17, 2020
Reception
Metacritic 78
OpenCritic 77
Taxonomy
Monetization One-time game purchase
Microtransactions None
Modes Singleplayer
Pacing Real-time
Perspectives Side view
Genres Metroidvania
Art styles Pixel art
Themes Fantasy
Series Alwa
Alwa's Legacy on HowLongToBeat
Alwa's Legacy on IGDB
Alwa's Legacy on MobyGames
Alwa
Alwa's Awakening 2017
Alwa's Legacy 2020

Alwa's Legacy is a singleplayer side view metroidvania game in the Alwa series.

General information

Developer Discord server
GOG.com Community Discussions
GOG.com Support Page
Steam Community Discussions

Availability

Source DRM Notes Keys OS
GOG.com
DRM-free
Windows
macOS (OS X)
Linux
itch.io
DRM-free
Windows
macOS (OS X)
Linux
Steam
DRM-free after installation through Steam client (notes may include more details)
Game can be launched directly from executable without Steam on Windows.[2]
Windows
macOS (OS X)
Linux
Green Man Gaming (unavailable)
Icon overlay.png
Windows
macOS (OS X)
Linux

Monetization

Type Notes
One-time game purchase The game requires an upfront purchase to access.

Microtransactions

Type Notes
No microtransactions None

Game data

Configuration file(s) location

System Location
Windows %USERPROFILE%\AppData\LocalLow\EldenPixels\Alwa's Legacy\Settings.dat
macOS (OS X)
Linux $XDG_CONFIG_HOME/unity3d/EldenPixels/Alwa's Legacy/Settings.dat
This game follows the XDG Base Directory Specification on Linux.

Save game data location

System Location
Windows %USERPROFILE%\AppData\LocalLow\EldenPixels\Alwa's Legacy\SaveSlot*.dat
macOS (OS X)
Linux $XDG_CONFIG_HOME/unity3d/EldenPixels/Alwa's Legacy/SaveSlot*.dat

Save game cloud syncing

System Native Notes
GOG Galaxy
Steam Cloud
See Issues fixed for native Linux version.

Video

Display options.
Display options.
Gameplay options.
Gameplay options.

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

Input

Keybindings.
Keybindings.
Controller bindings.
Controller bindings.

Audio

Audio options.
Audio options.

Audio feature State Notes
Separate volume controls
Music, Sound Effects, Dialogue, Ambience.
Surround sound
Subtitles
All dialogue is text-based.
Dialogue option refers to non-verbal sounds used to indicate the advancement of text-based dialogue.
Closed captions
Mute on focus lost
Royalty free audio

Localizations

Language selection.
Language selection.
Language UI Audio Sub Notes
English
Simplified Chinese
Traditional Chinese
French
German
Japanese
Korean
Spanish
Latin American Spanish
Swedish

Issues fixed

Steam Cloud not working (Linux)

For the game's native Linux version, Steam Cloud is configured incorrectly. It looks for save files at $XDG_CONFIG_HOME/EldenPixels/Alwa's Legacy/*.dat[3] but they are located at $XDG_CONFIG_HOME/unity3d/EldenPixels/Alwa's Legacy/*.dat.
Link folder used by game to folder used by Steam Cloud
Note that the following steps will remove any saves already created locally by the Linux version of the game.
  1. Remove or rename $XDG_CONFIG_HOME/unity3d/EldenPixels/Alwa's Legacy (if it exists).
  2. Ensure that $XDG_CONFIG_HOME/unity3d/EldenPixels exists (so that a link can be placed there).
  3. Create a symbolic link from $XDG_CONFIG_HOME/unity3d/EldenPixels/Alwa's Legacy to $XDG_CONFIG_HOME/EldenPixels/Alwa's Legacy:
    ln -sv ${XDG_CONFIG_HOME:-~/.config}/EldenPixels/"Alwa's Legacy" ${XDG_CONFIG_HOME:-~/.config}/unity3d/EldenPixels/"Alwa's Legacy"
Link folder used by Steam Cloud to folder used by game
Note that the following steps will remove any saves already downloaded from Steam Cloud, and may replace previously uploaded saves with those created locally by the Linux version of the game.
  1. Optional: Back up $XDG_CONFIG_HOME/unity3d/EldenPixels/Alwa's Legacy manually, in case Steam Cloud decides to replace these saves with whatever is in the cloud instead of uploading them.
  2. Remove or rename $XDG_CONFIG_HOME/EldenPixels/Alwa's Legacy (if it exists).
  3. Ensure that $XDG_CONFIG_HOME/EldenPixels exists (so that a link can be placed there).
  4. Ensure that $XDG_CONFIG_HOME/unity3d/EldenPixels/Alwa's Legacy exists (so that the link created below is not broken).
  5. Create a symbolic link from $XDG_CONFIG_HOME/EldenPixels/Alwa's Legacy to $XDG_CONFIG_HOME/unity3d/EldenPixels/Alwa's Legacy:
    ln -sv ${XDG_CONFIG_HOME:-~/.config}/unity3d/EldenPixels/"Alwa's Legacy" ${XDG_CONFIG_HOME:-~/.config}/EldenPixels/"Alwa's Legacy"

Other information

API

Technical specs Supported Notes
Direct3D 11 [5]
OpenGL
OS X and Linux only.
Executable 32-bit 64-bit Notes
Windows
macOS (OS X)
[4]
Linux

Middleware

Middleware Notes
Input ReWired [6]

System requirements

Windows
Minimum Recommended
Operating system (OS) 7
Processor (CPU) 2.1 GHz Dual Core
System memory (RAM) 2 GB
Hard disk drive (HDD) 1 GB
Video card (GPU) Intel HD Graphics
DirectX 9.0 compatible
Controller
A 64-bit operating system is required.
macOS (OS X)
Minimum Recommended
Operating system (OS) 10.7
Processor (CPU) Intel Core 2 Duo
System memory (RAM) 2 GB
Hard disk drive (HDD) 869 MB
Video card (GPU) Intel HD Graphics
Controller
A 64-bit operating system is required.
Linux
Minimum Recommended
Operating system (OS) Ubuntu
Processor (CPU) 2.0 GHz Dual Core
System memory (RAM) 2 GB
Hard disk drive (HDD) 903 MB
Video card (GPU) Intel HD Graphics
Controller
A 64-bit operating system is required.


Notes

  1. Unity engine build: 2019.4.20f1[1]

References

  1. Verified by User:Mastan on 2024-01-12
  2. Verified by User:Lateemu on 2022-06-25
  3. Alwa's Legacy Cloud Saves · SteamDB - last accessed on 2024-06-20
  4. Verified by User:Macgovern on 2023-12-17
    Tested using Detect-It-Easy v3.07.
  5. Verified by User:Macgovern on 2023-12-17
    Checked game's player.log as found in game's Windows config file location.
  6. Verified by User:Macgovern on 2023-12-17
    Game uses Rewired_DirectInput.dll as found in <path-to-game>\Plugins\x86_64