-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,33 @@ | ||
# d2gx | ||
D2GX is a Glide-wrapper for Diablo II on modern PC:s | ||
|
||
|
||
## Features | ||
- Game is rendered with DirectX 11. | ||
- Behaves nicely in windowed mode. | ||
- Enhanced fullscreen mode (1920x1080). | ||
- More graphical enhancements (tba). | ||
|
||
## Requirements | ||
- Diablo + LOD 1.14d (other versions untested). | ||
- Windows 7 and above. | ||
- Integrated graphics or discrete GPU with DirectX 11 support (feature level 10.0 required). | ||
|
||
## Installation | ||
Copy the included "glide3x.dll" into your Diablo II folder. | ||
|
||
## Usage | ||
To run the game in windowed mode: | ||
Game.exe -3dfx -w | ||
|
||
To run the game in normal fullscreen mode (800x600): | ||
Game.exe -3dfx | ||
|
||
To run the game in enhanced fullscreen 1920x1080 mode: | ||
Game.exe -3dfx -gx1080 | ||
|
||
To get rid of the "GX" logo on the title screen, add -gxskiplogo | ||
to the command line. | ||
|
||
## Version history | ||
- 0.9.210321: Initial release. |