Talk:Portables Connector: Difference between revisions
Discussion page of Portables Connector
More actions
No edit summary |
ty |
||
| Line 1: | Line 1: | ||
It appears to me that the Portables Connector has no internal volume. Where that 100L number came from? I'm seeing it for long time everywhere. [[User:Legolegs|Legolegs]] ([[User talk:Legolegs|talk]]) 12:53, 28 March 2026 (UTC) | It appears to me that the Portables Connector has no internal volume. Where that 100L number came from? I'm seeing it for long time everywhere. [[User:Legolegs|Legolegs]] ([[User talk:Legolegs|talk]]) 12:53, 28 March 2026 (UTC) | ||
----- | ----- | ||
Not sure, could be an older implementation of it. | :Not sure, could be an older implementation of it. | ||
Its code running every atmospherics tick checks if there's a ''PortableAtmospherics'' implementer in its tank slot. | :Its code running every atmospherics tick checks if there's a ''PortableAtmospherics'' implementer in its tank slot. | ||
If not, it aborts early without doing anything. | :If not, it aborts early without doing anything. | ||
If it does, it checks if there's a gas pipe connected and not waiting for a blocking atmospheric event to complete. If it passes that check, it mixes gas contents betwen the gas pipe network and the PortableAtmospherics's internal atmosphere. | :If it does, it checks if there's a gas pipe connected and not waiting for a blocking atmospheric event to complete. If it passes that :check, it mixes gas contents betwen the gas pipe network and the PortableAtmospherics's internal atmosphere. | ||
Then it does the same check, but with the liquid pipe and liquid contents. | :Then it does the same check, but with the liquid pipe and liquid contents. | ||
There's no 100 involved anywhere, not even in the ''StructurePortablesConnector'' prefab. Maybe one of the PortableAtmospherics implementers had a 100L volume at some point. | :There's no 100 involved anywhere, not even in the ''StructurePortablesConnector'' prefab. Maybe one of the PortableAtmospherics implementers had a 100L volume at some point. | ||
I'd say removing references to the portables connector having a 100L volume should be safe now. | :I'd say removing references to the portables connector having a 100L volume should be safe now. | ||
-[[User:RA2lover|RA2lover]] ([[User talk:RA2lover|talk]]) 21:09, 28 March 2026 (UTC) | :-[[User:RA2lover|RA2lover]] ([[User talk:RA2lover|talk]]) 21:09, 28 March 2026 (UTC) | ||
----- | ----- | ||
::Thank you for the clarification. I did the edits. [[User:Legolegs|Legolegs]] ([[User talk:Legolegs|talk]]) 10:39, 29 March 2026 (UTC) | |||
Latest revision as of 10:39, 29 March 2026
It appears to me that the Portables Connector has no internal volume. Where that 100L number came from? I'm seeing it for long time everywhere. Legolegs (talk) 12:53, 28 March 2026 (UTC)
- Not sure, could be an older implementation of it.
- Its code running every atmospherics tick checks if there's a PortableAtmospherics implementer in its tank slot.
- If not, it aborts early without doing anything.
- If it does, it checks if there's a gas pipe connected and not waiting for a blocking atmospheric event to complete. If it passes that :check, it mixes gas contents betwen the gas pipe network and the PortableAtmospherics's internal atmosphere.
- Then it does the same check, but with the liquid pipe and liquid contents.
- There's no 100 involved anywhere, not even in the StructurePortablesConnector prefab. Maybe one of the PortableAtmospherics implementers had a 100L volume at some point.
- I'd say removing references to the portables connector having a 100L volume should be safe now.