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
when ship has a cryo chamber it stops working
Thanks again for making such a cool script.
I have the same question as R5Dad though. I can get it to work with cockpits but not control seats. Tried adjusting setting to false as you recommended but still doesn't work. I set control seat to main and also tried adding !main to the title. Still nothing.
Really excited to get this to work! Thanks!
I fixed the Governor more now it should no longer accelerate uncontrollably when you fly in more then 1 direction!
There is some weird accelerations happen sideways when in governor mode it ignores max
speed and speeds up until i release buttons
Same thing I notice here while tilting down or up the speed is not correct but only when I get level, so I cannot really use this at any angle for a given governor speed whic is annoying a bit.
const float MULTIPLIER = 1.5f;
(line 103 in the programming block) and change it to something smaller like
const float MULTIPLIER = 0.5f;
(this is just a number with an f at the end, you could set it to any value you want but smaller is less sensitive). If that doesn’t work you can also try adjusting the dead zone, it’s the line that looks like this
const float deadZone = 0.0f; try setting it to 1.0f.
Recompile and one time run a mode in the programable block itself fix it. After that it also accept the commands from the toolbar. ;o)
Anyway... I have problems to use it on dedicated Server. Is there any workaround? He said to me "No Data in MP" =(
By the way today the script went back to normal.
Good news, I looked at the code again and it turns out my understanding was wrong for what happens when the player leaves the cockpit. Now even when the player leaves the cockpit/remote control the script will continue updating the speed. This means if you change exit seat to false the ship will continue to try and maintain speed!
I haven't been able to recreate the issue with big ships, could you blueprint the ship and send me a workshop link? (if you get the image to large error take a screen shot of the ship really close up with as little detail as possible)
Do you think it's worth checking ?
Thank you