Opus Magnum

Opus Magnum

236 ratings
完全解 COMPLETE SOLUTIONS
By LUNA
注意:本人还是全日制在校大学生,zach一出新作,我几乎直接荒废了接下来的一周,现在我不得不去处理一下学业上的事情了,不能按时把指南更完真是令我痛心疾首。不过没得法,我会回来把它更完的,某天。仍然欢迎留言讨论解法!
NOTICE: I'm still a full-day undergraduated university student. I almost spend a whole week on the zach's new game, and now I have had to deal with the course that hunted me for long time. I'm sorry for that I couldn't finish the guide in time. But what can I do. I will come back and finish this guide, someday, I promise. Still, feel free to comment and discuss the solution with me. I will reply, someday.

本篇指南将为每道题提供至少一解(某些题附带吐槽),当然在优化的过程中也将不断更新。解分为三种便宜(C),迅捷(Q)和干净(N)(从字面上理解就好了),对应游戏里提供的三种衡量指标COST,CYCLE,AREA。在一个解中我比较喜欢专注于优化其中一项,不过也有是单解能达成多成就。
I shall give at least one solution to every puzzle(may be with my comment for some of them), and constantly update them when I found better solution. There are three types of solutions--C(HEAP), Q(UICK), N(EAT), in response to three index provide in game--COST, CYCLE, AREA. I prefer to focus on only one when I optimize the solution also sometimes a single solution can achieve multiple 'achievement'.
4
4
2
   
Award
Favorite
Favorited
Unfavorite
零.介绍 Introduction
Opus Magnums 和zach以往的游戏相比最明显的特点是,几乎每关都有一个非常明显可达到的理论最优解。这使我们的优化过程变得比较愉快。以这个教学关为例来看看是如何抵达最优解的。
Compared with previous games of zachtroincs, Opus Magnum always has a theoretical optimal solution for each three index--CHEAP, NEAT, QUICK, which make the optimization become a 'joyful' process. Here, use the tutorial level as an example.

便宜 CHEAP
基本上所有的谜题都能用一个操作臂解决,普通操作臂不行就上活塞臂,还不行就上轨道。所以最便宜的解就是只用一个臂的解(如果一定要用到活塞臂或者轨道,可能需要多斟酌一下)。
Basicly, every puzzle can be solved by only one arms, if it's not, use a piston, if it still doesn't work, then consider to add few tracks. So the find the cheapest solution is just to find out how to solve by only one arm (if it need tracks, you may need a second think).

干净 NEAT
下面没有垫东西的时候不要旋转枢轴,多用活塞,尽量紧凑排列,不要空挥机械臂。
Try not use pivots when the below are empty cells, use more pistons, arrange the components as compact as possible, try not rotate the arms over empty cells

迅捷 QUICK
弄清楚一件事,从INPUT里面取出元素的最大速率是每2TICK一个,需要2个机械臂,把所有的过程全部拆分,一个机械臂只做一件事:抓取,做事,复位。这样一来所有机械臂全部是4TICK的周期,大多数情况下可以得到最速解。
Just need to know one thing, the max speed to can pull elements from an input is 1 per 2 ticks. So you need to resolve the process, let a arm do only one thing: grab, do somthing, reset. Then all the arms has a 4 ticks loop, in most condition you can get the quickest solution.
一.帝国大学 Imperial University
1.稳定的水元素 Stabilized Water
C&N
Q
二.范塔森家族 House Van Tassen
2.精炼金 Refined Gold
C&N
Q
3.散粉 Face Powder
C&N
和稳定的水元素一样。
The same as Stabilized Water.
Q
4.防水密封剂 Waterproof Sealant
C
N
Q
5.宿醉疗药 Hangover Cure
C
N
Q
6.飞船燃料 Airship Fuel
C
N
Q
7.精密机油 Precision Machine Oil
C&N
Q
8.健康补药 Health Tonic
C
N
Q
9.持久力药水 Stamina Potion
C
N
Q
三.科尔文家族 House Colvan
10.发用产品 Hair Product
C
N
Q
11.火箭推进剂 Rocket Propellant
C
N
Q
12.失能迷雾 Mist of Incapacitation
C&N
Q
13.爆炸小药瓶 Explosive Phial
C
N
Q
14.护甲细丝 Armor Filament
C
N
Q
15.勇气药水 Courage Potion
C
N
Q
16.投降信号弹 Surrender Flare
C
N
Q
四.下游住宅区 The Downriver Quarters
17. 酒精分离 Alcohol Separation
C
N
Q
18.净水器 Water Purifier
C
N
Q
19.密封溶剂 Seal Solvent
C
N
Q
20.登山绳纤维 Climbing Rope Fiber
C
N
Q
21.温暖补药 Warming Tonic
C
N
Q
22.活物感应药水 Life-Sensing Potion
C
N
Q
39 Comments
棱镜 26 Mar @ 9:55pm 
perfect:steamthumbsup:
Cirno 3 Oct, 2024 @ 5:20am 
太优美了,我玩了个寂寞
氧化汞HgOlivere 16 Jul, 2024 @ 6:52am 
2024年前来催更
Recursion 22 Jun, 2024 @ 10:48am 
膜拜
Kelin 19 Dec, 2023 @ 11:59am 
飞船燃料23Cycle [mjj.today]
Shrimp Simp 15 Jun, 2022 @ 1:00am 
SHEN SHEN DECK
恐龙须面 15 Oct, 2021 @ 5:22pm 
下面是我对这个游戏里面最快方案的看法,实际上在现实生活中,只要能充分利用原料的理论最高速度(就是2 circle/原子)当整个流水线满负荷时就已经是最快周期了,游戏中之所以会有区别是因为它只算了从0到6个产物的总时间,其实这算不上circles(周期)真正应该的算法,他这样算考虑到了流水线整个从空载到满载的时间。当然,游戏规则就是这样没办法,另外流水线也确实有必要在快速满载上优化。
然后就是其他人说的,我现在只玩到第一章,确实在新手关和第一章有着几个解法能达到更小的circle,这主要是当原子在机械臂之间交接时会造成抓放导致的1 circle的延误,当然我觉得作者不是不知道,是懒得更新了哈哈,毕竟学业是越来越重的:burosob:
以后遇到不会的就来看看喽!
恐龙须面 15 Oct, 2021 @ 5:21pm 
这游戏昨天打折,作为一个刚刚独立生活的大学生终于可以把这款觊觎已久的游戏给买下来了!:marijaspeechless:然后我的想法和作者一模一样,也想分成三种解决方案来玩!(其实一开始想做成6种,就是在最小条件下最省,最小条件下最快,最省条件下...,最快条件下...;结果发现前几关勉强能玩,第一章中后脑子就不够用了。。。麻了:marijacooing:
The Fifth Horseman 3 Jul, 2021 @ 9:10am 
If you bond the molecules before calcifying, that 15 cycle water solution can be done with 220g (you only need one loop and only two arms on the other side)
cooldude772 20 Dec, 2020 @ 12:39pm 
stabilized water done in 15 cycles https://giphy.com/gifs/NB4NF7K7Hpw527seWV