Stationeers

Stationeers

Rocket controller (Outdated)
26 条留言
CTAKAHbI4 2023 年 10 月 1 日 上午 4:05 
Is this script still works? My rocket is normally launch and returns but doesn't mine ice and minerals.
Zarazek 2023 年 8 月 5 日 下午 4:17 
after first run use labeler tool for setting gas mixer (66,7), this fix NaN Error
Widowmaker 2023 年 7 月 4 日 上午 8:27 
I think I figured out why it wasn’t working, when first hooking it up the fuel tank on the rocket is completely empty and it throws a NaN error. If you manually pump just a tiny bit of fuel into the rocket it will continue to work as intended.
Sparky 2023 年 6 月 14 日 上午 11:26 
Hi Mick, is this code now broken after recent IO update? can't get it to work now.
Th3Rust 2023 年 5 月 21 日 下午 5:49 
[h1]hi there, thanks for the prog ![/h1]

i have a little issue, my rocket only does 2 travel step and after that, she wait to reach minimum fuel and she return, so i have to put high minimum fuel setting to avoid consuming any fuel for no reason. i have try every thing that i know and im a bit confuse too, so if you have any kind of solution, that will be appreciate ! thanks !
Kelvin 2023 年 3 月 11 日 下午 6:51 
did we ever figure out the over pressurizing problem?
Chance Sarsis 2023 年 3 月 7 日 上午 4:16 
As BAW said, the code account for all tanks, ratheer than the engine tank, so harvesting gas end up forcing the rocket to fly on a dry tank and possibly getting lost.

furthermore, the gas from thee harvested tank does not empty out of the pipe either.
This work wonder for ice, mining, salvaging, but gas is not working properly
[PBS] Sniped2Death 2023 年 3 月 3 日 上午 7:00 
The Pipe Feeding the rocket has an imbalance of oxy and volatiles and will over pressure after a few launches.
lobster2b 2023 年 2 月 24 日 上午 7:34 
In regards to the rocket running out of fuel:
My rocket is from top down: Auto,Gasminer,fuelstorage,silo,oreminer,fuel,engine

As i have multiple launches where the fuel tank will just stop rapporting any change in the fuel tank, i have noticed that the rocket have drawn its vol and 02 from the gasmining tank rather then the fuel tank itself, it looks like it draws vol and o2 directly from the tank regardless of the fuel mix ratio and the precense of other gasses aswell.
My fuel is increasing as i have mined over 300 stacks on the rocket silo.

I have also noticed that the fueltanks are still "connected" to the launch ramp and you are able to refill while in flight, or draw from the tanks
B.A.W._Killer 2022 年 11 月 25 日 下午 2:59 
I think I found a problem, when a gas-miner is added and gas is stored in a separate fuel-tank, the mined gas counts towards the total fuel so the rocket runs out of fuel thinking it has more fuel than it does. maybe we need an update from the codemaster :)
B.A.W._Killer 2022 年 11 月 12 日 下午 2:06 
Thakyou CowsAreEvil, I followed your video on setup with just logic chips and it worked great. Then I setup with this script just like in the automation video and it worked first time. Well done! I like watching the thought process of programming the logic.
NebuTheDragon 2022 年 10 月 23 日 下午 9:56 
error at line 28 dont know what the problem is
Krycek 2022 年 6 月 4 日 下午 4:14 
I'm only getting coal out of mining module and volatile ice out of the ice mining module
BigLgros 2022 年 5 月 17 日 下午 2:58 
Script working fine but im i the only one too get nothing but coal??
Max Attax 2022 年 1 月 6 日 上午 7:09 
There is a wierd thing on lines 58 & 65 where ( return ) is red just have to put a space then remove the space to set them back to Purple
RED8cted 2021 年 12 月 23 日 下午 8:58 
just wanna say thank you for the script and the other scripts you have made as well they have helped me out a lot
Shdwdrgn 2021 年 9 月 29 日 下午 7:24 
could also add a max silo limit of 600 to return so its not just flying around to low fuel to return but instead to what ore/ice limit you want.
CowsAreEvil  [作者] 2021 年 9 月 29 日 上午 2:04 
@Eqwarion thanks for that. The issue seems to be resolved. When giving a Mode 2 command the rocket moves to the next location and returns to Mode 4 but it will not accept another Mode 2 command. Giving a Mode 0 followed by a Mode 2 seems to have tricked into thinking it has received a new command.
Eqwarion 2021 年 9 月 28 日 下午 3:03 
After update 28/9/2021
Script don't work properly.
At the beginning everything is in correct.
Start mining then after Minables = 0 it relaunch, travel,
Start mining then after Minables = 0 it stops doing anything.
Mode still = 4
Fuel status uptaded
Cargo = constant value
Minables = 0

Only after Fuel will fall below 700 or you move lever the rocket will return
and script start work again.
Moshot 2021 年 8 月 11 日 下午 8:07 
@sauce I as well am having difficulty figuring out the language to change the section that checks the command for "Fuel", any help would be much appreciated.
Geo 2021 年 8 月 11 日 上午 8:10 
@sauce could you give me a step by step guide on how to change the command section as i have no clue on how to code, ta
RyGuyver 2021 年 6 月 16 日 上午 7:41 
@Sauce Thanks for posting that tip with tweaking the code to support the gas harvester module. Worked like a charm!
Sauce 2021 年 5 月 3 日 上午 11:03 
Great code!
To make it work for the new gas harvester module, you'll need to change a couple things:
Add "sb -1969723301 Activate 1" with the others for the module.
This will get it to work, but I found that the Command module seems to reference all connected tanks for it's "Fuel" number. I have a fuel tank, and a separate tank for what the harvester collects. Since I had more than 600 in the harvester collection tank, the auto return feature did not activate.
To fix it, alias the pin to d3 for the fuel tank you're using for "flying fuel." Then change the section that checks the command for "Fuel" to check the tank instead. You'll need to change the variable to "Quantity," since the tank doesn't have a "Fuel" logic type.
Cheers!
Z3R0X 2021 年 3 月 27 日 下午 2:51 
@hutzlipuh would you mind uploading your improved version coing isnt my strong point XD
GamingGuyYT 2021 年 3 月 25 日 下午 3:39 
It keeps saying error incorrect LogicType at line 20
Hutzlipuh 2021 年 3 月 21 日 上午 1:42 
Good job , although the launch condition should be on a button and there should be a minimum fuel check before lauch...i modified your code to include that... thanks for sharing this code.