Computer

Should I update DirectX when installing a Steam game?

Directx It is a set of Microsoft APIs used in the development of videogames and that must be installed in the computers before being able to execute any title that depends on them. When we install the operating system, usually an (old) version of them comes. However, many games depend on a newer or older version than the one we have installed on the PC, which must be installed separately so that this game can run normally.

How does DirectX install the Steam app?

When we download a new game to our computer, not only are the essential game files downloaded, but also all kinds of libraries and dependencies that we may need are downloaded at the same time. Among them we can find, for example, the C ++ redistributables or the DirectX libraries.

These libraries are usually stored in the games installation directory, in a folder called “_CommonRedist”. And, to install them, we don’t have to do anything. The first time we run the game, Steam will check our PC in a process that will take a few seconds, and it will install everything that is missing on our PC so that the game works correctly. Generally, it is not necessary to have an internet connection to carry out this setup process, as the dependencies will be automatically downloaded along with the game.

Steam install dependencies

Depending on the game, and the different dependencies on which it depends, we may find ourselves with more or fewer steps in this initial configuration. In addition, there are games (such as those that are written using Valve’s Source engine) that do not depend on DirectX, so when released, these dependencies will not be installed.

Once the initial configuration of a game is done, the next times we launch this title we will not have to do anything else.

Why is it always installed if I already have it installed?

Microsoft releases new versions of its API from time to time. And, although they are backward compatible, each game is designed to work with a specific version of it, or else it will give us an error.

For example, if we have on our computer DirectX 12 installed, but a game needs version 40 of DirextX 9, to avoid errors and problems, Steam will copy said version to our computer so that the game can load the exact library (which, in this example, would be D3DX9_40.dll).

This process is only done the first time we run a game on Steam. If we already have the required version installed, the installation will simply be ignored, while if we do not have it installed, it will be copied to the C: / Windows / SysWOW64 directory or C: / Windows / System32, depending on whether it is a 32-bit or 64-bit version.

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *