Skip to main content

Gamescom Summary

Like I promised: a short summary of Gamescom.

For the visual types - the pictures can be found here:


This year Gamescom was a little bit different like the years before. I was very surprised, that 2K and Bethesda didn't have a booth (2K announced it pretty early, but didn't hear about Bethesda beforehand). Both have games coming up. I was looking forward on seeing - and playing - some of The Evil Within 2. The game should be pretty much completed, since it comes out on Friday the 13th in October, which is less than 2 months from now. They had a presentation in the business area, but unfortunately I couldn't get an appointment...

The other difference was quite a big and positive one: there were no more "cinemas" where they only show you some prerecorded gameplay after 3 hours of waiting. I guess many people complained, that those became very common in the last few years. This way everybody could try out games for themselves, which made for a much better experience.

Sony didn't have any signs of Days Gone or God of War. It was a bit disappointing, since we have seen gameplay footage from both and I hoped to play those sequences. But everything was forgiven, because Detroit: Become Human had a playable demo. It was the same level, as previously seen in trailers (the hostage situation in the apartment), but it was so much better "living" it. I really felt bad at the end!

If you followed my Twitter feed you saw that I could play basically every game I had my eyes on (except the ones not present at Gamescom). For completeness' sake, here's my list which is now fully updated:


There was also another surprise: since there were no more cinemas, most publishers apparently had enough space to put up enough stations. This way everybody could play with really short waiting times. For Assassin's Creed: Origins Ubisoft prepared about 70 or 80 PCs and even though the line was longer than ever, it was moving forward pretty fast. I never expected to get in under 1 hour on a Thursday. Destiny 2 for PC was similar. The line went around the booth once, but it took only 1 hour until you could play (which is pretty good for Gamescom). Unfortunately this wasn't the case for all booths. Call of Duty: WW II's line was over 3 hours and if you wanted to get in the PSVR truck without an appointment, you could look for as long as a 4 hour wait!

That's it. Short and sweet. For more information check out my Twitter (@DMc00L or to the right in the sidebar). And don't forget to check out the pictures (link above)!

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

Building my own arcade cabinet - a photo diary

This has been in the making for 1.5 years and I'm thrilled to share it with you. But instead of writing a long post with boring details, I'll just add short comments to the pictures. Enjoy! The beginning: RasPi3 and RetroPie started for the first time. Buttons & joystick from AliExpress for $20. Neat! Testing the buttons. The first box. Version 2 of the box, much cleaner. Should be something like this, when it's finished Temporary solution: ATX power supply from an old PC. The amplifier arrived, too! Learning to solder: if your tip looks like this, you're doing something wrong. Visual concept number two: controller and speaker box. The messy insides of the controller box. A friend helped me out cutting the wood for the final controller box. That's not the final box, just another test run. This is more like it. Made from an old office desk. Button layout on paper...

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