Space Engineers

Space Engineers

SAS
42 条留言
RepziAnon 2024 年 2 月 27 日 下午 9:24 
When setting up the control block properly, I have no issue with prograde or retrograde. I think it's no fault of the script and the way the script calculates how to hold in, out, normal and antinormal is due to the fault in space engineers planet info that real orbits adjusted, due to the decreased gravity drop off. With other mods I am using like HUD Compass the cut off to which the script recognizes the planet is the same as the compass in that mod, similar to the altitude meter on the HUD. Still not too sure what the fix is, as everything I'm saying is just from experience and I have no experience coding or creating scripts. But, I imagine it as something to do with changing the data of planets themselves, maybe something Real Orbits could fix.
Caffeinix 2024 年 1 月 21 日 下午 3:59 
Update: if I comment out the call to cockpit.TryGetPlanetPosition and just execute the "if (planetPresent)" block unconditionally, it works (at least for holding prograde), although the displayed orbital elements are quite wrong. I did use the control argument to point the script at the main cockpit, which is a large grid control seat.
Caffeinix 2024 年 1 月 21 日 下午 3:52 
I'm also trying to use this with Real Orbits, but it says "No planet." despite there very much definitely being a planet. Hoping there might be something I can do to fix that!
RepziAnon 2024 年 1 月 9 日 下午 6:48 
I'm using this with Real Orbits and it is working well, except for the fact that when I get too far from the planet, not enough to leave the gravity, I loose the ability to use radials, normal and antinormal because it says I am not within gravity. I think the gravity is tied to the cutoff for the HUD altitude display and this is kept vanilla, where as the gravity well now extends far beyond that because of the decreased fall off using Real Orbits. Any Suggestions?
DFPercush  [作者] 2023 年 11 月 21 日 上午 8:11 
@BingBong sorry for the late reply, but the commands go in the "argument" box when you select the programmable block from the K menu. It's right next to the "Run" button. Or, if you bind the program's "Run" to the G menu, you can type arguments there as well.
BingBong 2023 年 7 月 28 日 上午 1:07 
How do use these commands? just type /retro in the chat?

im not even getting the "No ship control block found error lol
manji51 2023 年 5 月 3 日 上午 8:21 
It worked... I'm not sure if I overlooked it or somethin' but still thanks friend!
DFPercush  [作者] 2023 年 5 月 3 日 上午 7:19 
At the top of the script, where it says
// ==== CONFIG ====
// This is probably the only thing you'll need to change
const string ControlBlock = "Fighter Cockpit";
... change "Fighter Cockpit" to "ControlBlock", or "Control Seat" or whatever the block is named.
manji51 2023 年 4 月 30 日 下午 3:30 
Error: No ship control block found.
>glances at control seat named "ControlBlock"
I feel like somethings amiss with this script, I'm not sure how to fix this
I would LOVE to have a button I can press to flip me around to retrograde while in combat if this can get fixed/someone can provide a fix
Fogel 2023 年 4 月 2 日 上午 4:33 
Cant get this to work, it seems I cant set the control block for some reason
Aperson 2023 年 3 月 23 日 上午 8:48 
do i need to enable the mod in the world settings or so i not need to enable it?
ExileStudios 2023 年 3 月 19 日 下午 6:54 
so i renamed my the program block the script is loaded on to control seat as that is the block i am using to control my vehcile and it still says Error: no ship control block found. how do i fix this?
Silverado Legion 2023 年 2 月 17 日 上午 5:16 
Programmable blocks were not removed. Remember to turn on in-game scripts. Also, if you are in survival, you have to unlock it first.
BraveCaperCat 2023 年 2 月 11 日 上午 9:09 
i did enable experimental mode it still doesn't work.
DFPercush  [作者] 2023 年 2 月 10 日 下午 1:51 
@Bad Caxeira - Prograde and retrograde should work anywhere. (anti)Normal and (anti)radial will work as long as you're in the gravity well of a planet. (P-grav is >0)
sv_memes 1 2023 年 2 月 8 日 下午 4:24 
Does it work without an Orbit Mod?
Fischchen 2023 年 1 月 28 日 上午 4:31 
@BraveCaperCat, you have to enable experimental mode.
BraveCaperCat 2023 年 1 月 27 日 上午 8:19 
there isn't a programmable block anymore - it was removed in some random update, as it doesn't show up for me.
DFPercush  [作者] 2023 年 1 月 27 日 上午 7:27 
@ThatBirbArtist I don't think you need to mess with custom data, just the first line of config inside the script that reads: const string ControlBlock = "Fighter Cockpit";
I might consider some kind of auto detect for this in the future, but for now, that just needs to be set to whatever block you're piloting, kind of like "control from here". It might matter if there are different cockpits, helms, seats, etc facing different directions.
ThatBirbArtist 2023 年 1 月 26 日 下午 2:28 
Nevermind, in order to connect the Prog. Block to the cockpit is to go into the controlling block's "Custom Data" and then type in 'ControlBlock=(block)'
ThatBirbArtist 2023 年 1 月 26 日 下午 2:18 
I've been struggling to figure out why the prog. block keeps saying that there is "no control block found." If you can help, it'll mean worlds for me!
BraveCaperCat 2023 年 1 月 17 日 上午 8:49 
Why do you play KSP???
🅵🅴🅳=unprincipled 2023 年 1 月 12 日 下午 12:24 
ksp 2 soon!!!
splatman95 2023 年 1 月 10 日 上午 2:45 
Kerbal Space Engineers
Zox1e 2023 年 1 月 6 日 上午 2:49 
Can you make video to show how to use it?
G1gg1l3s 2022 年 12 月 27 日 下午 7:20 
JEB! DID YOU TURN ON THE SAS?

*ship falling on the launch pad after engine ignition*
Kenionatus 2022 年 12 月 21 日 上午 11:29 
@jb2018 Yup, retrograde means your (or rather your ship's) back side pointed to where you're going.
jb2018 2022 年 12 月 12 日 下午 4:48 
correct me if i am wrong, would this make "turn and burn" easier?
Gontarekt 2022 年 12 月 11 日 上午 11:12 
Thanks for making this, I remember months ago wondering if there was a script for exactly this, in particular an automatic retrogade, you've gone and done the full ksp setup!
SPIKE!! 2022 年 12 月 10 日 下午 2:37 
maybe ksp
Aventurine 2022 年 12 月 9 日 上午 5:20 
hm where do i know the logo from? XD
Zox1e 2022 年 12 月 8 日 上午 1:49 
I have the error

Error: No ship control block found.
But I set 'ControlBlock' to the name of my cockpit
ThePolishTech 2022 年 12 月 5 日 下午 12:27 
now we need to make a 25m/s burn... Wait bill thats retrograde!
lapis 2022 年 12 月 5 日 上午 10:40 
where is mechjeb2.0 ????????
Stingray13225 2022 年 12 月 4 日 下午 6:07 
@cress this is a script that you load in a programmable block that is meant for having easier times navigating in space (like being able to point your main engines the opposite of your velocity) its not a mod on its own just meant to help space travel
Cress 2022 年 12 月 4 日 下午 4:04 
Yea I was wondering if this game even had orbit mechanics... I'm pretty sure without other mods this won't do anything?
John 2022 年 12 月 4 日 下午 2:04 
does this work with the real orbits mod?
Scott 2022 年 12 月 4 日 下午 12:01 
Jeb approves of this mod
ijaxsonl 2022 年 12 月 4 日 上午 10:21 
is that a ksp reference?
MauseLoch9000 2022 年 12 月 4 日 上午 7:47 
How did this get featured by keen?! Anyway, nice script, I need this for my SE but Realistic world
DFPercush  [作者] 2022 年 11 月 21 日 上午 2:56 
Dang, I knew I should've added that muffin button.
supersquid2000 2022 年 11 月 19 日 上午 11:14 
No snacks? lol awesome job.