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





On Youtube 





Going back to how to make a route, if I'm understanding you correctly, would I put something like the below into a terminal block's custom data (let's say it's an LCD), that LCD block needs to be called something like "LCD", only one word.
Then I import it from that block using the IMPORT LCD command?
Breakpoint to Satreus Hub
Takeoff;Breakwater_Forward
GoToPoint;2175496.65419676,921419.718352143,86467.9611505841;1200;250
Landing;234;Satreus_Forward
Wait
This all look correct?
But for now, route management is not entirely obvious. In the waypoints block, you only GPS points. You need to describe the route itself manually in the custom data of any other block (it is very important that its name consists of one word and that there is no block with the same name or number after the name), then you can either generate the route and export it there to edit it, or write it yourself and import it from that specific block. At the time of creating the script, I had little knowledge of how to do this better, but the new navigation system will be able to store routes line by line directly in the waypoints block, and the configuration will be more flexible, and the points themselves will be connected by a graph.
Any guidance or examples would be greatly appreciated