For dedicated players of The Elder Scrolls III: Morrowind, the advent of OpenMW offers a modernized and enhanced experience, allowing the classic RPG to thrive on contemporary systems like the Steam Deck and various PC configurations (Windows, Linux, macOS, and even Android). While OpenMW provides a robust engine re-implementation, enabling a plethora of mods and graphical enhancements, the challenge of seamlessly syncing save games across different devices, particularly between a PC and a Steam Deck, is a common query. Achieving true cross-platform progression requires more than just Steam Cloud, as OpenMW utilizes its own save format, distinct from the original Morrowind saves that Steam Cloud typically manages.
OpenMW is a complete reimplementation of the Morrowind engine, designed to be freedom-respecting and cross-platform compatible. Unlike a traditional game mod, OpenMW is a standalone engine that requires the original Morrowind game files (like Morrowind.esm) but does not use the original Morrowind.exe. This fundamental difference extends to its save game system. OpenMW uses its own save game format, which is not directly compatible with the original Morrowind save files. This means that even if Steam Cloud is enabled for vanilla Morrowind, it won't automatically sync your OpenMW saves. Consequently, manual or third-party solutions are necessary for cross-device progression.
OpenMW saves are typically located in a 'My Games' subdirectory within your Documents folder on Windows (e.g., C:\Users\
) and in a hidden directory on Linux/Steam Deck (e.g., /home/deck/.local/share/openmw/saves
).
OpenMW running on Steam Deck with a total overhaul mod list.
While OpenMW doesn't offer built-in Steam Cloud integration, several effective methods exist to keep your save games synchronized across your PC and Steam Deck, ensuring a seamless gaming experience. These methods generally fall into two categories: manual cloud syncing with symbolic links or automated syncing with dedicated tools.
This method involves leveraging common cloud storage services (like OneDrive, Google Drive, Dropbox) and creating symbolic links to redirect OpenMW's save folder to your cloud-synced directory. This effectively tricks OpenMW into saving directly into your cloud storage, which then syncs to your other devices.
C:\Users\\Documents\My Games\OpenMW\saves
.C:\Users\\OneDrive\games\openmw\saves
).mklink /j
command to create a directory junction. This command links your original OpenMW save location to your cloud sync folder.
mklink /j "C:\Users\USERNAME\Documents\My Games\OpenMW\saves" "C:\Users\USERNAME\OneDrive\games\openmw\saves"
Replace USERNAME
with your actual Windows username and adjust the OneDrive path if necessary.
Similar to Windows, you can use symbolic links (symlinks) on Linux. The save folder for OpenMW on Steam Deck is typically /home/deck/.local/share/openmw/saves
.
/home/deck/.local/share/openmw/saves
.ln -s
command to create a symbolic link.
ln -s /path/to/your/cloud/openmw/saves /home/deck/.local/share/openmw/saves
Replace /path/to/your/cloud/openmw/saves
with the actual path to your OpenMW saves folder within your cloud storage.
With symlinks in place, OpenMW will read and write saves directly to the cloud-synced folder, allowing for seamless synchronization between your PC and Steam Deck.
For a more automated and user-friendly experience on the Steam Deck, the Decky Loader plugin manager combined with the "Game Sync" plugin by Renn is highly recommended. This plugin simplifies the process of configuring cloud synchronization for various games, including OpenMW.
/home/deck/.local/share/openmw/saves
to your preferred cloud account (e.g., OneDrive, Google Drive).mklink /j "C:\Users\USERNAME\Documents\My Games\OpenMW\saves" "C:\Users\USERNAME\OneDrive\sdh-game-sync\home\deck\.local\share\openmw\saves"
The path C:\Users\
is a common example for how the Game Sync plugin might structure the synced folder within your OneDrive.
OpenMW running on the Steam Deck, demonstrating successful synchronization with a desktop PC.
SyncThing is a free, open-source peer-to-peer file synchronization application that can be used to directly sync your OpenMW save files between your PC and Steam Deck. This method avoids reliance on commercial cloud services.
~/.local/share/openmw/saves
on Steam Deck and C:\Users\\Documents\My Games\OpenMW\saves
on Windows).This method offers excellent control and can be very fast, as syncs happen directly between your devices on your local network.
An illustrative video on wirelessly transferring files and game ROMs to Steam Deck from a Windows PC using SyncThing.
This video demonstrates the ease of use of SyncThing for file transfers, which can be directly applied to OpenMW save synchronization. It highlights the utility of a direct peer-to-peer solution, bypassing typical cloud storage limitations and potentially offering faster transfer speeds over a local network. While the video focuses on general file transfers, the principles are identical for game saves, emphasizing the simplicity of configuring SyncThing for seamless cross-device data management.
When dealing with heavily modded OpenMW setups, save synchronization becomes slightly more complex. While the save files themselves can be synced, the mod configurations, load orders, and actual mod files often differ between PC and Steam Deck, especially if using different mod managers or manual installations. It is crucial to maintain consistency in your mod setup across devices to avoid save corruption or unexpected behavior.
Feature | Steam Cloud (Native Morrowind) | Cloud Storage + Symlinks | Decky Loader Game Sync + Cloud | SyncThing (P2P) |
---|---|---|---|---|
OpenMW Save Compatibility | No (different format) | Yes | Yes | Yes |
Setup Complexity | Very Low (if supported) | Moderate | Low-Moderate (Steam Deck) / Moderate (PC) | Moderate |
Automation Level | Full (if supported) | Full (after setup) | Full (after setup) | Full (after setup) |
Internet Dependency | Yes | Yes | Yes | No (local network preferred) |
Data Security/Privacy | Managed by Steam | Managed by Cloud Provider | Managed by Cloud Provider | High (local/encrypted) |
Mod Compatibility | N/A | Requires consistent mod setup | Requires consistent mod setup | Requires consistent mod setup |
Recommended For | Vanilla Morrowind | Users comfortable with command line | Steam Deck users seeking ease of use | Users prioritizing direct, private sync |
openmw.cfg
) might contain paths specific to your system. While saves can be synced, you might need slightly different config files for your PC and Steam Deck, especially regarding data paths for mods.To provide a clearer picture of the strengths and weaknesses of different synchronization methods, let's look at a radar chart comparing key attributes.
This radar chart illustrates the perceived performance of three primary methods for OpenMW save synchronization across various criteria. "Ease of Setup" reflects how straightforward the initial configuration is. "Automation" indicates the level of manual intervention required after setup. "Reliability" assesses the consistency and stability of the synchronization. "Cross-Platform Agility" measures how well the method handles different operating systems (Windows, Linux). "Mod Compatibility Handling" refers to how easily the method accommodates complex mod setups, while "Data Privacy" reflects the degree of control over your data. As observed, while all methods offer good reliability and cross-platform capabilities for saves, SyncThing generally excels in data privacy and direct P2P synchronization, whereas the Decky Loader Game Sync offers a very high degree of automation and ease of setup for Steam Deck users.
Beyond save synchronization, several best practices can enhance your overall OpenMW experience when switching between devices.
To fully integrate OpenMW with your Steam Deck, allowing you to launch it directly from Game Mode and utilize Steam features like controller remapping and the in-game overlay, you can add OpenMW as a non-Steam game. When configuring OpenMW on the Steam Deck, point it to the installed Morrowind game files, typically found at /home/deck/.steam/steamapps/common/Morrowind/Data Files
, specifically selecting Morrowind.esm
. Some users leverage compatibility layers like Luxtorpeda to simplify this integration further, effectively replacing the vanilla Morrowind launch with OpenMW.
For a consistent modded experience, it's recommended to:
Despite careful setup, you might encounter issues. Here are some common problems and their solutions:
C:\Users\\Documents\My Games\OpenMW\saves
. On Linux and Steam Deck, they are usually in /home/deck/.local/share/openmw/saves
.Synchronizing OpenMW save games across your PC and Steam Deck is entirely achievable, allowing you to seamlessly continue your adventures in Vvardenfell regardless of your current device. While Steam Cloud's native functionality isn't sufficient for OpenMW due to its unique save format, leveraging cloud storage services with symbolic links or employing dedicated synchronization tools like SyncThing and the Decky Loader Game Sync plugin provides robust and effective solutions. The key to a smooth experience lies in careful initial setup, maintaining consistency in your OpenMW versions, and managing your mod installations across all devices. By following these guidelines, you can enjoy the enhanced Morrowind experience that OpenMW offers with unparalleled convenience.