Ron Gilbert started production on Thimbleweed Park 2
Posted by alberto-m 4 days ago
Comments
Comment by esperent 4 days ago
* The writing is hit or miss
* The story is just serviceable
* Only about 20% of the jokes land for me
* The constant 4th wall breaking is just bad
And then there's the puzzles. Maybe I made a mistake in selecting hard mode at the start but it's got the worst of the genre's "what the hell" moments... And it's really long. About halfway through I started using a guide and for the majority of the latter game puzzles, there's no logic to solving them so you'd have to resort to clicking everything and with 5 playable characters, about 40 things in my inventory (most of which can be given to other characters) by the end game and 30 or more locations, there's just too much.
I'm going to finish this - probably today actually, I'm right at the end - but I'm not finishing it by feeling excited for the second one.
By contrast I replayed the broken sword games last year and while they show their age and have plenty of what the hell moments, a big difference is that I cared about the story and characters while playing. George and Nico are funny, dumb, endearing. I don't feel that way about anything or anyone in Thimbleweed Park.
Comment by arexxbifs 4 days ago
Afterwards, I revisited some LucasArts games I'd played before (Monkey Island 1 and 2), and tried my hand with some I hadn't (Fate of Atlantis, Sam'n'Max, Full Throttle and also Flight of the Amazon Queen, which isn't from LucasArts). I think what you describe is actually fairly representative of the overall LucasArts experience. Character building is limited, even the funny jokes get tiresome after you've clicked through them a fifth time, some puzzles are illogical even for games with a sillier tone (monkey wrench, anyone?), and there's often a lot of walking about, repeating conversations, and clicking randomly just to see what happens. Some of them (Thimbleweed Park, MI2) also have exceptionally poor endings.
Out of the games I played, Indiana Jones and the Fate of Atlantis was the best, though I got stuck (by forgetting some object in a room outside a complex labyrinth) close to the end and didn't bother completing it. The main character is pre-established, the plot feels like an Indy movie, and I can't recall any genuinely preposterous puzzle solutions (though it was a few years ago now).
I love the Monkey Island games, they're a part of my childhood. But I mostly love them for the music and graphics, not necessarily for the puzzles or the many gags that other people always seem to find a lot funnier than I do.
Comment by jerf 4 days ago
This style of game died for a reason. I'm not saying it needs to stay dead, but I do think every entrant to the genre needs to grapple with those reasons and have an answer to them. The episodic format provided one decent answer, even if I don't necessarily love it as a monetization technique. Adventure games all tend to pass through episode-like gates anyhow because the combinatorial state space becomes overwhelming without them, but they often still carry over state from the previous phases of the game. The full clean-slate wipe of the episodes prevented that from becoming a problem.
Comment by RajT88 4 days ago
A better Indy movie than the last 2, IMO. I go back and replay it every so often.
> The Sam and Max episodes were pretty good
Some of them were funnier than others. It helps if you were attached to the characters having read the comics or watched the show. (The comics had the most concentrated humor - see: the comic about Dracula)
I recall the episode featuring the Abraham Lincoln statue running amok was very funny.
Comment by CalRobert 4 days ago
Comment by unixhero 3 days ago
Comment by apples_oranges 4 days ago
Comment by RajT88 4 days ago
Comment by pennomi 4 days ago
(Though I guess in the context of these games, that would be considered new-fangled.)
Comment by aleph_minus_one 4 days ago
For those who are out of the loop:
> https://half-life.fandom.com/wiki/Aperture_Science_Material_...
Comment by awakeasleep 4 days ago
Comment by aleph_minus_one 4 days ago
Barely any adventure game has a puzzle that requires brute-forcing. The problem is rather that sometimes players don't have the same kind of thinking as the developers.
This issue can be aggravated if the player comes from a different culture or is playing a translated version of the game; for a famous example: the "monkey wrench" puzzle only works if the player is used the the US-American English name of the respective tool.
Comment by Arainach 4 days ago
If the author has a solution in mind but it is not properly hinted, for most players brute force is the only option. In the case of point and click adventure games, if you don't think "I could stick the bubble gum to the mouse to run through the wall and grab the key" you are left trying every combination of item and action, which isn't fun.
Comment by darkwater 4 days ago
And now, I'll go back yelling at some cloud.
Comment by Arainach 4 days ago
Anyone can design a hard puzzle. Guess the number in my head. Unscramble this 200-character anagram.
The real magic is in the "Aha!" moments where the solver makes a connection and is able to proceed. Great puzzles are supposed to make the player feel like they are smart, not that the author is smart.
Many point and click games fall apart here. Brute force isn't fun. Games where you think you'll need something in the future but the game won't let you take it now just so you'll have to backtrack when the game wants you to do that aren't fun.
A lot of modern point and clicks are by people who don't understand that and think suffering and click mashing are the point. I don't remember much of playing Thimbleweed Park, but VirtuaVerse was very much that.
Comment by amiga386 4 days ago
https://oldmanmurray.com/features/77.html
> Who killed Adventure Games? I think it should be pretty clear at this point that Adventure Games committed suicide.
What I quite like in Joe Richardson's Death of the Reprobate is that Joe breaks the fourth wall and admonishes the player character for feeling sad that Joe told him the puzzle solution and robbed him of a "Eureka moment". "IF THE PUZZLE DIFFICULTY IS PITCHED JUST RIGHT, THAT'S MY TRIUMPH, NOT YOURS" says Joe.
Comment by alberto-m 4 days ago
But the rest of your point stands. I keep reading young gamers complaining about adventures and role-playing games being “too difficult” whenever they don't put big flashing arrows on the next character or place to interact with. I cannot understand that: if one can solve a puzzle without grit, what pleasure does that bring? It's the same as watching TV.
Comment by jerf 4 days ago
I'd also observe that "brute force" here is an O(source * target) problem, where a source/target pair is some expressible command. e.g., you can't usually combine two locations on the screen, but you can try to combine any item with any screen location, and in some games, any item with any item. Some games add a term for "verb" to that as well, though most games nowadays wisely realize that's not really helpful.
You can see the core reason why people complain about "moon logic" isn't really that the logic is weird. I don't think that specifically bothers too many people. Often it's part of the fun in a way. The problem with "moon logic" is that it means I can't cut down on that search space with common sense or clever-but-grounded logic. In reality rubbing my cat with a piece of tape to pull some hair off of it so that I can wear that tape as a fake mustache is not a sensible option to consider, which is a real part of a real puzzle [1], not just something I made up. A game that consider that a solution to a problem is a game I have to rub everything on everything and it is not just "gamers being lazy" that they don't want to perform hundreds or thousands of possible actions, where all but one of them will result in failure, and depending on the game, some of them may even result in "game over". That's terrible design and that's not the player's fault.
[1]: The classic Old Man Murray article, for today's 10,000: https://www.oldmanmurray.com/features/78.html The rest of the puzzle isn't exactly a tour de force of logic either.
Comment by darkwater 4 days ago
Partially agree, but I also think that they were victims of the graphic cards revolution where each year you could have shiny new GFX and visuals, and that drove new games development (and funding). But indeed being contrived and self-referential didn't help.
Or maybe adventure games were always a niche genre for a niche of people, it just happened that the niche of computer/console players in the early days coincided more.
Comment by spankibalt 4 days ago
True as well; the race towards photorealism and natural immersion (mostly first-person 3D across various genres) had an almost suffocative, and sometimes obliterative, quality.
Comment by spankibalt 4 days ago
That's a name I haven't heard in a long while. And the "Cat Stache Puzzle", once an infamous case-study of virtual insanity in game design, now nearly forgotten...
Comment by retsibsi 4 days ago
The boundaries can be blurry, and a puzzle can wrongly seem to fall into the tedious category because I'm missing something. But, in my opinion, classic adventure game puzzles too often really are arbitrary and boring.
Comment by darkwater 4 days ago
Comment by Teever 3 days ago
The whole industry changed when the Xbox came to town. Microsoft really fostered that bro gamer culture to sell Xboxes to normies and fast paced violent games took over to the detriment of other genres and styles of play.
I’m really pleased to see a bit of a revival of adventure games because I think that the tablet form factor and UI is absolutely perfect for them.
I’m so happy to hear that there’s going to be a Thimbleweed Park 2.
Comment by pezezin 3 days ago
Comment by anonreplier 3 days ago
Comment by trollbridge 4 days ago
Comment by cauch 4 days ago
Tell me about it. I played the French translated version, and the pun does not translate at all. "Monkey wrench" was translated as the french equivalent, "clé à molette", which does not reference monkeys at all. I remember being stuck for ages, and finally checking the solution online and concluding that the only way to find the solution is to systematically try all combinations as there is no way to apply logic. Only years later I realised that in english, "clé à molette" is "monkey wrench".
Comment by b473a 4 days ago
Comment by arexxbifs 3 days ago
Comment by chaostheory 4 days ago
Comment by account42 4 days ago
The 4th wall breaking was lame though, especially the ending.
Comment by esperent 4 days ago
You're given a random balloon dog, there's no reason to be given it, there's no in game meaning behind it, and to finish the game you have to use it on a specific thing that you'd never think to try unless you were just trying random stuff.
That's not "moon logic". It's complete bs and a terrible puzzle to end the game on. When people talk about game developers disrespecting players, this is exactly the kind of thing they mean. Expecting the player to have watched their kickstarter video! Seriously...
Comment by whywhywhywhy 4 days ago
These games definitely felt magical as a kid but I think the feeling of it being this whole rich interactive little world full of characters carried a lot of weak jokes and writing.
Comment by wolvoleo 4 days ago
Comment by hnal943 4 days ago
Comment by whywhywhywhy 3 days ago
Comment by hnal943 2 days ago
Comment by bsder 3 days ago
And, honestly, I liked the art of the last Monkey Island. I thought the "ugly" art fit the pirate theme really well. The writing and puzzles--not so much.
My guess is that the stuff I like best about Maniac Mansion and Monkey Island is probably the result of Tim Schafer rather than Ron Gilbert.
I won't buy into another Ron Gilbert thing unless I've got people I trust raving about it first.
Comment by NikolaNovak 4 days ago
Comment by theandrewbailey 4 days ago
Are multiple/simultaneous playable characters a common feature of adventure game design from LucasArts alum? I played Broken Age and thought the idea was novel, but recently played through Day of the Tentacle for the first time and thought the mechanic made things too complicated. So many people say that adventure games are nostalgic, but the ones I played growing up were Kings Quest 6 and Myst (games with only one playable character). These other multiple character adventure games are nowhere near enjoyable for me.
Comment by egypturnash 4 days ago
Manic Mansion, MM2, The Cave, Thimbleweed Park, and now TWP2: Gilbert's. Possibly also some of the many kid's games he did https://en.wikipedia.org/wiki/Ron_Gilbert#Games
Broken Age is the only one of the many, many games Tim Schaefer lead that does it. https://en.wikipedia.org/wiki/Tim_Schafer#Ludography
I have generally found it to be some tedious bullshit that stretches out the length of the game far, far too much, and I grew up playing a lot of these point and click adventures.
Comment by ahefner 4 days ago
Day of the Tentacle (which coincidentally I've replayed in the past week) executed the multiple characters mechanic the best I've seen, since each character was confined to their own area (past/present/future) and you could instantly pass items between them.
Comment by raverbashing 4 days ago
Comment by dspillett 4 days ago
I've not played that in decades, but I remember liking the mechanic. For the most part it wasn't much different from one character with more freedom to move between areas (timezones in that case), but the need to pass objects through time added some variety and humour (send hamster via freezer, but then how do you warm it up again?).
Comment by unixhero 3 days ago
Comment by hibikir 4 days ago
Thimbleweed park is, if anything, on the easy side of the genre. Not quite as easy as Loom, but it's still on the easy side, and with a built in hint system. Day of the Tentacle's main problem is dependence of US culture. Just like the old "monkey wrench" thing in Monkey Island 2, using an actual monkey as a wrench. Still, in DoTT, you get in-game dialogue that will basically teach you some of it, although it doesn't work quite as well.
The complaint would make more sense if it was limited to Zak McCraken, as that one really s quite tough and random.
Comment by amon_spek 4 days ago
Comment by vunderba 4 days ago
This is my biggest problem with adventure games in general, and I'm a huge King's Quest fan, but sometimes the number of cryptic "What you didn't realize you needed to kneel in front of a cliff with a red crystal to summon the tornado Uber? so obvious" stuff definitely can put off newcomers from the genre.
Comment by jstummbillig 4 days ago
I found the game so intensely unfunny (and there are few things I am selfishly rooting more for in life than another great point and click adventure)
Comment by stavros 3 days ago
Comment by alberto-m 4 days ago
Comment by pteraspidomorph 4 days ago
Comment by lkramer 4 days ago
Comment by andai 4 days ago
Comment by BeetleB 4 days ago
Story: Without any spoilers, I'll just say the ending isn't satisfying in the least. He does the equivalent of "I woke up and it was all a dream."
Comment by hnal943 4 days ago
Comment by vanderZwan 3 days ago
IMO Ron Gilbert's biggest weakness as a writer is mainly that he has a tendency to use fourth wall breaking for everything, including the final plot twist in most of his games. It was there in his originally planned ending for The Secret of Monkey Island. That ending sort of came back as the actual ending of Monkey Island 2. Then Monkey Island 3, which didn't involve Gilbert, soft-retconned the previous game's ending, then three games later Ron Gilbert came back for Return to Monkey Island and basically retconned everything to use the original ending he planned for the first game!
And I think the main problem with it is that it tends to make the writing feel like the author doesn't dare to admit that they love the world that they created. It's kind of like how some teenagers discover sarcasm and use it everywhere because it makes them feel more "mature" than younger kids who don't understand it yet, without realizing it actually makes it very obvious to everyone else that they are masking their insecurities by acting "edgy".
To me, Gilbert's tendency for 4th wall breaking often ends up feeling similar, like the story is trying to be self-deprecating to mask insecurities about its own writing (and also, it just feels like a total cop-out to avoid writing a ending that ties all the absurd plot threads together into a satisfying pay-off).
Thimbleweed Park had that problem for me, and it kind of soured me on the ending.
Now, I don't want to suggest that the meta stuff is inherently bad. In fact, the ending of Return to Monkey Island actually was pretty satisfying to me. Mainly because of Elaine. At some point there is a very blatantly fourth-wall breaking dialogue you have with her, but unlike other times it feels more like an honest reflection on nostalgia for old adventure series, its stale tropes, how that represents growing older and having to accept that things change or be stunted forever. And it comes back at the ending in a way that makes it very clear that the implied message is "yeah it's all make-belief nonsense, it has flaws, and it's also fine to admit that you love it anyway". You're Guybrush Threepwood with a loving wife who keeps you grounded despite yourself, and the fourth wall breaking doesn't take that away. It's meta but it's sincere meta.
So I guess Gilbert's a fine writer as long as he manages to keep the fourth wall breaking grounded in sincerity. Return to Monkey Island came out five years after Thimbleweed Park, so maybe Thimbleweed Park 2 will have a similar nuance to it. I hope it does.
Comment by agos 3 days ago
Comment by wolvoleo 4 days ago
Comment by hnal943 4 days ago
Comment by tarkin2 4 days ago
Comment by wbl 4 days ago
Comment by simpetre 4 days ago
Agree that some moon logic is present/inevitable but I think the Gilbert games are friendlier than most in this respect.
Comment by wccrawford 4 days ago
It's been a while, but I think I pretty much agree about the writing and story. I pretty much don't even remember it.
Comment by dandersch 4 days ago
Comment by nayroclade 4 days ago
Personally I liked TP1 a lot for the most part, but I agree that the ending was a horrible misstep. I'm not adverse to metafiction, and this is Gilbert after all, that's kind of his jam, but the sheer nihilism of it all left a horrible taste in the mouth. Ironically, for someone who cares so deeply about game design, it felt like an ending entirely borne of Gilbert and his fellow designers pleasing themselves, instead of thinking about how it would feel for the player.
That said, I'm still glad there's going to be a sequel. Hopefully it has more of what I liked and less of what I didn't.
Comment by probably_wrong 4 days ago
First, there's a fridge that you can't open close to the ending of the game and that I understand as containing the body of the ghost character. I imagine there must be a way to open it, if only to give him closure.
Second, and related: given that the ending shows you a Basic prompt I imagine there has to be a way to use it for something other than restarting the game. I believe there was (for instance) a part of the game about getting a videotape but, once you had the right equipment, was no longer available to get. Perhaps those parts of the game can be unlocked if you know how to use the console to set the proper variables.
I've long hoped that we've all been getting the bad ending while there's a second one hidden somewhere (which has been hinted at [1]), but since I was fairly down after the ending I got I couldn't muster the energy to replay it all again.
> Thimbleweed Park 1 has possibly the worst ending of a game, ever.
I see that someone hasn't played the latest Monkey Island.
[1] https://blog.thimbleweedpark.com/maniac_the_cave_thimbleweed...
Comment by m000 4 days ago
Comment by rubslopes 4 days ago
Comment by InsideOutSanta 4 days ago
Comment by tarkin2 4 days ago
Comment by davidivadavid 4 days ago
And that's why Curse of Monkey Island is and will always remain the best MI game.
Comment by bhaak 4 days ago
Isn't it a bit different with Return to Monkey Island? The story is told to kids by Guybrush and Guybrush being an unreliable narrator, it's uncertain how much of the story was real or an imagination by him.
The last scene though shows that something real somewhat similar to what Guybrush told did happen.
Also it completely retcons the ending of Monkey Island 2.
Comment by b3lvedere 4 days ago
MI1 will always be the top for me i guess, but i still remember almost every scene after all these years, so it's not really fun to play again and again. You can play it on almost anything by now [1]
Comment by jaffa2 4 days ago
Comment by theandrewbailey 4 days ago
Very good news. GOG provides offline installers so you can always backup, install, and play your games forever.
Comment by WalterGR 4 days ago
That’s not as convenient as an easy-to-download offline installer, certainly, but seems workable in theory. Maybe I’m unaware of limitation(s) to this approach?
Comment by nkellenicki 4 days ago
GOG's bundles are offline and DRM free. You could store them on a disk, and 30 years from now reinstall and play on an airgapped computer with no authentication required.
Comment by zedr 4 days ago
Comment by InsideOutSanta 4 days ago
I think the time between the original and this will work out well for me to be excited to play a sequel.
Comment by adithyassekhar 4 days ago
The final scene of TP1; the one where they show the rising sun over a hill, that felt so at home for me. It was the only reason I played the game, to see that scene. Something about the colors reminded me of my childhood.
Of course I could just see it on youtube or a screenshot but I wanted it to feel natural, I wanted the story and characters to take me to that hill scene. That’s all I cared about.
Comment by Folcon 4 days ago
I found it a really enjoyable read and a plausible take, so I thought it was worth sharing here
It's relevant as it's posted in the Thimbleweed Park forums ;)
-[0]: https://forums.thimbleweedpark.com/t/return-to-monkey-island...
Comment by tarkin2 4 days ago
I felt that Return to Monkey Island was a bit of a cop-out.
But the multi-layer, Mulholland Drive-esq, storytelling is a real eye-opener.
It appears that his multi-layered storytelling found its way into Thimbleweed Park and surface-level understanding probably won't get you far.
Comment by Folcon 3 days ago
Comment by Decabytes 4 days ago
Comment by madamelic 4 days ago
Not enmeshed in game development and have only done it very lightly: what takes a game like this 1.5 - 2 years to finish?
Like at a minimum, it's art, sound, graphics, and programming. If they are re-using assets, that's one of them ~done. So what's taking them 2 years?
My background is in SaaS type stuff and if I went to who hired me and said it would take 2 years to build out a non-cutting edge product I am pretty sure I'd get fired. So can any game devs briefly/not-briefly explain why game dev like this takes so long? I am just curious to understand the dev cycle.
I'd assume that with investment, he'd have at least one person per team so all of these can largely be intertwined with each other but largely running at the same time.
</not asking in a mean way>
Comment by melozo 4 days ago
Games and any creative work isn’t like that. There’s constant iteration as new ideas come up or developers learn in play testing that certain parts of the game work better than others, and so they realign things continually and keep refining. I’m not a game dev btw, but blogs from devs show a continual cycle of refinement and feature creep.
Comment by probably_wrong 4 days ago
https://blog.thimbleweedpark.com/archives.html
At a quick glance: four months for the engine (which they wrote from scratch [1]) and, based on the budget [2], roughly nine months for crowdsourcing and pre-production (setting the overall story and puzzles, deciding on the look of the game, building small proofs-of-concept), seven months for production, three months for testing and bugfixing, and two months for release (which they overshot by three months).
Comment by pygy_ 4 days ago
In this case, they may reuse some of the sprites for the main characters (default animations). Most of the animations are custom and can't be reused.
Likewise for the voice acting (I'd expect them to start from scratch here, the mood of the games may be a bit different).
Comment by RobM71 3 days ago
Comment by tetha 4 days ago
However, this is parallelizable: You can work on all 30 countries at once and ship when ready. You can work on taking and organizing notes in parallel. You can work on scaling in parallel. You can streamline UX in parallel while introducing tagging, or trees, or groups, or anything.
A game, and especially a narrative game, has an intrinsic linear component, the plot. You can work on a certain amount in parallel, sure: Once the rough shape of the plot is laid out, you can start working on assets, necessary engine features, sounds, dialog in parallel.
But you still have a strong need that a player or play tester has a good progression from act one to act two to act three, and a good progression from puzzle one to puzzle two to puzzle three. This takes a lot of very slow iteration.
This involves human testing by nature. You get a playtest every few months, if you have the money. You can easily throw more CI hardware to run your integration tests more often for more countries. Playtesters, especially those who don't know the game, are very, very limited.
Then you also want characters and settings to be consistent across the plot. If done well, this takes a lot of adjustments and refinement both back and forth. Sometimes the setting of Act three requires a character to have a certain trait, and that trait should be developed, so you now go back to Acts one and two to see if you can build up the character -- without knocking down the entire house of cards already in place.
And once you get to polish and atmosphere, it becomes even harder and more time consuming, because then you need new playtesters even more.
From a past job and working on some features, I spent a day or two presenting like 6-8 different options, and then spent half a day in different testing groups to figure out which procedural generation option "feels the best" for what the game designer wants. With a better spec, that could've been an hour. This made players more excited. Probably.
Comment by lentil_soup 3 days ago
You need to build the engine/tech, need to support various platforms including building a rendering pipeline (so Vulkan, DirectX and Metal). You need to support animation (probably just 2D?), audio (including various effects and params), different types of input, a UI system, etc. To author the assets you need editors of some form for building the scenes, for cinematics, for the narrative, for the animations, a lot of these will be custom. Then to get the assets in the game you need a pipeline that coverts everything into platform specific formats. And all of this has to be performant, targeting 60fps ideally and cross platform.
That's just the tech side. Then you need all the other disciplines to be in sync. Can't start on animations until you have characters, can't start on those until you have concepts but can't have those until you have a narrative. And these will go via a lot of iterations as you try things out and figure out what works.
Then there's testing, the possibilities from a user perspective are really broad so the bug surface is massive. For a simple app the user is quite limited so it's simpler to enforce rules and unit tests. With a game a user can do a lot across many platforms and the issues can be on the low level graphics driver or just logic puzzle errors.
Then you have certification, platform holders have a book of tests they do to your game so you don't brick the console. Things like, does you game handle unplugging the console while you're saving to disk?
I can imagine they'll reuse a ton of tech from previous games, but there's always new things you need to do. Two years is actually pretty fast for the industry.
Comment by dbalatero 4 days ago
He's also a small shop and perhaps they intentionally move slower. I suspect he doesn't need to urgently get paid for this.
Story writing is probably non linear in time it takes, and I imagine there's a fair amount of waterfall. E.g you can't schedule voice actors until the story and dialogue is done. Oh wait, the voice actors have other commitments so they'll be by in 3 months. Etc.
Comment by willyyr 4 days ago
Comment by amiga386 4 days ago
Thimbleweek Park 1 was nothing but meta.
Return to Monkey Island was corpo art and meta. "The real treasure was the friends you made along the way, computer game player". Thanks Ron.
I've forgotten the ending of The Cave, it was probably meta too, but at least it had some good slapstick.
Comment by davidivadavid 4 days ago
Comment by rubslopes 4 days ago
Comment by Razengan 4 days ago
meh -_-
Though Thimbleweed Park 1 was awesome in every way
I wish/hope someone else would take up the mantle of continuing the -spirit- of Monkey Island and make a new franchise with a similar rename: call it Ape Archipelago or something :)
Comment by dark-star 4 days ago
Comment by Razengan 4 days ago
It's like his heart just wasn't in it anymore
It felt like a "ehh let's get this over with" at best
or a medium-effort nostalgia-pandering money grab at worst.
Comment by account42 3 days ago
Comment by tarkin2 4 days ago
Comment by agos 4 days ago
Comment by tarkin2 3 days ago
Comment by agos 3 days ago
I do appreciate the multi layered aspect, and it's the number one element which keeps me coming back to MI games, and I especially appreciated the way in which RMI felt like a fading dream, with stuff being ever more "slightly off" than before.
But if this is indeed the intended "meaning" of the whole thing, the authors didn't do a great job at it. We get only bits and pieces of this purported hidden "reality", and on the other side we have a couple of very easy to read narrative levels where The Secret is clearly a MacGuffin (a trope the authors love: see the rewards for the three trials, and the treasure being literally called "Big whoop"), the absurdity and the anachronisms are the point, and once it's over the only thing they can say is... the game is over, now turn this off and go do something more interesting, which is a nice joke and sufficiently meta. The issue is that it's ok the first time, but after the third time it's an overused trope
Comment by p0w3n3d 3 days ago
Comment by drooopy 4 days ago
Comment by taeric 4 days ago
Comment by wisdomseaker 4 days ago
Comment by adamesque 4 days ago
Comment by agos 3 days ago
Comment by jamesrcole 4 days ago
Comment by hnx0rqy49u 4 days ago