Skip to main content

Finish Him! Mortal Kombat 11 Reveal

Okay, so I'm writing this shortly after the reveal, but the livestream is still going on, so there might be some stuff I don't know about.

The reveal was... AWESOME. I had goosebumps, I was shaking and I had tears of joy all at the same time. I love this series and have been playing since MKII. Since I got to know this series with the second entry, I already got a bigger selection of characters, than the people playing since the first game. This also means that I got to choose my favorite character from a bigger roster. And of course it had to be Baraka! I still know all of his moves by heart (back, back, back, low punch being my most loved). And that finisher. OH. MY. GOD. Ripping of a guys (or girls) face. Then his skull. Then... yummy!

The return of Skarlet is great. Her moves were pretty fun and maybe the bloodiest of them all.

Geras, the "new guy" looks to me like a cross between Tremor and Jax, maybe with some Egyptian style mixed in. No? Well, let's see how it works out. Maybe he's related to Tremor?

And who was that time manipulating chick in the prologue? Is she another god? Is she playable?

The roster seems a bit small compared to Mortal Kombat X(L) (33 characters total) with only 25 slots on the character selection screen. Hopefully there will be more added later. But I liked the character kustomization with the different kostumes and weapons to chose from. It'll be a blast to "design" my very own Baraka.

Ronda Rousey as the voice of Sonya Blade is a nice surprise, though I don't really care about who voices the characters as long as they sound right.

A little note about the music: please loose that dubstep/rap shit! It doesn't fit the game.


Finally, the Kollector's Edition: unfortunately I have to say this was a bit of a letdown. The mask might be cool for some, but I don't really care for it. I was hoping for a figure (maybe not Scorpion, because he's fucking everywhere) or some other gimmick. Anybody up for a Kard Game? I think that would be a great addition to the Kollector's Edition.

Finally again: just a quick list of things that would be great if they were included:
  • Konquest Mode or The Krypt
  • Babality and/or Animality (those Brutalities looked great!)
  • NO microtransactions PLEASE
  • Konsole-specific characters: Kratos on PS4 and Marcus Fenix on Xbox
  • Klassic characters: Kitana, Mileena, Scorpion (with klassic skin), Smoke, ...
  • Klassic levels: The Pit II, The Pit II and The Pit II (it needs to be back)
You're next!

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...

"Hacking" the PS2

Okay, it's not really hacking, but I got your attention, didn't I? The story begins as follows: basically I had some old demo discs from PSi2 (an inofficial PS2 magazine) laying around. I had no idea what's on those discs, so a few weeks ago I started popping them in my phat PS2 and checking out the games and videos. I even found some "new" games I've put on my wishlist since then. But that's not the point right now. On one of these discs there were some demos written for a software called YaBasic . Well, I know QBasic from DOS times, so I got interested. YaBasic is apparently the *nix implementation of the Basic programming language and this was the PS2 port of that. Well, let's see what it can do! Oh, but wait. I don't have YaBasic itself. I never had an official PS2 demo disc which contains the software. Let's get to tha choppa! I mean, emulator! Let's get to PCSX2 ! I extracted the PSi2 games from my memory card wit...