Puzzle Guide: Blue Luminous Sector

From Star Stuff Wiki
Jump to navigation Jump to search

Note: This puzzle guide is adapted with permission from Sparky's Full Puzzle Solutions Guide on Steam

4.1: Branching

[edit | edit source]

4.1.1: Crate Sort

[edit | edit source]

Code:

1. pick up at: A position
2. if holding: crate
  3. drop at: C hopper
4. if not holding: crate
  5. drop: B hopper
6. jump to: step 1.

Solution:

Cross the bridge when the Grabber Bot finishes performing its actions.

4.1.2: Turnstile

[edit | edit source]

Code:

1. wait for: C switch
2. turn: clockwise
3. if lasering: aerogel
  4. turn: clockwise
5. if lasering: crate
  6. turn: clockwise
  7. turn: clockwise

Solution:

Place the aerogel below the Laser Bot, and the crfate to its left. Then flip C switch and wait on the Air Bump.

4.1.3: Cargo Shift

[edit | edit source]

Code:

1. pick up at: C position
2. if holding: aerogel
  3. drop at: B crate pad
4. drop at: D air bump
5. go to: A button

Solution:

Once the Grabber Bot places the aerogel in B crate pad, place the crates in the Hopper until the bridge is lit.

4.1.4: Code Cracker

[edit | edit source]

Code:

1. wait for: A switch
2. if B target is on
  3. jump to: step 9.
4. pick up at: D position
5. wait for: B target
6. if C target is on
  7. jump to: step 9.
8. drop at: E crate pad

Solution:

Pick up the crate in front of C target, and place it in front of B target blocking the laser. Then pick up the crate in front of A target, place it in front of C target, and pick up the crate in front of B target.

4.1.5: Dropship

[edit | edit source]

Code:

1. pick up at: C position
2. drop at: D air bump
3. go to: A button
4. if E hopper is off
  5. jump to: step 1.
6. go to: B button

Solution:

Load the Hopper as the Grabber Bot launches crates to you. Cross the bridge once it’s done and stands on B button.

4.1.6: Discard

[edit | edit source]

Code:

1. pick up at: B position
2. if not holding crate
  3. drop at: A position
4. drop at: C hopper
5. jump to: step 1.

Solution:

Wait for the Grabber Bot to finish loading C hopper. Once the bridges are lit, stand on B position and get carried to A position, then head to the goal.

4.2: Monitoring

[edit | edit source]

4.2.1: Wait for Me

[edit | edit source]

Code:

1. if lasering target
  2. turn: clockwise
3. jump to: step 1.

Solution:

Simply walk in front of the laser as needed to turn the Laser Bot. Grab the crate, place it in the crate pad, and head back towards the goal.

4.2.2: Laser Activator

[edit | edit source]

Code:

1. if lasering target
  2. turn: clockwise
3. jump to: step 1.

Solutione:

Grab the aerogel and place it on the position by the Target. Pick up the crate, and carry it towards the elevator, passing it in front of the laser. Ride the elevator up, and place the crate in the crate pad.

4.2.3: Persistence

[edit | edit source]

Code:

1. pick up at: B position
2. drop at: C position
3. if not holding: Mija
  4. pick up at: C position
  5. jump to: step 3.
6. drop at: B position

Solution:

Stand on B position and get carried to C position. Pick up the crate, return to C position, and get carried back to B poisition. Put the crate in the crate pad.

4.2.4: Bot Crossing

[edit | edit source]

Code:

1. wait for: B crate pad
2. go to: C position
3. if B crate pad is off
  4. go to: A button
5. jump to: step 3.

Solution:

Place the aerogel in B crate pad and run to the elevator before the Laser Bot melts it.

4.2.5: Orbital Beam

[edit | edit source]

Code:

1. if not lasering target
  2. turn: clockwise
3. jump to: step 1.

Solution:

Pick up one crate and place it on the Air Bump. Pick up the other crate and pass in front of the laser to get the Laser Bot to turn and launch the crate. Pass in front of the laser again, and run to the Air Bump to launch yourself with the other crate. Place one crate in the crate pad to light the bridge, and the other crate on the middle tile of the bridge. Pick up the crate in the crate pad, then immediately put it back down and run to the elevator.

4.2.6: Get Set, Go

[edit | edit source]

Code:

1. if lasering crate
  2. jump to: step 1.
3. turn: clockwise

Solution:

Simply pick up the crate, run to the elevator, and drop the crate in the crate pad.

4.2.7: Improvised Wait

[edit | edit source]

Code:

1. pick up at: C button
2. drop at: H air bump
3. go to: B button
4. if A button is off
  5. jump to: step 3.
6. jump to: step 1.

4.2.8: Retrieval

[edit | edit source]

Code:

1. if F switch is off
  2. go to: A button
  3. go to: B button
4. jump to: step 1.

Solution:

Run to the Air Bump to get launched to the right side. Grab the crate, run to the Air Bump, and get launched back to the left. Wait until the Walker Bot is walking right towards B button, past the bridge, and flip F switch. Place the crate in the crate pad, flip F switch, and run to the Air Bump. Head towards the goal after getting launched.

4.2.9: Boxed In

[edit | edit source]

Code:

1. if A crate pad is on
  2. pick up at: A crate pad
  3. pick up at: A crate pad
4. if A crate pad is off
  5. drop at: A crate pad
6. step 1.

Solution:

***This one I would love some commentary on because my solution only sometimes works.***

I place the crate in A crate pad, and then place the aerogel in the A crate pad while the Grabber Bot is lifting the box. This allows me to go to the Air Bump, flip the Switch, and head towards the upper Air Bump. However, placing the aerogel only sometimes causes the Bot to wait holding the box, allowing me to reach the goal, but other times the Bot gets confused trying to put the box back down, and breaks down. Makes it feel like this is potentially cheese, so I would love to know if anyone else has a different solution.

4.3: Parallel Processing

[edit | edit source]

4.3.1: Crate Distinction

[edit | edit source]

Code:

1. pick up at: C position
2. if holding crate
  3. drop at: A crate pad
4. if holding aerogel
  5. drop at: B crate pad

Solution:

Simply wait for the Grabber Bots to finish placing the crate and aerogel in the crate pads, then cross the bridge to the goal.

4.3.2: Split Decision

[edit | edit source]

Code (Grabber Bots):

1. pick up at: C position
2. if holding aerogel
  3. drop at: B crate pad
4. if holding crate
  5. wait for: B crate pad
  6. drop at: A crate pad

Code (Laser Bot):

1. wait for: A crate pad
2. turn: counter-clockwise

Solution:

Wait for the Grabber Bot to place the aerogel and head to the elevator. The elevator will lower once the Laser Bot melts the aerogel. Cross the bridge to the goal.

4.3.3: Backspin

[edit | edit source]

Code:

1. turn: counter-clockwise
2. if not lasering target
  3. turn: clockwise
  4. turn: clockwise

Solution:

Head straight to the elevator and ride it up to the goal.

4.3.4: Mind the Gap

[edit | edit source]

Code:

1. go to: A button
2. if B button is off
  3. go to: B button

Solution:

Wait for the second Walker Bot to reach A button, then cross the bridge to the goal.

4.3.5: Reverse Engineer

[edit | edit source]

Code:

1. wait for: A hopper
2. if lasering crate
  3. turn: clockwise
4. if lasering crate
  5. turn: clockwise
6. wait for: A hopper
7. if lasering crate
  8. turn: counter-clockwise

Solution:

Pick up the crate by the topmost Laser Bot, and place it just above the middle Laser Bot, so the top Laser Bot is still lasering the crate and the crate is at the middle Laser Bot’s 12 o’clock. Take the crate from the lower Laser Bot, and place it in A hopper. This will cause the top Bot to turn clockwise and the middle Bot to turn twice. Take one crate and place it in front of the bottom Laser Bot’s laser, and place the other crate in A hopper, causing the bottom Bot to turn counterclockwise towards the Target. Place the final crfate in the Hopper and head towards the goal.

4.3.6: Infiltrate

[edit | edit source]

Code:

1. turn: clockwise
2. if lasering target
  3. wait for: A button
4. jump to: step 1.

Solution:

Cross the first bridge once lit, step on A button and cross the second bridge once lit. Pick up the crate, place it on A button then head to the goal.

4.3.7: Holding Junction

[edit | edit source]

Code (Grabber Bot):

1. pick up at: C position
2. go to: D position
3. if not holding aerogel
  4. go to: A button
5. if holding: aerogel
  6. go to: B button

Code (Laser Bot):

1. turn: clockwise
2. wait for B button
3. turn: clockwise

Solution:

Simply wait at the elevator while the Grabber Bots finish their tasks.

4.3.8: Three Points

[edit | edit source]

Code:

1. wait for: B target
2. if lasering crate
  3. turn: counter-clockwise
4. if not lasering target
  5. turn: clockwise

Solution:

Remove the crate from in front of the lower left Laser Bot, and set it aside. Remove the crate from the center Laser Bot and head up to the goal.


Next: Red Giant Room