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
Use https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2073024104
and my "new" modular system
What problem are you having compiling? You should be able to load the project and compile it.
I have tons of blueprints (and scripts). Too many, really. Which one needs to be updated?
I tried your Orbital Rocket example blueprint. Nothing compiles in the PBs there either.
Oh well. I guess you don't maintain this stuff anymore it seems.
I am looking for a better autopilot for planets without having to start-from-scratch on my own. I see your example Quad Miner is for space only. Do any of your scripts improve on autopilot on planets?
Example, I have a large ship that Keen's autopilot cannot handle. It will not control the altitude. It sits at about 300m above or something and won't descend. The ship has ion, hydro and atmo thrusters. I turn atmo off, the autopilot starts descending, full force right into the ground. It sucks.
I don't have any GPS points to see where you where sending a craft.
Can you provide a little more information? DM is fine.
Can you send me the world so I can see what's going on?
When I give it a W it either rolls wildly or rocks from side to side without moving toward the target.
This is on the moon with ion only thrusters.
I am only using NAV and main.
I tested the gyro using the overrides and they react as expected, after I zero the roll that this script had left at -60
That's both a feature and a bug.
I'll add mode/fixes to make it be more exact.
If you're doing to/from space, take a look at my Orbital Launch/Descent scripts.
I don't have a REAL fix in progress yet that would make it move up/down.
Fixes?
To allow any speed without collision detection, set
AllowBlindNav=true
Setup is: S 350;D 25; W <data>
Target Velocity is still set to 5, for some reason.
It tracks properly to the Waypoint, but wont go over 5 m/s
I'll do some testing a little later today.
The commands are processed in order. The speed and distance need to be set BEFORE the waypoint.
I went up 350 meters and am attempting again. I set it to the W (data); S 350; D 25
Checked the programmable block upon activation, it says target velocity 5, current velocity 1.
Does the nav block need to have all the instructions written after it if i use the programmable block from my hot bar with the arguments written into it?
Check NAVGravityMinElevation in CustomData.
You can set it to -1 to turn off elevation checking.
Setup is:
Cockpit: (Nav: NAV D 1;W 1028690.07,67896.28,1634124.34)
Programmable block in hotbar: Run with Argument: D 1; W 1028690.07,67896.28,1634124.34