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
Add a docking port and a hatch with buttons to the main sub and the shuttle..
On the shuttle wire the shuttles command terminal toggle_dock to the shuttles docking port toggle_state.
For a backup so not to undock without the doors being shut wire the shuttles command terminal toggle_dock to a signal component input with target=1 true=0 false=(leave blank).
Wire the signal components output to the shuttles hatch set_state, then wire the signal component into a wifi component input.
On the main sub add a wifi component and wire the output to the main subs docking hatch set_state.
Make sure both wifi are the same channel.
This will send a signal to both hatches to close if any are open when you undock, it wont lock the doors to any state so you can still open/close them yourself.
It wont automatically open the hatches when the shuttle is docked.
Its better to have them closed in-case of flooding while docked anyway.
This OR gate outputs to the lower AND gate, which does open the hatch, but also detaches the shuttle (presumably the AND triggers the DELAY gate which then changes the Docking Hatch status).
So now I need to figure out how to not trigger the DELAY gate.
Surely, it shouldn't be this complicated to build an override for the hatch when the shuttle spawns attached to the sub. Presumably, the issue is that the hatch won't open because the sub never "docked" and thus the navigational terminal hasn't pressed toggle docking to trigger the states to change - but you can't get onto the shuttle to do this when it spawns at start of a round lol.
This sounds like it might work! I will give it a go laters :D
On the shuttle wire the docking ports power to a relay power input then the relay power output to the shuttles power system.
This creates a one way power system to power/charge the shuttle.
Also to prevent power spikes with batteries add this to each battery on both sub and shuttle.
Wire the battery charge % out to a subtract component input 2.
A Memory component set to 100 to the subtract component input 1.
Subtract component output to a multiply component input 1.
A Memory component set to 10 to the multiply component input 2.
The Multiply component output wired to the battery set_charge_rate input.
Set the Multiply component to clamp min=0 max=100.
The batteries will reduce the charge rate slowly between 90%-100% preventing reactor over-volt power spikes.
You sir are incredibly helpful; this was also an issue I was having trouble with. I had set up a battery array as follows;
Reactor --> 1st JB --> Relay (switched on) --> battery (x5) --> Relay (switched off) --> fed back to the second JB.
Each relay was wired to the Navi Terminal via the Toggle State pin - so when I wanted power the Captain hits the button on the terminal for the Battery Array which toggles the 1st relay off (stops feeding power to the batteries) but toggles the 2nd relay on so that it connects to the 2nd JB.
Seemed to work ok, but the batteries started to get fried. Presumably once they were fully charged the load dropped but power was slower to fall away, thus over voltage.
Going to have a play around with it again - was also trying to build in levers which could shut down certain juncton boxes if i needed to conserve power etc. Used relays infront of the JB, with a wired lever, but it just didn't work. Now i know that relays should never be in front of a JB but always behind...
Just gave the above a go and it still don't work... not sure what I am doing wrong.
It may be this bit that I am getting wrong -
"For a backup so not to undock without the doors being shut wire the shuttles command terminal toggle_dock to a signal component input with target=1 true=0 false=(leave blank).
Wire the signal components output to the shuttles hatch set_state, then wire the signal component into a wifi component input.
On the main sub add a wifi component and wire the output to the main subs docking hatch set_state.
Make sure both wifi are the same channel."
I am using the signal check component, with Target=1 and false being left blank, but there is no True option, only the Output option. Is that what you meant? Didn't seem to work either way.
With the wifi component, presumably I wire the signal check components "signal out" to the wifi components input? So the Signal check will have two wires to its one "signal out" - one to the hatch set_state and the other to the wifi input?
I have been there with that gap thing just have to move the docking ports into the hull rooms a but more.