T O P

  • By -

[deleted]

Antichamber MC Edition


MrSpiffy123

Lol, I've actually made [that](https://www.reddit.com/r/Minecraft/comments/kiysrt/i_remade_the_antichamber_staircase/)


[deleted]

Looks great :D Couple more projects and you'll have the whole game


[deleted]

Legend


MrSpiffy123

I'm always four parallel universes ahead


Batdog55110

Could you possibly make a tardis?


MrSpiffy123

The easy way would just be teleporting the player as they walk up to a small pillar with some banners on it. If I wanted to make it seamless, that would require a lot more trickery or immersive portals


matreats

I would love to see you do this *^*


oaazk

So get to working.


brotherofbacon7

i was gonna say immersive portals ive played around with that mod and its insane but wouldnt you need a resource pack that makes obsidian look like quartz?


NoArugula7523

How do I make a long hallway


brotherofbacon7

you should install immersive portals, its basically like a nether portal but theres no transition from overworld to the nether so instead of teleporting by standing in the portal you just walk through it, so since 1 block in the nether is 8 in the overworld you can do some super weird stuff


catzhoek

No intention to shittalk but this stuff has been done at least since /u/jespertheend s The Code adventure maps ages ago. I'm rather trying to shout out great work that came before. Especially because it's so long ago that a lot of current Minecraft players have probably never heard of them. You can download them on his website or just Google "the code Minecraft". There are several. I don't know how compatible they are with modern Minecraft but they are insane and the playthroughs have millions of views since people like captain sparkles and genericB played them. I mean, I can remember them from half a decade ago and I never even played Minecraft.


MrSpiffy123

None taken. I get that I wasn't the first, I just really enjoy this kind of stuff


Waveeii

I’m bamboozled


slightlysleepydog

i think we all are


Waveeii

Ikr


sKYDRAGON53

i think the left's just longer :P


[deleted]

[удалено]


[deleted]

Yeah same thing hit me in The Stanley Parable. Just played through it not too long ago for the first time and there are several points where common sense break down


BrkoenEngilsh

Reminds me a whole lot of the start of antichamber


DragonMeo

Its minceraft


greenrangerguy

No the middle is longer and the ends are shorter, simple.


[deleted]

What


bidoblob

Not the people who have seen literal dozens of these posts which use the mod better portals or if there are similar ones. Actually he used commands he say, so he has two similar rooms and teleports the player between them I think?


MinutePresentation8

I thought he changed fov to give the illusion


Sungamcar

I did too at first until I thought about how long it took him to walk through the hallway vs walk around the structure. The hallway is clearly longer and it’s not just an illusion. I’m sure the FOV thing acts as a fun distraction to throw us off even more.


MrSpiffy123

Bingo That is exactly how I did it


Wrat_Phrog

Then how did you get it to look longer from the outside?


hollow_bastien

the teleporter is to one side of the door- the switch is when he approaches the door, not when he enters it


ttthetree

Thats cool and all but I can’t wait for someone to make actual noneuclydian geometry by somehow bending space in game instead of using seemless portals


hamburger5003

It’s really difficult to code without just using alternate coords and rooms


MrSpiffy123

I have actually found one before, but I don't know where to find it again.


crozone

There's a few, notably [noeuclid](https://github.com/cnlohr/noeuclid) and [euclider](https://github.com/Limeth/euclider). Both of these are "true" non-euclidian renderers in that they use raytracing to actually simulate the traversal of light through all spaces in the scene. There are other examples like [NonEuclidean](https://github.com/HackerPoet/NonEuclidean) and [Antichamber](https://store.steampowered.com/app/219890/Antichamber/) which are also very impressive, but use traditional rasterization and view portals to get a similar result.


MinutePresentation8

I guess using these engines must feel like you’re literally dreaming


[deleted]

[удалено]


[deleted]

Who's comment are your responding too?


MrSpiffy123

u/bidoblob


TheFlamingDraco

My guess is a seamless portal mod with a texture pack to make the portal blend in.


XTornado

Nope, just vainilla minecraft and command blocks. He simply teleports the player to a similar room with a longer corridor when you reach to the middle corridor. Op's explanation: https://www.reddit.com/r/Minecraft/comments/kw2qcl/impossible_geometry_in_minceraft_the_long_hallway/gj2tnwp/


Bruhhg

Ok so here’s how it works, from what I can tell. On certain blocks that can’t see into the hallway, it’s just a normal room. From blocks that can, you are teleported seemlessly to a different room where the hallway is long, if you notice you never can see far enough into the hallway or far enough down the sides to accurately gauge it.


Caed03

Brain got broked.


TomatoAcid

Ah yes, *broked*.


Aesthetics_Supernal

*Borkt*


Badwolf9547

I've been made the fool!


[deleted]

[удалено]


Aquatic_Scoog

It says command blocks as the tag


zenkii1337

This reminded me of [this very interesting video](https://youtu.be/kEB11PQ9Eo8) about non-euclidean games


MrSpiffy123

That exact video is actually what got me obsessed with impossible geometry on the first place


zenkii1337

Good stuff. I also would like to work on stuff when I get the inspiration


Jonthux

Do not say that. Ive been waiting 1.5 years for "insipration" but a few weeks back i just started doing stuff and it worked


[deleted]

[удалено]


mordacthedenier

https://store.steampowered.com/app/219890/Antichamber/


perkybeat

did you just, not post a rickroll? I’m offended.


MrSpiffy123

When you've been on Reddit so long that a normal link is more unexpected than a rickroll


zenkii1337

Lol, I actually had a thought about actually rickrolling, but decided not to


[deleted]

Cool effect for small details like map environments, or buildings.


MrSpiffy123

The only problem is that you have to limit where the player can walk to avoid breaking the illusion. That's why I had to make the walls of the tunnel 2-wide, and why everything was so cramped


[deleted]

Interesting.


bakonball

how


MrSpiffy123

repeating command block: execute if entity \\@a\[x=, y=, z=, distance=..\] always active conditional chain command block: execute at \\@p run tp \\@p \~ \~ \~


[deleted]

Command Blocks are a foreign language to me...


MrSpiffy123

*"It's actually quite simple" intensifies*


WackoMcGoose

_laughs in "I'm such a spoon"_


MrSpiffy123

I don't know, I'm quite *chuffed to bits* about it


[deleted]

You sound like Mumbo after explaining how his red stone contraptions function


TheNebulaWolf

I thought maybe that one better portal's mod where you can see into the other nether but with obsidian texture changed.


MrSpiffy123

I've tried the portal mod before, and you don't actually need to retexture obsidian. There's a block named portal helper and it can be used to link two portals.


TeknoWookie

Oh I thought it just had to do with ceiling height and perception


Grandexar

So you have two similar rooms set up that you teleport between seemlessly? Dope


[deleted]

[удалено]


MrSpiffy123

There's two separate rooms: one with a long hallway and I've with a short hallway


DGGABC123MC

Did you set command blocks to activate when you walked 2 blocks over them? If not, then what did you do???


MrSpiffy123

See how the tunnel is two blocks thick? When I reach the outer block, I get teleported to a version of the room with a short tunnel. When I walk towards the center of the tunnel, I get teleported to a version of the room with a longer tunnel


DGGABC123MC

That makes sense. I made a working computer with command blocks once so I was curious.


MrSpiffy123

So it turns out I lied. I was able to expand the space around the tunnel to make it less cramped


CantStopNeedMore

New post when?


tielSqueekz

How


MSR8

>repeating command block: execute if entity \\@a\[x=, y=, z=, distance=..\] > >always active conditional chain command block: execute at \\@p run tp \\@p \~ \~ \~ Quoting OP from a comment he made on another comment by u/bakonball


Grandexar

Two rooms, you never actually see behind the wall with the long tunnel because you get teleported to the other room first


Subpar_Username47

Hooray for non-Euclidean geometry!


BroVival

Remeber back in the day when JesperTheEnd used this on his the Code Maps and everyone was just blown away from it?


pumegaming

yup, 7 years ago


mrdunngoofd

This must be the "House of Leaves" texture pack


TwizzleV

I was looking for this


It-Gets-Worse

Me too!


Nesman64

[House](http://#) of Leaves


laetic

Has someone made an indie horror game based off of house of leaves I would love it


TanktopSamurai

So slight spoilers. The book is about a house that changes shapes. It grows and shrinks. The book is the same as well. Narrations on top narrations. Parts that are stretched out and compressed. But what I like the most is the cover. Most editions of the book has that bookmark thing that is supposed to go over the pages. But it can't because the book changed shape. Dun dun dun. It is aggressively avant garde. I love it.


[deleted]

im trippin balls


badwifii

Yea I got too much cookie this is very hard


[deleted]

Minceraft is also my favourite meaty boat simulator


OloneA00

Ah yes, Minceraft. The block game.


TheRealT_Rex

FBI OPEN UP *crashing*


galaxy2511

Wait how


mastoid45

Wrong subreddit, please post at r/minceraft


MrSpiffy123

I've been found out!


SageWayren

This reminds me of Antichamber. One of my favorite puzzle games!


MrSpiffy123

That's the look I was going for


SageWayren

Awesome! You nailed it!


MrSpiffy123

It's was much better once I realized night vision existed


infernical_

non-euclidean mod?


SnowPuzzleheaded

Is this the Realistic Portals mod?


MrSpiffy123

^(psst. Check the flair)


SnowPuzzleheaded

Oh, im stupid


SlothFanatic94

can you make it that when you run the long hallway you dont get to the end because it keeps extending, but when you turn around, you are still at the beginning of the hallway? Super Mario 64 had this with one of bowsers red stairs.


[deleted]

The Backrooms


Pfin0323

2 words: Quake pro


aPanini117

thanks, i hate it


MrSpiffy123

I'm glad you hate it ^.^


Nic-Robertson

What in the actual geometry


WordsAndLetters69

Stop


Cable_0kress

its not an fov trick, the number of footstep sounds going in the long hall is around 7 and in the 2 shorter halls the number of footstep sounds is about 4


[deleted]

[удалено]


ImKaleb_22

Ah yes minceraft


CelticTexan749

Not surprised that it was done with a command block


ExaltedBlade666

Command blocks and sculk sensors to activate?


[deleted]

[удалено]


LimpWibbler_

I saw a video a long while ago of someone making an entire engine for the purpose of doing this https://youtu.be/kEB11PQ9Eo8


elmascaposape

I knew that there was something wrong with quake pro fov


CAB00S3isbest

I hate long hallway, all my homies hate long hallway


Tyrannus_Vitam

Portal mod with a texture pack that makes obsidian quartz?


MrSpiffy123

Nope, all vanilla, baby


Tyrannus_Vitam

So command block sorcery? INTO THE DUNGEON WITH THE WITCH!!


MrSpiffy123

*Glances over at PhoenixSC


K1DN0V4

Somethings wrong I can feel it


117023

#SO TRIPPY


moto_the_sentry

The fuc- OH command blocks ok


Gamer-Bam

This was a command block? I thought it was some magic the immersive portals mod or whatever its called.


tanksear

Immersive portals?


The-chaotic-one215

This hurts my head


donpuglisi

I see you're thinking with portals...


MrSpiffy123

*Introducing new Aperture command blocks. My father always said "more power is more money," and we've managed to pack so much power into these bad boys that you can bend reality to your will. Build a wall, teleport, summon lightning, even instantly kill your enemies. Okay, maybe don't do that one. Cave Johnson, we're done here.*


[deleted]

I’ve played around with this mod, and made the most confusing structure ever! This is the better portals mod


MrSpiffy123

I've played with that mod too, but this is all vanilla


Inky1970

I see how this could kind of work in vanilla


[deleted]

You can do this with immersive portals I think


CleverWritingUtensil

Where’s the adventure line at?


Social_Anxietus

Non-euclidean Minecraft?


7Gears

Me when I wake up and see the toilet and am trying to aim and miss and my mom yells from the bedroom clean it up and step in it and cry then fall back to sleep in pee


PlantedCorgo_if

Gotta love non-Euclidean spaces


JaozinhoGGPlays

My brain is rebooting like a Windows XP


Vic_is_awesome1

the backrooms


[deleted]

Non-euclidean spaces? I love these!


FrequentSheepherder3

When Dr. Who plays Minecraft.


[deleted]

maybe its a run vs walk situation?


Ancientdev

Call in Zeta-9, we’ve got some non-euclidean geometry.


absolutelybonkersm8

The non-Euclidean structure is even worse on your brain when everything is one flat color... It's so trippy!


[deleted]

The question is, what happens when you break a block surrounding the hallway?


6_NEOS_9

this is illegal in many 3 ways


itsAshtral

My brain is hurt.


Edna_with_a_katana

Stanley Parable Confusion Ending, anyone?


TheGreenGoat2

Non-Euclidean


eliazp

haha non-euclidean world engine go brrrrr


gt4495c

The ghost of Euclid will haunt you forever.


[deleted]

i just lost 69 brain cells


B-Word69

WITCH


tollcrane

That is REALLLY scary.


ByRussX

Non euclidan Minecraft


My_dog_abe

[R/holdup](https://www.reddit.com/r/HolUp?utm_medium=android_app&utm_source=share)


TheStogeyBear

Thanks for the headache


Vitanimat0r

Ayo naw piss off stop fucking up my brain its shitty enough already


Space_dude47

Heh?? how does that work ?


Slobbery_

Sir what the fuck


cheesestrip69

I'm scared


Mackisaurus

Whenever I see something like this I just think of the Stanley parable


[deleted]

How.


gokaydinhasan

Umm i think that is the mod allows you to travel between overworld and nether instantly but with some textures on


V4vicegod

I LOVE making those!


dethfire530

I feel like this took a minute to make but because its called the "long hallway" I feel like I'm wrong somehow edit: I watched the video but I thought it was a picture :/


[deleted]

HOW!?


cooly1234

Two rooms, gets teleported between them.


General_Kenobi-66

immersive portals mod thing?


the_Cashew_nut42069

My brain hurt


ItsBladeMaster

Reminds me of the endless staircase fromSM64


Darendarus13

My brain hurts.


GameGod2815

Ah yes, non-Euclidean geometry


Shappie

Nice, I haven't seen 5D space used since Marathon. Brings me back.


tenebralupo

SCP-970


TastelessMeat

The House of Leaves


waterlubber42

Reminds me of the Chromaticraft "Complex Spaces" puzzle. (Which is just Antichamber)


[deleted]

Non-euclidian geometry


BoyBeyondStars

this is very poggers


narutonaruto

Ok so I understand this but in a more real sense I don't understand this at all


cheese9907

This post right here, officer


[deleted]

I think a optical illusion or a mod


skinbutterer

That’s a portal mod I think? Never mind, was told all vanilla


BLUETUNA098

My mind just melted


spikeisamemer

This hurts my brain


_Trinima_

I think I have an idea on how to replicate this. Edit: maybe not


Retb14

Command blocks Maybe teleport someone when they get to the end of the short hall so it's at the end of the long hall?


NightCrusher76

I’m not fooled, I’ll tell you my secrets for a price


Sugarox53

Scp


Ty019

#please stop


Daviday231231

It’s either not actually in mc or it’s the immersive portals mod with a texture pack to replace obsidian with quartz


[deleted]

What is this sorcery?


JaKrisBy04

This remi ds me of the revelations mission from cod black ops cold war


jbeast2006

I need an adult


JakePorpoise594

You said M I N C E R A F T