Cài đặt Steam
Đăng nhập
|
Ngôn ngữ
简体中文 (Hán giản thể)
繁體中文 (Hán phồn thể)
日本語 (Nhật)
한국어 (Hàn Quốc)
ไทย (Thái)
Български (Bungari)
Čeština (CH Séc)
Dansk (Đan Mạch)
Deutsch (Đức)
English (Anh)
Español - España (Tây Ban Nha - TBN)
Español - Latinoamérica (Tây Ban Nha cho Mỹ Latin)
Ελληνικά (Hy Lạp)
Français (Pháp)
Italiano (Ý)
Bahasa Indonesia (tiếng Indonesia)
Magyar (Hungary)
Nederlands (Hà Lan)
Norsk (Na Uy)
Polski (Ba Lan)
Português (Tiếng Bồ Đào Nha - BĐN)
Português - Brasil (Bồ Đào Nha - Brazil)
Română (Rumani)
Русский (Nga)
Suomi (Phần Lan)
Svenska (Thụy Điển)
Türkçe (Thổ Nhĩ Kỳ)
Українська (Ukraine)
Báo cáo lỗi dịch thuật
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>