Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Updated wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
essial committed Dec 11, 2021
1 parent 9845a25 commit b0e1c70
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,31 @@
# OpenDiablo2
An implementation of Diablo 2 in AbyssEngine.
OpenDiablo2 is an implementation of Diablo 2 in AbyssEngine.

This game requires the [Abyss Engine](https://github.com/AbyssEngine/AbyssEngine) to run, as well as the MPQ files provided by the official Diablo 2 + LOD installers (online, CD, or digital).

# General Information
This project is currently very early stages of development, and is not in a playable state yet. The game is being developed in tandem with the Abyss Engine, though all contributors are encouraged to help directly with this project instead of the core engine itself.

Current Features:
* Main Menu
* Cinematics Screen

In Progress:
* Map Engine Tests Screen

Todo:
* Credits Screen (Can be done now)
* New Hero Screen (Can be done now except for text input)
* Gameplay (when the engine supports it)

# Installation

1. Download OpenDiablo2 to a folder (or clone the repo)
1. Copy the MPQs from the game's installation folder into the MPQs folder of this project (there should be 11 MPQs).
1. Download a binary of the Abyss Engine for [Windows](https://github.com/AbyssEngine/AbyssEngine/releases/download/unstable/abyss-windows.zip), [Linux](https://github.com/AbyssEngine/AbyssEngine/releases/download/unstable/abyss-linux.tar.gz), or [MacOS](https://github.com/AbyssEngine/AbyssEngine/releases/download/unstable/abyss-darwin.dmg), and extract it to the root OpenDiablo2 folder.
1. Run the Abyss Engine application.

# Screenshots

![Main Menu Screenshot](media/ss1.png)
![Movie](media/ss2.png)
Binary file added media/ss1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/ss2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b0e1c70

Please sign in to comment.