Skip to main content

E3 2018 Press Conference: Nintendo

The last press conference of E3 was by my least favorite publisher: Nintendo. Yes, you can hate me now, but I simply don't care for Mario & friends. Granted, Nintendo has some good franchises too, but unfortunately there weren't any good new games lately from those (Starfox, Metroid, F-Zero). The list of games and announcements is pretty long for a 42 minute showcase, but it's mostly because there was a segment where they've thrown a new game on screen every 2 seconds, so here you go:
  • Daemon X Machina
  • Xenoblade Chronicles 2: Torna - The Golden Country
  • Pokémon Let's Go Pikachu/Eevee and Pokéball Plus
  • Super Mario Party
  • Fire Emblem - Three Houses
  • Fortnite
  • Overcooked! 2
  • Killer Queen Black
  • Hollow Knight
  • Octopath Traveler
  • Starlink - Battle for Atlas (with Switch exclusive: Starfox)
  • Arena of Valor
  • Minecraft
  • Sushi Striker - The Way of Sushido
  • Mario + Rabbids Kingdom Battle Donkey Kong Country
  • Pixark
  • Just Dance 2019
  • Dragon Ball FighterZ
  • Splatoon 2 - Octo Expansion
  • Captain Toad Treasure Tracker
  • Crash Bandicoot N'Sane Trilogy
  • Ninjala
  • Carcassone
  • FIFA 18
  • FIFA 19
  • Ark - Survival Evolved
  • Wastekland 2 Director's Cut
  • Paladins
  • Fallout Shelter
  • Dark Souls Remastered
  • SNK Heroines Tag Team Frenzy
  • Monster Hunter Generations Ultimate
  • Wolfenstein II - The New Colossus
  • The World Ends With You Final Remix
  • Megaman 11
  • Mario Tennis Aces
  • Super Smash Bros. Ultimate
That's a pretty long list considering that the second half of Nintendo Direct consisted only of Super Smash Bros. Sooo long and sooo boring! Did you have to present every character and list every small change in such detail?

Of all the other games, only one could capture my attention and that was the very first: Daemon X Machina. Sounds a bit like Deus Ex Machina, doesn't it? That was some really nice mecha combat with some epic music. Although I'm not really a fan of cel-shaded graphics ("XIII" being the only exception), I have to admit that this game looked pretty good! I'd really love to play it, but I probably won't since I don't own a Switch. Meh, ZoE 2 for PSVR should keep me busy on the mecha front.


Otherwise I was extremely disappointed, since we didn't get to see anything  from Metroid Prime 4. I mean the game was announced a year ago and you still don't have to show anything?

Okay, so this was one hell of a week. We did see some exciting new games, while some remained curiously absent. I've watched 9 press conferences, which comes in at approximately 11 hours. On top of that I bought myself a 3D printer and built that one (more on that later - maybe ;)) and this in a 40-hour work week. Crazy!

Comments

Popular posts from this blog

Making a game for the PlayStation 2

Actually, not really for the PS2 - not natively at least. Rather making a game for YaBasic which can be played on the PS2. I started my geek life when I was 11 years old and got my first computer (486). A few years later I found some games written in QBasic on a gaming magazine's CD. That was the first time I came in contact with programming. I didn't understand much back then, because I wasn't taught before and I didn't speak any English (it's my 3rd language...) so I was just trying to figure out how the games worked by modifying stuff. These games were simple text adventures, where you had to make choices and the game would progress that way. There were no commands like "go left" or "pick up". The game presented you all the options and you had to input the number of the option you chose. And instead of "if-else" there were GOTOs everywhere. This was how I made my first game, a multiple-choice quiz with 10 questions. Since I didn...

RE: "Hacking" the PS2 - Game development

Happy 2019 everbody! This is a follow-up to my previous post:  "Hacking" the PS2 This whole thing started basically when I discovered that there is a possibility to write your own programs for the PS2. I didn't have a PS2 back in the day (I started collecting consoles around 2011) so I just found out recently. Finding out how YaBasic worked and "reverse engineering" the checksum in the source code proved to be so entertaining that I basically lost interest in making a game after that. During the holidays I had a lot of time and to make something productive I decided to take it up again and this time actually make a game. I also wanted to "streamline" the development process by not having to use 3 different programs and 2 OS's to test every change in the code I make. My old process was: write the code in Vim run the Bash script (from the previous post) to add the checksum use PS2 Save Builder to make a save file use mymc to a...

Open Source doesn't work

Before you misunderstand me: I'm a Linux user and love open source software (OSS)! I always try to use OSS if there is one available. But speaking from personal experience the idea behind open source doesn't really work. Hear me out. Open source is based on the premise that everybody can contribute and this way the software gets better. The more people do it the better it gets. Well, I have 2 cases for you. The first one is Ansible . I've made a small patch in one of the plugins (hashi_vault) to make the plugin more flexible. I've created a pull request (PR) back in August 2019. At that time the patch had no conflicts with the master branch. But it was never merged. Now, over 8 months later the patch still isn't merged and has conflicts, because the code changed so much since then. So instead of quickly accepting a good patch - which would help not only me, but probably quite a few others - it was left and forgotten. I find this rather sad. It shows the go...