Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bolrog authored Mar 21, 2021
1 parent f54beb6 commit dad6037
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
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.

0 comments on commit dad6037

Please sign in to comment.