455
edits
mNo edit summary |
mNo edit summary |
||
| Line 112: | Line 112: | ||
Inside the game folder there is a library BF2OpenAL.dll, from the name only you know that the game support OpenAL so we are going to use the OpenAL Soft to replace it and enable the EAX support. | Inside the game folder there is a library BF2OpenAL.dll, from the name only you know that the game support OpenAL so we are going to use the OpenAL Soft to replace it and enable the EAX support. | ||
Download the OpenAL Soft from the [https://github.com/kcat/openal-soft/releases/tag/1.23.1 GitHub page]. The version I currently use for this game is the '''1.23.1''' and is the one I recommend for this tutorial. | Download the OpenAL Soft from the [https://github.com/kcat/openal-soft/releases/tag/1.23.1 GitHub page]. The version I currently use for this game is the '''1.23.1''' and is the one I recommend for this tutorial. | ||
After extracting the archive, you will need two files: | |||
*From the `router/Win32` folder, take `OpenAL32.dll`. Rename this file to `BF2OpenAL.dll` and replace the existing one in the game folder. | |||
*From the `bin/Win32` folder, copy `soft_oal.dll` into the game folder. | |||