Stationeers

Stationeers

평점이 부족합니다.
Automated Farm V1 (IC10)
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
파일 크기
게시일
업데이트일
460.546 KB
2025년 10월 17일 오전 4시 25분
2025년 10월 23일 오전 1시 26분
업데이트 노트 3개 (보기)

다운로드 위해 구독하기
Automated Farm V1 (IC10)

설명
Automated Farm V1.2 (IC10)
  • Automated management of harvests, seeds, and fertilizer
  • Automatic UV lighting alternation
  • Precise control of gas pressure and filtration system
  • Ability to mix two types of gas

Update after: v1.0
  1. Planting priority : forces the arm to plant the seeds as a priority
  2. Loading issues: if you load a world where the arm was extended during the save

World Save:
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3591977943

Configuration:
  • "Filtration":
    1. d0: IC Housing
    2. d1: Chute Digital FlipFlop Splitter (Left or Right) (Optional)
  • "Air Conditioner":
    1. d0: inDoor (Advanced Airlock) (Optional)
  • Hydroponic Devices: Name them as you wish, but the order must follow the linked rail station in the stack list (e.g., "1", "2", "3", ...)
  • Chute Import Bin: Name it "Drop"; it must be the third-to-last station on the rail
  • Chute Export Bin: Name it "Pick"; it must be the second-to-last station on the rail
  • Chute Export Bin: Name it "Fert"; it must be the last station on the rail
  • (Advanced Airlock): Name the two doors and the two Active Vents (e.g., "inDoor", "outDoor", "inVent", "outVent")
Everything is explained in the map using signs.

Usage: Farm (Filtration)
  • IC Housing + IC10: Contains the code {Stack List} (see below)
  • Filtration + IC10: Contains the code {Main Code} (see below); manages the robotic arm and uses two gas filters
  • Air Conditioner + IC10: Contains the code {Farm Atmosphere Management} (see below); manages atmosphere, pressure, filtration, and temperature
  • LArRE Dock (Hydroponics): Turn it on and configure the Linear Rail stations; LArRE Dock is station 0
  • Hydroponic Devices: Place them below each rail station between LArRE Dock and the Chute Bin "Drop"
  • Chute Import Bin: "Drop" — exports harvested plants and seeds (third-to-last rail station)
  • Chute Export Bin: "Pick" — imports the last exported seed for plants that do not regrow (second-to-last rail station)
  • Chute Digital FlipFlop Splitter (Right or Left): Splits seeds of non-regrowing plants into the green chute "Pick"
  • Chute Export Bin: "Fert" — imports fertilizer (last rail station)
  • Daylight Sensor: Always place it on the ceiling; it measures time to activate Grow Lights. 24h = (3h dark, 5h light) × 3
  • Grow Light: Essential for plant growth 😉 (1 light per 4 Hydroponic Devices recommended)
  • Lever: Forces all Grow Lights to remain off

Usage: Environment (Air Conditioner)
  • Gas Mixer: Add your own gas mix; set to 100 or 0 if using a single gas (default: 95% CO₂ / 5% N₂)
  • !!!Filtration!!!: put filter of used Gas (ex: filter CO₂ and filter N₂)
  • Pipe Analyzer (Gas): Prevents Gas Mixers from causing explosions (automatically locked)
  • Pressure Regulator: Distributes mixed gas into the room (automatically locked)
  • Back Pressure Regulator: Evacuates excess gas; (default: 75kPa)
  • Flashing Light: Activates if a Filtration gas filter is empty or if the inDoor ((Advanced Airlock)) is open

Tips:
  • Additional systems are available on the map: Advanced Composter Management, Air Conditioner Cooling System, ...
  • Make sure to select the correct source on the computers or use a laptop
  • Be careful: if the inDoor is open, gas will no longer be added
  • Remember to keep your water at room temperature
  • To place a Kit (Atmospherics) in the air, you must first place a frame
  • The Farm Atmosphere Management is optional if you prefer to manage the environment manually but filtration is disabled


Air Conditioner:
  • Manages atmosphere, pressure, filtration and temperature
Code: Farm Atmosphere Management

IC Housing:
  • list of all your Hydroponic Devices names
#by la Chaise 28-09-2025 (IC Housing) clr db # Reset Stack to 0 # list of your Hydroponics Device [Name] # each line = rail station num # I have never tried more than 24, but I think # that after 40-50 arm struggles to manage # if your erase all comments you can try with 127 push HASH("1") # rail station 1 push HASH("2") # rail station 2 push HASH("3") # ... push HASH("4") push HASH("5") push HASH("6") push HASH("7") push HASH("8")

Filtration:
  • Automated farm management of harvests, seeds, and fertilizer
(this IC10 view file)