Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I would love to see if you are getting any specific errors in the debug logs. That would help me figure out what could cause this for you.
You can find the Player.Log file here:
Location on Windows: C:\users\you\appdata\locallow\Unknown Origin Games\OddRealm
Location on Mac: ~Library/Application Support/com.Unknown-Origin-Games.OddRealm
Location on Linux: ~/.config/unity3d/Unknown Origin Games/OddRealm
Note on Mac: Your Library folder might be hidden by default. Shift+Command+. will show hidden folders in the Finder and should make the Library folder visible if it is hidden.
If you can send this to me at waylon@oddrealmgame.com, I can take a look.
You might want to try clearing Unity's (the game engine's) player prefs as well as Odd Realm's saved settings. Follow these steps below:
WINDOWS
1. Delete unity related settings (PlayerPrefs):
Open the Registry Editor:
Press Win + R, type regedit, and press Enter.
Navigate to:
HKEY_CURRENT_USER\Software\Unknown Origin Games\OddRealm
Right-click the folder for the game and choose Delete.
2. Delete Odd Realm Saves and Settings:
Navigate to the folder where Unity saves persistent data:
C:\users\you\appdata\locallow\Unknown Origin Games\OddRealm
Delete the entire folder to clear saved game data.
OSX
1. Delete unity related settings (PlayerPrefs):
Open Finder and go to:
~/Library/Preferences/Unknown Origin Games.OddRealm.plist
Delete the .plist file for the game.
2. Delete Odd Realm Saves and Settings:
Open Finder and go to:
~Library/Application Support/com.Unknown-Origin-Games.OddRealm
Delete the folder.
LINUX
1. Delete unity related settings (PlayerPrefs):
Open a terminal and navigate to:
~/.config/unity3d/Unknown Origin Games/OddRealm
2. Delete Odd Realm Saves and Settings:
in console bash type:
rm -r ~/.config/unity3d/Unknown Origin Games/OddRealm
SO glad to hear that worked! Sorry you encountered this in the first place.