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 remember the first time I played it on Win 10 I couldn't get it to work, I had to change the graphics engine in options from opengl to directx, and haven't had a problem since.
When you have only one computer, it's hard to switch it to directx because you need to load the game in the first place, so I'll tell what I did exactly so people will be able to do the same if they have the same problem.
1. Go to the game directory. For me it's C:\Program Files (x86)\Steam\steamapps\common\LordsOfXulima, but for others it can be somewhere else.
2. Right click Properties on LoX.exe. Check disable fullscreen optimizations.
3. If needed, run SlimDXRuntime.msi. Repair if needed.
4. Find your game config directory. Mine is here : C:\Users\monsieurb\Documents\My Games\Lords of Xulima
5. Backup your Configuration.txt. Replace with this content, that will make directx the default graphic engine for the game :
<Complex name="Root" type="JX.JXEngine+JXConfiguration, JXEngine">
<Properties>
<Null name="ActiveModFolder" />
<Simple name="SoundEffectsVolume" value="1" />
<Simple name="SoundAmbientVolume" value="1" />
<Simple name="MusicVolume" value="0.5" />
<Simple name="VoiceVolume" value="0.5" />
<Simple name="Languaje" value="EN" />
<Complex name="FullScreenResolution">
<Properties>
<Simple name="Width" value="1920" />
<Simple name="Height" value="1080" />
</Properties>
</Complex>
<Simple name="FullScreenFrequency" value="60" />
<Simple name="VSync" value="False" />
<Simple name="ColorBlindMode" value="False" />
<Null name="InstallationKey" />
<Collection name="AvailableLanguages" elementType="JX.JXTypeOfLanguaje, JXEngine">
<Properties>
<Simple name="Capacity" value="8" />
</Properties>
<Items>
<Simple value="ES" />
<Simple value="EN" />
<Simple value="FR" />
<Simple value="DE" />
<Simple value="PL" />
<Simple value="IT" />
<Simple value="RU" />
<Simple value="CN" />
</Items>
</Collection>
<Simple name="Renderer" value="SlimDX" />
<Simple name="CombatSpeed" value="1" />
<Simple name="MaxTexureMemory" value="262144000" />
<Simple name="SlimDXInstalled" value="True" />
<Simple name="ToolTip_Time" value="600" />
<Simple name="LogInCombat" value="False" />
<Simple name="RemoveThunders" value="False" />
<Simple name="Option_Multithread" value="True" />
<Simple name="FullScreenMonitor" value="0" />
</Properties>
</Complex>