Stationeers

Stationeers

Otillräckligt med betyg
Satellite Tracking using the sine wave after update
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Filstorlek
Lades upp
Uppdaterades
229.195 KB
24 apr, 2023 @ 23:26
8 aug, 2023 @ 8:03
7 ändringsnotiser ( visa )

Abonnera för att ladda ner
Satellite Tracking using the sine wave after update

Beskrivning
Satellite Tracking using the sine wave after update v1.6
Search the perforation with a sine curve and find the trader using waveform change for the signal found.​

1. Operation: Operates when the power of the radar is turned on directly or through a logic switch.
2. If the automatic landing lever is set to open, it will automatically land, otherwise it will only search for trader.


######################################
I made a new version.
Please refer to the new version.
https://steamcommunity.com/sharedfiles/filedetails/?id=3413661309

This old version is reserved for existing users.
15 kommentarer
doom2286 25 okt, 2024 @ 15:53 
i had to remove the commend after the traveling header for some reason that was causing issues
Golden Dragon 21 sep, 2024 @ 22:11 
I don't like 3 things about this script.

On its own it is still the fastest, but.

1) the indication is green almost all the time. I added more colours to my variation.
2) led panels are mandatory
3) it switches off the power of the landing pad
Golden Dragon 16 sep, 2024 @ 13:19 
Agree about led panels.
Also can this script use medium dish for triangulate, then large for communicate?
Lu5ck 12 maj, 2024 @ 13:18 
Works beautifully. Did be nice if the LEDs are optional.
starfish prime 30 apr, 2024 @ 9:56 
I found the problem. There was a hotfix patch that changed some stuff with the trader. The solution was to simple recycle the dish and put down a new one. Nothing wrong with the script. I appreciate your response.
LittleShade  [skapare] 30 apr, 2024 @ 8:48 
It's simple. I applied the formula for find the distance between two points on the surface of a sphere.
When a signal is found while driving in a diagonal direction, the found signal and angle are found and the method is used to use the minimum power.
LittleShade  [skapare] 30 apr, 2024 @ 8:40 
Did you open the lever?
starfish prime 29 apr, 2024 @ 16:48 
Not sure if there has been any changes, but I seem to not be getting any auto-landings with a medium dish. If I switch to a small dish, it still seems to work. Wish I understood the trader system and code a bit better.
LittleShade  [skapare] 23 feb, 2024 @ 0:55 
If you want to manage the power of Landingpad Data And Power manually, you can # comment out line 37.
"line 37 sb -2066405918 On rAutoLanding #Landingpad Data And Power"
And if you want to use multiple radars, it is recommended to add a radar for each size.
And I don't think need to manage the merchant's ID separately.
You can just use it anyway. Because it will skip the searched merchant and search for another one.
LittleShade  [skapare] 21 feb, 2024 @ 11:14 
Sorry about that.
I was aiming for minimum power and shortest search, so I didn't consider using multiradar.
Usually when traders are present it's because they are almostly looking for and landing trade ships.
When used passively, the autoland lever also acts as a switch for the landing pad, so you can turn it on and manually land the ship.
If you are considering using multiple radars, I would recommend using three radars, one large, one medium, and one small.
There is an issue with sharing merchant IDs when using multiple radars, but I will keep this in mind for future updates. The line of code limit will be an issue...