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
@Element
I was able to fix the compass.
Look for a file named vehicle_chassis_carrier.xml in the mod folder. Mine is located @
"C:\Program Files (x86)\Steam\steamapps\workshop\content\1489630\3280370621\content\game_objects"
Make a backup.
Open the file and modify the following
Do a search for the following:
<screen name="screen_nav_top_m" display_name_loc="674" script_file_name="scripts/screen_navigation.lua"
Replace with
<screen name="screen_nav_top_m" display_name_loc="674" script_file_name="scripts/screen_compass.lua"
Really you are having it call the "screen_compass.lua" instead of the "screen_navigation.lua" in for the compass screen.