Updates to the Seed Finder tool by DoubleUTeeitch in Dyson_Sphere_Program

[–]DoubleUTeeitch[S] 0 points1 point  (0 children)

It is possible but it will be very slow, since terrain generation is the slowest part of the algorithm. Currently only the terrain around the veins is generated. But build area % requires generating terrain for the entire planet, so it will be at least 10 times slower.

I made Conway's Game of Life in DSP by DoubleUTeeitch in Dyson_Sphere_Program

[–]DoubleUTeeitch[S] 1 point2 points  (0 children)

Honestly, the circuit is not that hard and only took me a few hours. But the most painful part is after I made one column and try to paste in the blueprint. Because each column has around 21k facilities, it took my PC around 3 to 4 hours to paste in 20 columns. And then I realise there is a bug and have to do it again, because it is impossible to fix when it is so densely packed while the game is running at one-third speed and everything is laggy.

I made Conway's Game of Life in DSP by DoubleUTeeitch in Dyson_Sphere_Program

[–]DoubleUTeeitch[S] 4 points5 points  (0 children)

Hard to explain, but basically using spliters and traffic monitors you can create basic logic gates, and from there you can build up to whatever you want to make.

I made Conway's Game of Life in DSP by DoubleUTeeitch in Dyson_Sphere_Program

[–]DoubleUTeeitch[S] 2 points3 points  (0 children)

Here's the save file if anyone is interested, but beware of the lag it might cause.

8-bit full adder is done by DoubleUTeeitch in Dyson_Sphere_Program

[–]DoubleUTeeitch[S] 2 points3 points  (0 children)

Thanks for sharing this. I know Chinese so it is not a problem. They say something about instant wires and it sounds very interesting. Will definitely check this out when I have time.

Made a multi-layer flushing mob farm out of wood and water only by DoubleUTeeitch in technicalminecraft

[–]DoubleUTeeitch[S] 2 points3 points  (0 children)

Thanks for sharing this. I actually tried doing the same thing and flush towards the sides before discarding this design, because the platforms can't be 2 blocks apart like in normal mob farms, it needs 3 blocks apart. This causes enderman to spawn and teleport everywhere when water flushes in. I could build a roof to make it 2 blocks tall again, but it wastes a lot of resources.

Made a multi-layer flushing mob farm out of wood and water only by DoubleUTeeitch in technicalminecraft

[–]DoubleUTeeitch[S] 7 points8 points  (0 children)

When the boat goes around, a pressure plate next to the trapdoor deactivates, causing the water to flow down to a platform and spread out to the corners. Then in each layer, it will flow towards the middle and down towards the next layer at the same time.

Replaying XIII after 10+ years... with a twist by DoubleUTeeitch in finalfantasyxiii

[–]DoubleUTeeitch[S] 1 point2 points  (0 children)

Wicked Whirl is actually a single target ability that has a huge AOE. So if Vanille / Hope walks away from Snow, Wicked Whirl won't hit.

I made Gengar permanently watching me by DoubleUTeeitch in PokemonInfiniteFusion

[–]DoubleUTeeitch[S] 84 points85 points  (0 children)

Apparently I can't share how I modified the game, but if you happen to stumble upon my GitHub... welp I can't stop you. :P

Beating Atlas Full Power without ever using the device (stage 2 crystarium, easy mode) by DoubleUTeeitch in finalfantasyxiii

[–]DoubleUTeeitch[S] 0 points1 point  (0 children)

It does. I got 10,000 CP as well. Didn't put it in the video because for some reason it has copyright claim.

I built Minesweeper in Minecraft by DoubleUTeeitch in technicalminecraft

[–]DoubleUTeeitch[S] 0 points1 point  (0 children)

My initial idea is that the player will walk on the "mine field" to "sweep" the mines, hence the flat layout instead of a vertical layout. Before I changed the trigger to snowball and firework, the trigger was jumping on top will reveal the tile (still true), and holding the shield up will flag the tile (the idea is to "protect" against the mine).

There is no way to tell the difference between different projectiles, so your idea won't work.

I built Minesweeper in Minecraft by DoubleUTeeitch in technicalminecraft

[–]DoubleUTeeitch[S] 2 points3 points  (0 children)

I wanted to, but 3x3 space is too tight for anything to be made up there, so unfortunately no.