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
To fix it, i had to edit the file Options.txt (somewhere on my drive in AppData). The file is a textfile but not really meant for humans. Just search for 'Alias' and change the next value from 1 to 0. Or maybe just delete the file (make a backup first).
I hope it will fix your problem.
I've tried to locate this mythical file that has "Alias" in it, and no dice. Is this an issue with the Steam client, the game, or both?
UPDATE:
After noodling around, I found Options.txt in /Users/[myusername]/Library/Application Support/unity.DefaultCompany.ogre
Opening up Options.txt in TextMate, I discovered the config key is called Auroch.Ogre.Options+Graphics+AntiAliasing, not "Alias". The value I had was 0, so I changed it to a 1 and presto, the game launched.
{"__type__":"Auroch.Ogre.Options+Graphics+AntiAliasing, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null","__value__":1}
Hope this helps others avoid a similar fate and provides the developers with some insight into what gets broken.
Amazing, thanks for sharing that!
any thoughts on how to fix this would be helpful
THANK YOU!
this fixed my problem!
After noodling around, I found Options.txt in /Users/[myusername]/Library/Application Support/unity.DefaultCompany.ogre
Opening up Options.txt in TextMate, I discovered the config key is called Auroch.Ogre.Options+Graphics+AntiAliasing, not "Alias". The value I had was 0, so I changed it to a 1 and presto, the game launched.
{"__type__":"Auroch.Ogre.Options+Graphics+AntiAliasing, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null","__value__":1}
Good to hear!