You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-7Lines changed: 33 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@ D2DX is a Glide-wrapper and mod that makes the classic Diablo II/LoD run well on
6
6
7
7
- Turns the game into a well behaved DirectX 11 title on Windows 10 (also 7, 8 and 8.1).
8
8
- 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))
10
10
-[Anti-aliasing](https://github.com/bolrog/d2dx/wiki/Screenshots#anti-aliasing) of specific jagged edges in the game (sprites, walls, some floors).
11
11
- Seamless windowed/fullscreen switching with (ALT-Enter).
12
12
- Improved fullscreen: instant ALT-TAB and low latency.
13
13
- Improved windowed mode.
14
14
- Proper gamma/contrast.
15
15
- Fixes a few window-related glitches in Diablo II itself.
16
16
17
-
### Video Showcasing Motion Prediction
17
+
### Video Showcasing Motion Smoothing
18
18
19
19
[FPS increase in menus, FPS increase for projectiles, monsters, +more](https://imgur.com/a/J1F8Ctb)
20
20
@@ -30,9 +30,35 @@ Basic rendering is supported for all Diablo II versions and should work for all
30
30
31
31
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`.
32
32
33
+
The anti-aliasing filter is supported on all LoD versions except: `1.09c`, `1.13a` and `1.13b`.
34
+
33
35
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.
34
36
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).
36
62
37
63
## Documentation
38
64
@@ -46,11 +72,11 @@ This readme contains basic information to get you started. See the [D2DX wiki](h
46
72
47
73
## Usage
48
74
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:
50
76
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
54
80
55
81
Windowed/fullscreen mode can be switched at any time by pressing ALT-Enter. The normal -w command-line option works too.
0 commit comments