Stationeers

Stationeers

Not enough ratings
Satellite Tracking using the sine wave after update
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
229.195 KB
Apr 24, 2023 @ 11:26pm
Aug 8, 2023 @ 8:03am
7 Change Notes ( view )

Subscribe to download
Satellite Tracking using the sine wave after update

Description
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 Comments
doom2286 Oct 25, 2024 @ 3:53pm 
i had to remove the commend after the traveling header for some reason that was causing issues
Golden Dragon Sep 21, 2024 @ 10:11pm 
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 Sep 16, 2024 @ 1:19pm 
Agree about led panels.
Also can this script use medium dish for triangulate, then large for communicate?
Lu5ck May 12, 2024 @ 1:18pm 
Works beautifully. Did be nice if the LEDs are optional.
starfish prime Apr 30, 2024 @ 9:56am 
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  [author] Apr 30, 2024 @ 8:48am 
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  [author] Apr 30, 2024 @ 8:40am 
Did you open the lever?
starfish prime Apr 29, 2024 @ 4:48pm 
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  [author] Feb 23, 2024 @ 12:55am 
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  [author] Feb 21, 2024 @ 11:14am 
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...