Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuzbf authored Mar 21, 2024
1 parent 6328ac8 commit b143b5e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
## Battlefield 1942 client patches
This mod provides several improvements to Battlefield 1942.

**IMPORTANT: the mod has been changed to use `dsound.dll` instead of `d3d8.dll`. To update manually remove the old `d3d8.dll` and download the new `dsound.dll`, then place that in your game directory.**

### Installation
Copy `d3d8.dll` into your game directory.
Copy `dsound.dll` into your game directory.

If you already have a `d3d8.dll` rename it to `d3d8_next.dll`, it will keep working!
If you already have a modded `dsound.dll` in your game directory, rename it to `dsound_next.dll`, it will keep working!

### Updater
The DLL has a builtin updater, so it can replace itself with newer versions. For now the updater cannot be disabled but this option will be added when configuration will be possible.
Expand All @@ -14,6 +16,8 @@ The DLL has a builtin updater, so it can replace itself with newer versions. For
- Fix ping display in scoreboard
- Fix other windows getting resized when the game is launched
- Fix maplist sometimes empty
- Fix some servers greyed out in the server list

### Enhancements
- Speed up reconnecting to servers on map change
- Changing mod when joining a server from the serverlist is faster

0 comments on commit b143b5e

Please sign in to comment.