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
However, I also realize for folks that have this installed, it might be a pain to redownload and reattach everything in your vessel.
The edit is relatively simple in the LUA code, so if you want to just make the easy LUA edit in your craft to fix the ELT proceed as follows:
Open the red-colored ELT logic block for editing and select the LUA code module. Inside the LUA code look for the following function:
In the code above, change this line:
u.p1={x=0,y=0}
To this:
u.p1={x=w/2,y=h/2}
...and your ELT should plot from the center of the display instead of 0,0 (topleft).
Line 25 is the location in the LUA Script block.
If you cant type it properly or messed it up (I got weird lag doing it manually, I think I messed up) what you can do is this:
- Select the ELT Triangulation Plotter from the example.
- Open it in the MC editor and save it.
- Go to your ship and select yours and open it in the MC editor.
- Select and load the new version and click update.
- Check connections.
- Success!
This advice also applies to other MC's and etc if this updates incase you haven't added the version with the keypad input to your ship. Sometimes it keeps your old connections and other times it removes them all, it's random.