异形工厂2

异形工厂2

评价数不足
Task 24 - Building a Helper
由 TheOrigin 制作
How to solve Task 24.

Full guide and build codes.
2
   
奖励
收藏
已收藏
取消收藏
Inputs
In order to solve Task #24 you need 4 different inputs:

- star
- diamond shape
- circle
- blue color


how it works
You need to stack the pins as the 4th layer on top of a shape which is already 3 height. Thus eliminating the 5th layer, revealing and leaving the 4th layer (the pin) on top.


[/screenshot
Step 1 - blue star
- paint the star blue
Step 2 - cut blue star
- cut blue star in half
Step 3 - paint blue diamond
- paint the diamond blue
Step 4 - cut and pin blue diamond
- cut the diamond in half
- put pins under it
Step 5 - stack layer 1 and 2
- stack layer 1 and 2
Step 6 - stack layer 1/2 and 3
- stack layer 3 onto the newly build double layer
Step 7 - paint blue circle
- paint blue circle
Step 8 - cut blue circle
- cut blue circle in half
Step 9 - creating pins
This is the important part:
- pin the circle 4 times making it 4 layers high. Any excess layers above 4 get destroyed when stacked on top of each other. This information can also be found in the ingame help. In fact you can use ANY shape to do this step - hell even stack 4 pins on top of each other. Only matters that there are pins on the bottom layer before going into the next step.

Step 10 - stack half blue circle
- stacking the half blue circle onto the lower part, completing the shape

Step 11 - stacking pins onto upper part
- stack the newly created part onto the former build 3 layers which leaves only the pins on top

full setup code
This is code for a whole setup - its not optimzed for throughput - but shows the whole process

Since the code is to long for steam - i have created a google docs page here. Simply copy the code and paste it (Ctrl+V) into the game.
https://docs.google.com/document/d/1Xzm8QD4mPQXYh5_5L9e9MZe-JbogTN45J30pQMz3zl8/edit?usp=sharing
outro
Congratulations! You now have a helper for your further tasks =)



- you may have a look into my other guides:

https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3312075742
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3311102101
13 条留言
sheld9n 11 月 12 日 下午 9:41 
此留言正在等待我们的自动内容检查系统分析。在我们证实其内容无害之前(例如试图窃取信息的钓鱼站点链接),留言将暂时隐藏。
sheld9n 11 月 12 日 下午 9:35 
此留言正在等待我们的自动内容检查系统分析。在我们证实其内容无害之前(例如试图窃取信息的钓鱼站点链接),留言将暂时隐藏。
IRISKA 8 月 30 日 上午 7:06 
@TheOrigin, I have won 24 tasks. But thanks anyway!
TheOrigin  [作者] 8 月 30 日 上午 5:51 
@IRISKA - yes - they messed up ALL BLUEPRINTS with version 1.105 and later.
Have to replace/rework it one day.
IRISKA 8 月 30 日 上午 5:21 
The template doesn't work, the game writes an error when trying to insert the template
jotada_63 2024 年 11 月 28 日 下午 3:46 
@TheOrigin,i finally got it lol, Thanks
TheOrigin  [作者] 2024 年 11 月 27 日 下午 12:46 
just copy the whole code and paste it directly into the game by pressing Ctrl + V
jotada_63 2024 年 11 月 27 日 下午 12:04 
@TheOrigin, How to copy whole code in to game?
xboxgopz 2024 年 8 月 21 日 下午 9:40 
thank you, recently edit are work :steamthumbsup:
TheOrigin  [作者] 2024 年 8 月 21 日 上午 6:42 
You are right, there was a flaw in the last two steps - was too late when i created it :steamfacepalm: Thanks for pointing that out. Should be fixed right now - also simplified step 9.
Give it a try - inputs and everything else are the same, its only 1 square longer now.