Skip to content

Commit f5f38d5

Browse files
committed
Prepare v0.103.0 release
1 parent fa7c499 commit f5f38d5

File tree

3 files changed

+237
-192
lines changed

3 files changed

+237
-192
lines changed

README.md

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ D2DX is a Glide-wrapper and mod that makes the classic Diablo II/LoD run well on
66

77
- Turns the game into a well behaved DirectX 11 title on Windows 10 (also 7, 8 and 8.1).
88
- High quality scaling to fit modern screen sizes, including [widescreen aspect ratios](https://raw.githubusercontent.com/bolrog/d2dx/main/screenshots/d2dx2.png).
9-
- High FPS mod using motion prediction, bypassing the internal 25 fps limit. Play at 60 fps and higher! ([video](https://imgur.com/a/J1F8Ctb))
9+
- High FPS mod using motion smoothing, bypassing the internal 25 fps limit. Play at 60 fps and higher! ([video](https://imgur.com/a/J1F8Ctb))
1010
- [Anti-aliasing](https://github.com/bolrog/d2dx/wiki/Screenshots#anti-aliasing) of specific jagged edges in the game (sprites, walls, some floors).
1111
- Seamless windowed/fullscreen switching with (ALT-Enter).
1212
- Improved fullscreen: instant ALT-TAB and low latency.
1313
- Improved windowed mode.
1414
- Proper gamma/contrast.
1515
- Fixes a few window-related glitches in Diablo II itself.
1616

17-
### Video Showcasing Motion Prediction
17+
### Video Showcasing Motion Smoothing
1818

1919
[FPS increase in menus, FPS increase for projectiles, monsters, +more](https://imgur.com/a/J1F8Ctb)
2020

@@ -30,9 +30,35 @@ Basic rendering is supported for all Diablo II versions and should work for all
3030

3131
High resolution is provided by [SGD2FreeRes] and supports the following versions: `1.09d`, `1.10`, `1.12`, `1.13c`, `1.13d`, `1.14c`, `1.14d`.
3232

33+
The anti-aliasing filter is supported on all LoD versions except: `1.09c`, `1.13a` and `1.13b`.
34+
3335
High FPS and motion smoothing is provided by [D2fps] and supports nearly all released Diablo II versions. This may have compatibility issues with other mods providing the same features.
3436

35-
For compatibility with mods, see the [wiki](https://github.com/bolrog/d2dx/wiki/Compatibility-with-other-mods).
37+
### BaseMod
38+
39+
Disable `BypassFPS` in `BaseMod.ini`:
40+
41+
```ini
42+
[BypassFPS]
43+
Enabled=0
44+
```
45+
46+
### MapHack (BH.dll)
47+
48+
Disable `Apply CPU Patch` and `Apply FPS Patch` in `BH.cfg`:
49+
50+
```none
51+
Apply CPU Patch: False
52+
Apply FPS Patch: False
53+
```
54+
55+
### MedianXL
56+
57+
MedianXL is not compatible with the resolution mod. Launch with `-dxnoresmod` or set `noresmod=false` in `d2dx.cfg`.
58+
59+
### Others
60+
61+
For compatibility with other mods, see the [wiki](https://github.com/bolrog/d2dx/wiki/Compatibility-with-other-mods).
3662

3763
## Documentation
3864

@@ -46,11 +72,11 @@ This readme contains basic information to get you started. See the [D2DX wiki](h
4672

4773
## Usage
4874

49-
To start the game with D2DX enabled, just provide -3dfx, e.g.
75+
To start the game with D2DX the game will have to be launched in glide mode. This can be done by:
5076

51-
```none
52-
Game.exe -3dfx
53-
```
77+
* Launching the game with `-3dfx`. e.g. `game.exe -3dfx`.
78+
* Selecting '3dfx Glide' from `D2VidTst.exe`
79+
* Setting `HKEY_CURRENT_USER\SOFTWARE\Blizzard Entertainment\Diablo II\VideoConfig` to `3` in the registry
5480

5581
Windowed/fullscreen mode can be switched at any time by pressing ALT-Enter. The normal -w command-line option works too.
5682

0 commit comments

Comments
 (0)