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
Go to the function just before the right front and back rotation and change the last 2 numbers FROM: -0.15,0.5 TO: -0.5,0.15
Hope this helps.
I've already looked at the clamps as previous discussions have stated but nothing is working.
i know ive set it up correctly as ive gone threw 15 iterations of my design to compensated for everything you stated in your video with endo. the only issue now is the uneven turning
change the function before out put of right rotation to
clamp(-x-(y/(clamp(abs(z)*10,1,10))),-0.25,0.25)
and for left rotation:
clamp(-x+(y/(clamp(abs(z)*10,1,10))),-0.25,0.25)
for some reason you spin if you reverse too quickly and this may take some tweaking mainly of the -0.25,0.25 at the end if your engines are rotating too far or not far enough
I only have one issue that keeps occurring which is when I'm picking up speed the control surfaces at the front move on their own forcing my VTOL to roll and become out of control. was just wondering what your opinion would be on that?
thank you again for the great MC
I neglected to clarify that in addition to being inverted they were also uneven at full forward thr. (Left: +0.19, Right: -0.15). To confirm, I set the vtol up utilising the the symmetry glitch and your original MC and got the same sharp right turn problem.
Moving the '-' sign makes them even.
Compensating for inverted nozzles is one issue. This is a separate issue, that it would appear many people are running into.
Let me know if you need me to elaborate any further.
And make sure stormworks gets the function correctly. In mine, the typing cursor would be in one spot but it would actually be putting characters a few spaces to the left. pretty bad bug.
I think I've identified the issue the commenters are having here. In the version of the controller I downloaded, when stationary I noticed the right side rotation values were going negative when forward throttle was applied, the left values were positive as they should be.
The fix is in the last function leading to the right rotation output boxes. Move the negative sign from the x variable to the y variable.
Such that "clamp(x+(-y/(clamp(abs(z)*10,1,10))),-0.15,0.5)" and not "clamp(-x+(y/...".
With this method the indicated nozzle orientations perform as expected with no inverters.
Hope this helps people experiencing the same issue.