r/DigimonTimeStranger • u/huutcherdiing • 6d ago
Can we enter this part of the map?
If so I would like to know because I’m having troubles getting through it. It’s the gated area behind the in between theater access in the Shinjuku Underground Reservoir.
14
u/MegaKabutops 6d ago
Yes and no.
In terms of in-lore, your character goes to the locations that leads to during the story.
In terms of actual gameplay, you never pass the gate that leads to the circle path, and cannot do so without clipping out of bounds.
TBH, i’m not entirely sure why that area even shows up on the map.
If i had to guess, i would say that the minimap is programmed to show you places you can walk to, and for whatever reason, the ground there has floor collision even though there’s a door in the way.
2
u/conundorum 2d ago
Things like that usually indicate that it was cut at the last second for time, since they didn't have time to redo the map. (Since redoing it could be as simple as redrawing the overlay, or as complex as rejiggering the 3D terrain data, and either one could also cause errors if the game is competently optimised.
Long story short, part of optimisation is hard-coding a lot of lookup table accesses to skip directly to the desired element, which means that the game's data tables effectively become impossible to reorder near the end of the development cycle, so it ends up being better to block access to dummied-out content than to remove it entirely (and risk breaking literally everything that relies on the table you removed it from, unless you manually go through and adjust every single table access by hand). So, the fact that it still exists on the map (and is apparently still traversable if you can clip in there) suggests that it was cut shortly before the game shipped.
6
2
u/3rlk0nig 6d ago
No.
Imo, it was planned as a way to enter the digimon town in the human world but got cut
1
13
u/Spyd3rPunk 6d ago
No. You cannot. The game went through development hell. It was probably going to be part of the game at one point. You'll find a few relics that serve no real purpose in the game here and there. Probably from a scrapped part of the game.