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
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
# D2DX
2
2
3
-
D2DX is a Glide-wrapper and mod that makes the classic Diablo II/LoD run well on modern PCs, while honoring the original look and feel of the game.
4
-
Play in a window or in fullscreen, glitch-free, with or without enhancements like widescreen, true high framerate and anti-aliasing.
3
+
D2DX is a Glide-wrapper and mod that makes the classic Diablo II/LoD run well on modern PCs, while honoring the original look and feel of the game. Play in a window or in fullscreen, glitch-free, with or without enhancements like widescreen, true high framerate and anti-aliasing.
5
4
6
5
## Features
7
6
@@ -27,16 +26,11 @@ Play in a window or in fullscreen, glitch-free, with or without enhancements lik
27
26
28
27
## Version Compatibility
29
28
30
-
High resolution and motion smoothing are only supported on the following game versions:
29
+
Basic rendering is supported for all Diablo II versions and should work for all mods.
31
30
32
-
- 1.09d
33
-
- 1.10f
34
-
- 1.12
35
-
- 1.13c
36
-
- 1.13d
37
-
- 1.14d
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`.
38
32
39
-
Other versions only support basic rendering.
33
+
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.
40
34
41
35
For compatibility with mods, see the [wiki](https://github.com/bolrog/d2dx/wiki/Compatibility-with-other-mods).
42
36
@@ -46,7 +40,7 @@ This readme contains basic information to get you started. See the [D2DX wiki](h
46
40
47
41
## Installation
48
42
49
-
Copy the included "glide3x.dll" into your Diablo II folder.
43
+
Copy the included "glide3x.dll" and "d2fps.dll" into your Diablo II folder.
50
44
51
45
Note that in some cases you may have to also download and install the Visual C++ runtime library from Microsoft: <https://aka.ms/vs/16/release/vc_redist.x86.exe>
52
46
@@ -93,3 +87,6 @@ D2DX uses the following third party libraries:
93
87
- pocketlzma by Robin Berg Pettersen
94
88
- 9-tap Catmull-Rom texture filtering by TheRealMJP.
Copy file name to clipboardExpand all lines: RELEASES.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,30 @@
1
+
Version 0.101.0 (2024-10-01)
2
+
============================
3
+
4
+
New features
5
+
------------
6
+
7
+
- Motion smoothing and FPS unlocking has been rewritten and implemented as external module (useable by any other renderer)
8
+
- Perspective mode is notably improved. The distortion it applies based on a unit's position is now recalculated for the unit's displayed position rather than the position from the game's last update.
9
+
- Almost all Diablo II versions are now supported starting from v1.00.
10
+
- Resolution mod is now loaded on v1.14c
11
+
12
+
Changes
13
+
-------
14
+
15
+
- V-sync is disabled by default in favour of a frame limiter. It can be enabled if you really want it. (If you have an old config file it will still be followed)
16
+
17
+
Bug fixes
18
+
---------
19
+
20
+
- Character animations in the menu no longer run faster than normal.
21
+
- CPU use in game and menus with V-sync off has been fixed
22
+
- CPU use when the game is minimized has been fixed.
23
+
- Text label drift when moving with motion smoothing enabled has been fixed.
24
+
- Text label jiggling with motion smoothing enabled has been fixed. (The game still sometimes sucks at ordering item labels and can cause them to be rearranged at a very fast rate when moving)
25
+
- Unit cursor detection is now done with the unit's displayed position rather than the position from the game's last update. Note this is a small a effect (a few pixels at most).
26
+
- Don't mute the music when reactivating the game's window.
0 commit comments