Furthermore, there is an option to destroy the special “gift” if you can resist accepting it. However, all you get for doing so is a few brief lines from the Emperor. Your companions don’t seem to notice, and there isn’t even an quest log update.
Furthermore, there is an option to destroy the special “gift” if you can resist accepting it. However, all you get for doing so is a few brief lines from the Emperor. Your companions don’t seem to notice, and there isn’t even an quest log update.
As I said in another topic, this is the only way to play FF3 in its original form (or at least close to it) and in a language other than Japanese, outside of emulation. The DS remake is fine, but it is definitely a different experience.
I’ve spent some time with the first three, so I can give my opinion on those.
The FF1 remake is very different experience than the NES original. That version had a ton of minor bugs that gave that gave it a unique balance. Every subsequent remake, including the pixel remaster, has been an attempt to fix those bugs, and add modem QoL features, and then rebalance the game to try to keep the same feel. I think the pixel remaster is a good game, and comes closer to the feel of the original than some other remakes, but it is still a distinctly different experience. I’d characterize it as a different game wearing the same clothes.
The FF2 remaster, on the other hand, is probably the best way to experience that game. The Famicom original is notoriously unbalanced and player-hostile, but those problems are effectively bypassed by the simple inclusion of two QoL features: a map, and a one-button autobattle. It took decades, but FF2 is finally worth recommending to more than hardcore fans.
The FF3 remaster is in an odd situation, in that this is the first time a close approximation of the Famicom original is officially available outside of Japan. The DS remake from 2006 is a significantly different game, especially in the first couple of hours. I didn’t play as much of this one as the other two, but I can’t imagine it deviates too much in the later parts of the game. I would guess, though, that the more flexible save mechanics make the notoriously difficult final three dungeons much more manageable, though maybe more prone to soft-locking.
Protip: jump back in the water after you raise the level for the first time.
If that doesn’t make sense right now, it will in a few hours.
It took a lot of inspiration from Tactics Ogre: Let Us Cling Together, but the two games had basically the same creative team anyway.
I think those screenshots look like something closer to Ogre Battle or the recently released Unicorn Overlord rather than any RTS.
The story seems generic at first, but it goes places later.
One feature I really liked about this game was that you can adjust the encounter rate, even down to 0%. No in-game consumables or equipment needed, just an option in the menu. If you want to gain a few levels, you can crank it up. If you just want to revisit an old location because you missed an item, you can turn it off.
Briefly: I didn’t.
More substantively: I never owned a cell phone growing up, even though I was at the right age when they became a common thing for teenagers to have. It wasn’t a money thing, nor household rule, as my sisters got phones when they were in high school. The biggest reason was probably just how I communicate. I wasn’t big into IM services either, and I preferred email or face-to-face, or a (landline) phone call if it was an urgent matter.
Then there was also my adolescent brain thinking I was making a bold counter-culture statement by steadfastly resisting the march of technology. In reality, I was probably just being a pain in the neck for my friends and family, and I probably unnecessarily endangered myself at least once.
I did finally, begrudgingly, get an old hand-me-down flip-phone in my final year of university, but that was out of necessity, and I used it to make maybe only a dozen calls the 2.5 years I had it before getting a smart device.
To bring it full circle: I did try sending a text message with that flip-phone exactly once, at the insistence of my family. That message was predictably a garbled mess, and to this day my sisters still wonder how I managed to get a number to appear in the middle of the “word”.
I have a number of other somewhat amusing stories about people’s reactions to my lack of a cellphone, but this post is long enough already.
Am I the only person in my generation who never learned to type on a number pad? It wasn’t the only thing I didn’t recognize from the “test”, but it stuck out to me.
Well, there’s the fact that outrage seems to drive more activity than other types of content. YouTube sees it as a more profitable option to advertise a Very Angry Gamer™ to you, even if you aren’t interested. I guess they assume that you’ll find something to watch anyhow, but if they will profit even more of they can hook you into the outrage machine.
Then there’s my personal hypothesis that in order to enable this, YouTube’s algorithm weights your demographics, subscriptions, and viewing history much more heavily than your manual inputs.
My wife and I had this conversation the other day. Our kid is only two right now, but as we’ve learned, these milestones sneak up on you.
I used my own life as a guide to my opinion, and so landed on age eight or so. That’s around the age I remember being able to go to the park or to a friend’s house within the neighbourhood on my own.
Other questions about how much functionality the phone would have and how much access they would have to it at home are still to be determined.
You are welcome.
Pointers do make more sense to me now than two decades ago, mostly owing to me being married to a computer scientist. But I always go back the fact that for the purposes of my first year programming course, pointers were (probably) unnecessary and thus confusing. I have a hard time understanding things if not given an immediate and tangible use case, and pointers didn’t really help me when most of my programs used a bare few functions and some globally defined variables to solve simple physics problems.
EDIT: I’ll also say that pointers alone weren’t what sunk my interested in programming, they’re just an easily identifiable concept that sticks out as “not making sense.” At around the same time we had the lesson on pointers, our programs were also starting to reach a critical mass of complexity, and the amount of mental work I had to do to follow along became more than I was willing to put into it - it wasn’t “fun” anymore. I only did well on my final project because a friend patiently sat in my dorm room for a few hours and talked me through each step of the program, and then fed me enough vocabulary to convince the TA that I knew what I was doing.
I doubt that you’re missing anything about pointers themselves. I may not have done a good job articulating why non-programmers have a hard time understanding them.
I am but one man whose only education in programming was a first year university course in C from almost two decades ago (and thus I am liable to completely botch any explanation of CS concepts and/or may just have faulty memories), but I can offer my own opinion.
Most basic programming concepts I was taught had easily understood use cases and produced observable effects. There were a lot of analogous concepts to algebra, and functions like printf
did things that were concrete and could be immediately evaluated visually.
Pointers, on the other hand, felt designed purely of and for programming. Instead of directly defining a variable by some real-world concept I was already familiar with, it was a variable defined by a property of another variable, and it took some thinking to even comprehend what that meant. Even reading the Wikipedia page today I’m not sure if I completely understand.
Pointers also didn’t appear to have an immediate use case. We had been primarily concerned with using the value of a variable to perform basic tasks, but none of those tasks ever required the location of a variable to complete the calculations. We were never offered any functions that used pointers for anything, either before or after, so including them felt like busywork.
It also didn’t help that my professor basically refused to offer any explanation beyond a basic definition. We were just told to arbitrarily include pointers in our work even though they didn’t seem to contribute to anything, and I really resented that fact. We were assured that we would eventually understand if we continued to take programming courses, but that wasn’t much comfort to first year students who just wanted to pass the introductory class they were already in.
And if what you said is true, that later courses are built on the assumption that one understands the function and usefulness of pointers despite the poor explanations, then its no wonder so many people bounce off of computer science at such a low level.
I definitely feel this. I had to take a programing course in university and I was easily able to follow along up until the lesson on pointers, whereupon I completely lost the thread and never recovered.
I’ve known a good number of computer scientists over the years, and the general consensus I got from them is that my story is neither unique nor uncommon.
Don’t be afraid to mess around with the class system and try out things beyond the default mono-elemental classes. There’s no penalty for changing your class setup every so often, or even after every fight
Having learned French as a second language, I can say that the gendered noun thing wasn’t the most difficult aspect, but it was the most consistently annoying. There are signifiers that makes the gender of some nouns very obvious, but then there are just as many others where it feels arbitrary or even contradictory to the established trends.
… there is only passion.
I mean, it should have died years ago the last time they unceremoniously dumped talent over apparently ideological reasons, but they survived.
Granted, this time is different because now they are losing their primary breadwinner. They plodded along before because ZP still brought in people. This wound may actually be fatal.
The emotional part of my brain is telling me to buy this ASAP, because the N64 was such a formative part of my adolescence.
The logical part of my brain is reminding me of all my other nostalgia-fueled purchases that subsequently failed to spark the joy of youth.