Some Good and Recently Released Rally Games

I started playing WRC 9 at end of last year. So it was December 2020. I had just got a new PC. This was the first game I bought. I had heard about some earlier WRC games. Let me say that this is definitely a series of games and not only one game. But I heard that one game in this series is very bad and you should not buy it. I thought that maybe it was only one bad game. You shouldn’t judge the whole series with one game.

So I read a review of WRC 9 as players often do before they buy a game. WRC 9 received a good grade. I think it was 8 out of 10. So I decided to buy it. It was a good decision. I really enjoyed the game.

I had earlier already played Dirt Rally 2.0. I was very excited about it when it was released back in 2019. I bought it just some days after it was released. I was confident that it would offer me good time. It promised to bring you a good driving experience even if you play, as I do, with only game pad instead of a driving wheel and pedals. I don’t play with wheel and pedals. I haven’t really ever got in to it. It would be a more realistic experience but I just can’t seem to learn so much of it for me to make the transition. I have actually played with game pad since I first started playing the first Gran Turismo and a bit after it Colin McRae Rally 2.0.

The latest rally game I purchased was WRC 8 for PS4. I found it in sale from a supermarket. It’s nowadays somewhat rare to find games from super markets but I made a find. It’s price was about half the price it was originally. I found it to be a very good rally game also.

So these are some latest rally games that I’ve played. They all offer a certain and good feel of driving. WRC 8 and 9 are a bit more playable and Dirt Rally 2.0 offfers a bit more realistic feel. Of course you can tweak the settings and make the game more difficult if you wish to. I am not going in to detail with this post. Dirt Rally 2.0 is designed by Codemasters. WRC is a bit younger series of rally games. Codemasters has delivered us some very good titles in the history of rally games. You probably remember Colin McRae Rally. I wrote recently about it and…you probably guessed it…it is my alltime favorite game.

So if you are looking for a good rally game here are some recommendations. We didn’t get so deep in this text. I just don’t really know how to approach this subject. I can see how developers’s algortithms work in here. At least I can figure out how the feel of driving is getting simulated. So basically your computer reads what buttons you press in which time and defines where your car is positioned and so on…it’s very complex. But my knowledge as a programmer and player, also, bring me to the point where I can actually see what goes on under the hood so to say.

All of these games are definitely more like driving simulations instead of arcade driving games that have more play ability inside. If you want to know more about games like these keep following me and you can definitely have some experience of driving a real racing or rally car. It would definitely help you. I really think there is no right or wrong. This is just some of my thinking. And…I believe the main designer that was behind the first Dirt Rally was a real expert in his field. He had a deep knowledge of games and cars.

The Ultimate Incompatibility (of Old Windows Games)

I have games. I mean, I have lots of games. Old games, new games, interesting games, rare games, big box games, err…PC games? Yes.  I have lots of PC games. How can you play old PC games? With a PC? Yes. But what is your operating system? What is your graphics card? Processor? Do you actually have today a SSD instead of HDD and does it really matter?

The point here is that you were, earlier, playing these games with a computer that had maybe Windows 98, Windows XP or MS-DOS. Now it is 2021. The standard in Windows is Windows 10. It was only while ago when Windows 7 lost its support from Microsoft. Hardware does evolve. Operating systems keep developing. There are many changes. PC is a strong standard but its weakness is that old games that you were able to play earlier don’t necessarily work anymore.

You can have an old PlayStation or NES. You can then play these games with this device. And the strength of consoles compared to PC is just that. They can deliver games and playing them is reliable. This might have something to do with the traditional mentality of computer gamers. It used to be a good thing that your PC was fast. So basically we are having games as physical copies lying around in corners. I have made tens or maybe even hundreds of purchases from flee markets. Many times the game finally ended up not working on my Windows 10.

One solution for this is setting up an old computer that is running some old operating system. I haven’t tried this trick. Some games are so popular that there are fan-made patches that enable you to play the game. If your game is compatible with DOS you can always download DOSBox. You can also try to run your games on some virtual machine that has the right operating system. Steam is full of old games that are available for purchase. They work. That’s what you pay for.

So operating systems change. So does the hardware. So drivers play a big role in this game of games. We are forced to update our devices. You have to buy a new phone in say two to three years. Computers might last a bit longer but you can’t play latest games with a pc that is five years old. At least if you don’t update it anyhow. This problem is also visible on PlayStation and even Xbox. Basically the problem is that some old games are just so good that some gamers still want to play them.

Why aren’t there better emulators for old PC games? And this applies most to Windows 98 and XP era. There would even be some commercially interesting ideas about this subject. Would you pay for a retro console or software that you could play your old retro style games?

Tools for Building Your Game

Do you want to know how to actually make a game? Do you have an idea? Let me tell you what it is about and what skills you must learn. You might already have a friend or two that are talented in for example doing graphics or making music with personal computer. Why wouldn’t you get to understand how to make your game? And wouldn’t it be fun even if you wouldn’t actually end up releasing a game?

We will start with 3D modeling. There is this method to make a 3D featured game. You will have to make all the objects that the player encounters and also all surroundings and so on. If you want to make a game that has only 2D graphics that’s ok. But in this blog post we are dealing with 3D environment. So for making animations and 3D models you have to learn to use Blender. Or one of your friends has to. You probably need also skills in programming OpenGL which is based on C++. SO you need to know programming also to “make things click”. you have to have a way for the player to interact. So you need input from player. This is also made possible through an interface that has to be programmed. Making a game isn’t actually all programming but it isn’t all creative thinking also.

You don’t have to make your game with C++. You have a wide variety of different programming languages to choose from. You can make games with Java. I have been fiddling around with SWING. It is quite easy to make a game with a GUI but no graphics. You can make for example a role playing game with a deep plot. There are also some game engines for you to choose from (in Java). Some of them are engines like LITIENGINE and LWJGL – Lightweight Java Game Library. You can find more information about them … again … from your favorite search engine. (Or I might write about them some day). Android is also build with Java. So you need to learn Java if you wish to make a game for a mobile device that runs Java.

What about Python? You might have learned basics of programming from some course for example with it. Python is very good for many purposes. You can make games with Python. Then you would maybe want to learn about Pygame. There is also a funny library for Python for making games that have ASCII graphics (and only ASCII graphics).

You can choose C and C++ and then you are again going to the direction of using OpenGL for so many things. Have you ever made websites? Then you must be familiar with things like HTML, CSS and JavaScript. This is one way for you to make a game also. You can even use a library like Phaser that is based on JavaScript. You can also make your game with C#. You can also make something out of SQL or databases.

There are also some other ways to make a game that I haven’t yet mentioned here. There is basically tools that are built for making games. So they act like software that you can code and design your game with. Some of these tools are Game Maker Studio, Stencyl and Unity.

We have dealt with programming and 3D modeling. But you need also something else. You need graphics or to say it more precisely you need textures. Textures form the surface to your 3D models so they will look like they were actual objects in actual real world. Or that is their goal since a clever player always recognizes that he or she is playing a game and it’s never a real life situation. But, you need textures, right? Your tools for accomplishing this are free tools like GIMP and/or Paint.net and actual paid software application Photoshop. These tools are powerful and you have to learn to use them if you wish to make a game.

Some graphics can be made from sprites. So animation needs many still pictures that finally form the desired animation. But let’s think that we are building a game with 3D environment so we will stick to using Blender for the purpose.

Okay. What about music? What about sound effects? A good game has a dedicated soundtrack, right? You can make your own music or you can try to contact some independent artists. You can find these artists from SoundCloud or if you can speak in Finnish or at least in English you can try to talk to some artists in Mikseri which is a Finnish platform for releasing songs as mp3s on internet. But those are your options, basically. And music you can also find from YouTube. Try asking from some artist you dig.

You can find lots of sound effects online. You can try Freesound.org for example. Sound effects might be hard to make. It helps if you have a good quality condenser mick. These come nowadays with USB connection and they cost about from forty euros to several thousands. I would myself prefer a good and cheap mic for testing to record something. You can get creative with this. Slice an orange maybe and record that sound. You need to handle the audio clip. So you need skills in using an audio editor like Audacity or any other audio editor.

If you really want to make your own music to be played on the background you need to master some DAW. There are free DAWs, like LMMs, and ones you have to pay to use, like FL Studio or Renoise. There might be free to use demo versions that have some limitations. Some free DAWs I actually haven’t tried to this day are Pro Tools First, Ohm Studio, Cubase LE and Ableton Live Lite. I make my music with FL Studio.

You probably need some instruments. And I mean “virtual instruments”. There are lots of free VST instruments and effects. Some tools come with VST plugins and you can also buy them if you really need. A MIDI keyboard is a good thing to have. So you can make all the melodies with your virtual instruments. It doesn’t hurt if you have samples or if you have a friend that can play some guitar so you have all the diversity that is needed.

You will also need some gear. If you want to record vocals while you are listening to your instrumental at the same time you need headphones. Want to know why? Your voice starts to circulate if you don’t use head phones and you basically don’t want that to happen. You might also want to use monitor speakers. I have spent under 1000 euros for my studio, well if you leave the computer out…But you don’t actually need a super fast computer for making music. You can use your parents desktop really well. Just something that runs your audio software and has some space for your music. And you can buy for example a licence for OneDrive pretty cheaply so you would have 1 terabytes of space.

The last thing, I promise this is last in this long long blog post is about big data. What the f has big data to do with gaming, you might ask. It has every effing to do with today’s gaming. You ever think about how much data is moving in mobile activity all the time. There is also data to move in games. This can be something about how you make your choices in the game or what kind of weather happens to be or what time of the day it is. All this makes games very realsitic. But you know what? It makes them more boring. This is purely my opinion. But keep in your mind that there is a lot going on inside the game when you play it.

 

Different Platforms For Releasing Games

You might have thought about releasing your own game or you might just be curious about what platforms can be used for playing games. This is interesting for me as a programmer so in this blog post I am going to open up a bit these different ways you can today play and even design games.

I have been making websites as a hobby for very long time. I started back in the 90s. To be precise it was the end of 90s. Back then we didn’t have any mobile devices at all. Bluetooth wasn’t where it is today. I think there even wasn’t this thing we call USB standard. So if you had a PC you had to plug in your gaming pad some other way. I don’t recall what that way was. Basically if you wanted to play with game controller you would be preferring PlayStation over PC.

But what I was saying is that one platform that you can make games on is the web browser. You can develop your game with only HTML, CSS and JavaScript. If you make a game this way it is very easy to release it. You just have to upload your game to a web host. There are places on internet that actually sell these games also. So this is one way to make a game.

You might want to go mobile. This means you have to learn Java and after you have mastered it you must learn software development in Android (or iOS and ´the programming language that is used with it). I have tried my hand at Android development. I found it to be very hard. So I gave up on this idea. But this isn’t what you should do. If you have an interest there’s nothing that can stop you from downloading the appropriate IDE (Integrated Development Environment) and start working on it.

One way to release a game is on some gaming console. This is a bit harder since manufacturers of gaming consoles tend to have a sense of control over what kinds of games are being released on their systems. Sometimes you even need a specific development kit for the desired console. So this is a hard way for an independent software developer. It can also cost a lot of money. This way includes also handheld consoles like Nintendo Switch Lite. You might notice that Nintendo is going in it’s own direction as it doesn’t really care so much about mobile gaming.

You can also release a game for an old gaming console. You probably don’t have an appropriate development kit but I can assure you that there are lots of software tools for accomplishing this. So you actually can make a game that is playable through emulator. You can use emulators to play old games on a wide variety of devices that include smart phones, computers like Raspberry Pi and personal computers. There are emulators for playing games of for example Commodore 64, NES, SNES, Master System, Mega Drive, MS-DOS, PlayStation 1 & 2, Dreamcast, GameCube, Wii and many others.

There are also many operating systems that games for PC can be released on. There is Windows, right now it is Windows 10, and many versions of Linux (like Ubuntu). There are also Linux distributions that are dedicated to retro and emulator gaming. I can name some of them. There is Lakka OS, RetroPie and Recalbox just to name some of them.

If you don’t want to release your game for free there are many online software stores that can be used to sell your game. There is Steam and GOG which are big names that have numerous amounts of games available. There are also lots of other options that you can find using your favorite search engine.

I didn’t go to what tools you can use for developing your own game. This might be a good time to have a break. I will come back with another post for you very soon. It would be a good idea to present for you some tools that can be used for developing a game for Android, Windows, Linux or for web browsers. This would be interesting wouldn’t it?

Some Titles from Capcom

I got the idea for this blog post as I was playing the first Devil May Cry. It was actually an HD release and it was for Xbox 360. I find this game to be of good quality especially considering it was first released for PS2 in 2001. I find many familiar features inside the game. For me it brings especially Resident Evil to mind.

I think it’s not possible to not notice what company made Devil May Cry. It was Capcom. You just can’t miss their logo from the beginning of the game. Actually, when you think about it, there is a huge amount of video games of very good quality that were released by Capcom. Many of these games are familiar to me. So it makes an impression.

First memories that I have that are related to this company are from the game Street Fighter II. I have strong nostalgic feelings when someone even mentions Resident Evil. Do you still remember Dead Rising? Do I have to tell you about Mega Man? Dino Crisis? This list is very impressive.

The story of Capcom started in 1979. It was originally part of a company called I.R.M. It started concentrating on video games software instead of gaming hardware of arcades and was actually named Capcom in 1983. They released their first game ment to be played with a video game console in 1985. It was a game called “1942” for Nintendo Entertainment System or, as shortened, NES.

I personally have enjoyed many of their games. Today they have over 2500 employees. One of their games, Street Fighter, is still a very popular game in eSports. There are many players that wish to compete in this game of this genre. I think it has these certain qualities that make it perfectly suitable for competitive one-against-one matches.

You can read more about the history of Capcom here

Some Really Big Games Released By Finnish Companies

You might not know that I am from Finland. As a person from this northern land that has only about 5,5 million people living in it I am very proud of our game companies and our game development scene. We have here a strong ground for developing games. People that live here are always interested in latest technology and computers are a hobby for lots of people. Do you know Nokia? It’s from Finland also.

Back in the 1980s Commodore 64 computers were a very big thing in Finland. Many hobbyists were driven into electronics and programming by these Commodores devices. Some people learned programming with BASIC and some people that were really into this kind of stuff were learning how to program in assembly language. There was also people making demos, composing music and creating visual art with these computers.

Game development really lifted its head here in the 1990s. Remedy managed to make a great game called Death Rally. They later released more games. There were also companies like Housemarque and Bugbear, which developed some really nice racing games, like Rally Trophy and Flatout series. Housemarque released a game about snowboarding called Supreme Snowboarding. All these companies had their roots in Finnish demo scene called “demo skene” in our native language. Finnish game companies include also Rovio, Supercell and Redlynx and Frozenbyte.

The ability to adapt technical skills is the base of this kind of progress in game development in Finland. We are a small country after all. We have been the northern most country that is actually farming and it was like this for a long time. You can study game development and even electronic sports here. I hope this post didn’t include too much. It was supposed to be just a post about how gaming and culture has evolved here. And also to promote my home country a bit.

Let’s mention some famous games here that haven’t been already mentioned. Max Payne series, Flatout series, Rally Trophy, Alan Wake, Angry Birds and … I think this is enough. Check out the latest games from your favorite game store which might be Steam for example. And I am not going to forget to mention a game called Noita. It is also a game that has been developed in Finland.

Before buying a new game…

How do you make a decision about what new game to buy? There are many things that can be considered. Sometimes cheap price is something that triggers this process. The game might be a sequel to some other great game that you have some pleasant experiences with. It might be your favorite game of your childhood if you are thinking about getting your hands on a retro game. Sometimes this leads to thoughts about buying some retro gaming console or even a brand new PS5 or Xbox Series X. But we are talking here about how to make good choices when buying a new game.

You can buy the game as a physical copy or as a download. When I am making my choice I usually check out some video with some gameplay. Then I check what other customers that have already bought and played the game are saying about it. I usually also skim through some reviews. Good places to find these are Metacritic and/or Gamereactor. I somewhat follow two Finnish gaming magazines that are called “Pelaaja” and “Pelit”. Some of the most important web shops that you can buy your game as a digital copy are Steam and GOG (“Good Old Games”).

Usually I also take to consideration how long will it take to finish the game. There is a reliable website for that purpose. It is called “How Long To Beat”. You can find the time for beating a game that can be an old retro game or a new game. Members of the site can add the time that took to beat a game. There is also an estimation of how long would it take to complete the game in all of its content (“completionist”).

I like flee markets because you don’t have to make so sharp decisions on what game are you going to buy. The price is usually low. If I’m going to spend 60 euros to a game I have to make a smart decision. I want to know if the game is worth the money. If I really like the game there is a chance that I could buy a special collectors edition of the game that would cost a bit more. It’s cool to have big decorative gaming pieces comparable to old PC releases that came with a big box. One example of this kind of a release is Tony Hawks Pro Skater 1 + 2 which had a skateboarding deck included with its collectors edition (that was actually sold out by the time I was making my order of this game).

Getting your old PS3 racing wheel and pedals to work with PS4

I had an issue with my old Logitech G27 racing wheel and pedals. I couldn’t get them to work on my PS4. Originally G27 works with PS3 and PC. I was a bit sad as I thought I’d have to spend hundreds of euros to buy a new product. It didn’t make any sense to me. I was glad to find a solution to my problem.

And the solution was simple. I found a company called Brook. It had a “Super Converter”. It actually had many kinds of converters, but I was interested in this PS3-to-PS4 functionality. It was hard to find, but finally I managed to succeed in my search. I found the piece needed and made my order.

This product is actually called, or named or whatever, Brook Game Controller Super Converter. Its main function is to transform any PS3 controllers, joysticks or steering wheels output to match PS4s. Don’t ask me so much about the technological side of this issue. Though I can tell you that I had to update this devices firmware to the latest. You can find this software from Brooks website. Basically you just plug the converter to a PC and run the update process. Once that is trough you can just plug the thing to your PS4 and plug your PS3 device to the USB block. So it’s easy to use and even more eaasier if you have some tecnical experience with PC and embedded software installations.

This product works nice. And it wasn’t so badly priced if the other option would be to buy a new steering wheel. Since my G27 is in great conditon, working nice and I’m very satisfied with it, I’m not going to buy a new one. There seems to be some problems with consoles not being compatible with each other. This is understandable when considering Xbox and PlayStation but I can’t understand why it isn’t possible to play PS4 with my PS3 controller or steering wheel. As we have seen USB devices being compatible I don’t understand the reason why Sony would want its users to not be able to do this. That would make gamers happier and maybe make their life a little easier. Money might be the reason. I had to pay about 80 € for this converter. But now I’m happy and able to play Dirt Rally 1 and 2.0 and maybe even pursue a career as eSports driver. Everything seems to be possible!

All in all this situation is not nice. You have a device that’s not working right. You do have a solution for this. You just have to pay some very clever electronics and/or software engineer working at Brook some money-money to clear this issue. It would be nice to have some standards, but you’ll find your way to solve this issue. And I’m glad to bring this answer to you and write a post to this blog.

Final Fantasy VII Remake – A small preview

I played Final Fantasy VII way back when I still had my PS1 gaming console. I played it through and I remember it really took some time to complete it. Graphics were bad if compared to games released today. It had box with four CDs. Remember? PS1 didn’t have a hard drive. Hard drive was first introduced when original Xbox got released.

So for lots of us this new remake brings up so many good memories. The nostalgia is strong. It is a real joy to understand that they haven’t forgotten us older gamers that think FFVII was one of the best in this whole FF series, if not the best of them all.

Free demo of the game was released on PS Store. Demo took over 9 GB of space so it was a small introduction to this game. I played the demo and I think it’s a good response for nowadays gamers demands. Graphics and controls are great. You can choose to play with classic turn-based mode or with modern mode which reminds a lot about Final Fantasy XV.

All in all this is going to be one heck of a game. I would buy it. The release day here where I live is 10.4.2020. I’m waiting for this game. Hope to get to playing it soon!

What kinds of games can you play with PC?

Besides newest games you can play also retro games with PC. There is lots of DOS and also retro console games available. For this purpose I would prefer Windows but Linux has also some potential. In this article the focus is on games you can play with Windows.

Let’s start our journey into PC gaming of today by introducing some DOS classics. I’m talking games like Bubble Bobble, Blues Brothers, Doom, Command And Conquer, Dune, Golden Axe, Lemmings, Mortal Kombat, NHL 97, Populous, Theme Park. This list isn’t in any way complete but I can recommend all these games. With DOSBox you can also run old apps such as Impulse Tracker, which is a music production app. Instructions on installing DOSBox can be found by Googling. I recommend GUI and I use D-Fend Reloaded for this purpose.

There is also a possibility to play old retro games with many different kinds of emulators. Almost every system has it’s own emulator and PC is good platform to experiment these. You can also choose to mod a device like original Xbox or use system like Raspberry Pi. In any case be sure to use a good USB connected controller that suits retro gaming. I myself have lots of different gamepads. My favourite for PC is Xbox One Elite Pad.

Of course you can play modern games also. There is a large collection of games found on Steam and online game stores like GOG. So when it’s possible, buy the game, because gaming industry really needs your support. You will support production of some quality games. Be sure also to check your local flea market as I have found many great older games from there and the price definitely is as low as can be.

Social media & sharing icons powered by UltimatelySocial