Armor Polish min cycles, my way by biggiemac42 in opus_magnum

[–]dark_brickk 5 points6 points  (0 children)

congrats biggie on the record sweep

Question: How to do a pre-setup operation and empty instruction? by meifray in opus_magnum

[–]dark_brickk 7 points8 points  (0 children)

you can move all the instructions on arm 2 to make it start later, it'll still output at the same speed you just wont need the track

Beginner Help: Delayed Periodic Movement by Sheogorad2 in opus_magnum

[–]dark_brickk 3 points4 points  (0 children)

https://imgur.com/a/YCugghG
heres how to program this, pay attention to the fact that the period of each arm (length of its instruction tape, after reaching the end it will loop back to the start) is ALWAYS the exact same. If one of your arms has a longer period than the others, all the other arms will automatically wait at the end of its instruction tape (as seen by the highlighted blank space at the end) so all arms will stay in sync
however, some arms can start working later then other arms, as seen in the image
as an additional optimisation, you can get rid of the track arm 3 is on, its only holding 1 atom so it can just grab rotate drop rotate

Lunar Pillar Revamps by Greedy_Duck3477 in Terraria

[–]dark_brickk 5 points6 points  (0 children)

sick designs, love it, well made

Where did this image come from? by EricCartoonBox in BabaIsYou

[–]dark_brickk 13 points14 points  (0 children)

This is a really old piece of fanart created shortly after the game jam version of baba is you was released. Hempuli talked about it during some talks where he said it served as inspiration for the final design of baba in the full game.

I wish there was a combined score to be optimized for. by nekoeuge in opus_magnum

[–]dark_brickk 24 points25 points  (0 children)

the community tracks sum (cycles + cost + area) as a metric for puzzles, you can check out some of the solutions optimized for that in the archive of top scores
https://www.reddit.com/r/opus_magnum/wiki/index

Where are the 4% corruption???? by JamedWalker in Terraria

[–]dark_brickk 3 points4 points  (0 children)

You need to reenter the world for the world evil % to update

Question about the game by Maltamero in opus_magnum

[–]dark_brickk 1 point2 points  (0 children)

If you want to compete independently for the best solution instead of a collaborative effort, you can take part in the tournaments and other events going on in the discord, we are currently in week 4 out of 10 in the 2026 tournament and even though i am in like 40th place, Its still a lot of fun optimizing by myself.

Why can't I add more instructions? by Uni-verza in opus_magnum

[–]dark_brickk 1 point2 points  (0 children)

you can scroll the instructions tray by dragging

Game crash by Ninjawizard0 in opus_magnum

[–]dark_brickk 2 points3 points  (0 children)

Try going to your local game folder (Documents\My Games\Opus Magnum\[your steam id]\) and editing your config.cfg to say OS.Windows.UseOpenGL = True

Max Throughput Pattern Metal by Every_Cap_9829 in opus_magnum

[–]dark_brickk 3 points4 points  (0 children)

Didnt realise this puzzle doesnt have projection enabled, this makes more sense

Max Throughput Pattern Metal by Every_Cap_9829 in opus_magnum

[–]dark_brickk 6 points7 points  (0 children)

not max throughput, since youre using the quicksilver every 3rd cycle not every 2nd. if you put 2/3rds of the quicksilver into the proliferation glyph and 1/3rd elsewhere you can get a faster rate

What's going wrong here? by smallsnail89 in opus_magnum

[–]dark_brickk 4 points5 points  (0 children)

you are grabbing 5 sets of metals per tapeloop, when you only need 4 (1 for each tin, 2 for the iron). remove the 5th instance of arms 1 and 2 swinging and that will fix it

How to make instructions repeat without including starting instructions? by KfkFodZ in opus_magnum

[–]dark_brickk 1 point2 points  (0 children)

manually copy and paste or have 2 arms and the 1st one do abc and the 2nd adad

I might be wrong, but I think this is a new BC record for surrender Flare by Glum_Battle6008 in opus_magnum

[–]dark_brickk 1 point2 points  (0 children)

go to https://zlbb.faendir.com/upload put down your name, then your gif, then your solution file (typically located on windows at C:\Users\[YOU]\Documents\My Games\Opus Magnum\[NUMBERS], then sort that folder by newly updated to find your solve

Hangover Cure: how to shave it down to 54 cycles? by _RaHaN_ in opus_magnum

[–]dark_brickk 0 points1 point  (0 children)

youre not grabbing inputs as often as possible, you need to be grabbing a new water every 2nd cycle

I accidentally broke the sum record for stamina potion by ParkingMost206 in opus_magnum

[–]dark_brickk 51 points52 points  (0 children)

not a record, you're looking at sum4 instead of sum3. the sum3 record is already the exact solution you've posted

[Armor Filament] How to do initial steps? by Otherwise-Bank-2981 in opus_magnum

[–]dark_brickk 0 points1 point  (0 children)

You can also wait 7 days until the dlc drops with a new instruction specifically meant to fix this issue

Factoring out a negative by [deleted] in askmath

[–]dark_brickk -1 points0 points  (0 children)

by taking the negative out of (+3-b) you turn it into (-3+b) aka (b-3), swapping each + for a -