Skip to main content

E3 2018 Press Conference: Bethesda

Today I have been really productive (*taps on shoulder*) and have 2 posts for you, so let's jump right in!

Bethesda really outdid themselves by showing quite a few games in the first half of their press conference, then showing basically only 2 more in the second half. Here's the complete list of announcements:
  • Rage 2
  • The Elder Scrolls: Legends
  • The Elder Scrolls Online: Summerset
  • DOOM Eternal
  • Quake Champions
  • Prey Mooncrash & Typhon Hunter
  • Wolfenstein II for Nintendo Switch
  • Wolfenstein Young Blood
  • Wolfenstein Cyberpilot
  • Skyrim Very Special Edition
  • Fallout 76
  • Fallout Shelter for PS4 and Nintendo Switch
  • The Elder Scrolls: Blades
  • Starfield
  • The Elder Scrolls VI

The show kicked off with a bang: Andrew W. K. on stage, performing live to "introduce" Rage 2. I have to say, I didn't really like the original Rage. It wasn't a bad game and maybe it was my mistake to rush through the storyline instead of exploring, but it didn't really feel like an open world game and the weapons didn't feel "right" somehow. I can't really put my finger on it. Here's hoping that with Avalanche Studios (who made the beautiful open world of Mad Max) Rage 2 will be better. The gameplay certainly looked great!

After some TES games (which I'll simply skip) we've got a teaser of DOOM Eternal. "Hell on Earth". And that's it. What is it? A DLC? A new game? They didn't tell. Some sites say that it'll be a new game, but we won't know for sure until QuakeCon in August.


Prey also got 2 major updates. The first (free!) update went live during the press conference and is called Mooncrash. Looks like a pretty fun game mode: escape the moon, but every time you die the "level" will be different (enemy placement and environmental dangers shift around). The second update is called Typhon Hunter and will feature VR! Hell yeah!

Next, a bunch of Wolfenstein announcements to "fuck Nazis on every platform possible". Wolfenstein II - The New Colossus is coming to the Switch, B.J.'s twins will get their own (co-op) game called Wolfenstein Young Blood and another VR game: Wolfenstein Cyberpilot. Damn Bethesda, leave some crumbs for the other publishers as well

Skyrim will also be available for Amazon Alexa... Oh, wait. :D It's good to see that Bethesda can joke about themselves and that they finally realized, that the should move forward instead of milking Skyrim even more. But thanks for the laugh.

This was about half time. And with that for me the interesting part ended. Fallout 76 got a good 30 minutes of detailed presentation, Fallout Shelter was announced for PS4 and Switch and well... we got another "Skyrim" called The Elder Scrolls: Blades. I have to mention this one, not because I care about TES, but because the platform the game will be available on: basically EVERY. FUCKING. PLATFORM. Cross-platform multiplayer. A PC gamer with a VR headset playing against somebody using their mobile phone. This is insane! I really hope that the concept works and that we will see more cross-platform games like this one in the future.

Okay, there was another announcement, which got my attention: Starfield. Even though basically nothing was shown it got the attention of the audience and I'll be keeping an eye out for what this game will be.

Last, but not least TES fans got their long awaited wish fulfilled: The Elder Scrolls VI is confirmed. What it will be? Well, they didn't say. The announcement wasn't more than last year's announcement of Metroid Prime 4. A logo (and some landscape)...

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