OpenDiablo2/README.md

83 lines
3.7 KiB
Markdown
Raw Normal View History

2020-02-02 23:52:16 +00:00
# OpenDiablo2
2021-03-03 07:40:10 +00:00
2021-03-25 03:37:53 +00:00
![CircleCI](https://img.shields.io/circleci/build/github/OpenDiablo2/OpenDiablo2/master)
2021-03-25 01:31:45 +00:00
[![Go Report Card](https://goreportcard.com/badge/github.com/OpenDiablo2/OpenDiablo2)](https://goreportcard.com/report/github.com/OpenDiablo2/OpenDiablo2)
2021-03-25 03:37:53 +00:00
[![GoDoc](https://pkg.go.dev/badge/github.com/OpenDiablo2/OpenDiablo2?utm_source=godoc)](https://pkg.go.dev/mod/github.com/OpenDiablo2/OpenDiablo2)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Discord](https://img.shields.io/discord/515518620034662421?label=Discord&style=social)](https://discord.gg/pRy8tdc)
[![Twitch Status](https://img.shields.io/twitch/status/essial?style=social)](https://www.twitch.tv/essial)
[![Subreddit subscribers](https://img.shields.io/reddit/subreddit-subscribers/OpenDiablo2?label=reddit&style=social)](https://www.reddit.com/r/OpenDiablo2/)
2018-11-27 03:42:22 +00:00
2018-11-22 05:21:05 +00:00
2021-03-25 03:37:53 +00:00
![Logo](d2logo.png)
2021-03-25 03:37:53 +00:00
[![Patreon](https://img.shields.io/badge/dynamic/json?color=%23e85b46&label=Support%20us%20on%20Patreon&query=data.attributes.patron_count&suffix=%20patrons&url=https://www.patreon.com/api/campaigns/4762180)](https://www.patreon.com/bePatron?u=37261055)
2020-06-22 16:43:26 +00:00
2021-03-25 03:37:53 +00:00
----
[OpenDiablo2](https://opendiablo2.com/) is an ARPG game engine in the same vein of the 2000's games, and supports playing Diablo 2.
2020-06-22 16:43:26 +00:00
2021-03-25 03:37:53 +00:00
The engine is written in Go and is cross platform.
2020-06-22 16:43:26 +00:00
2021-03-25 03:37:53 +00:00
> The project does not ship with the assets or content required to play Diablo 2.
You must have a legally purchased copy of [Diablo 2](https://us.shop.battle.net/en-us/product/diablo-ii) and its expansion [Lord of Destruction](https://us.shop.battle.net/en-us/product/diablo-ii-lord-of-destruction) installed on your computer in order to run that game on this engine.
2020-06-22 16:43:26 +00:00
2021-03-25 03:37:53 +00:00
If you like to contribute to OpenDiablo2, please be so kind to read our [Contribution Policy](./docs/CONTRIBUTING.md) first.
2020-06-22 16:43:26 +00:00
2021-03-25 03:37:53 +00:00
----
2020-06-22 16:43:26 +00:00
2021-03-25 03:37:53 +00:00
## Documentation
2020-06-22 16:43:26 +00:00
2021-03-25 11:17:48 +00:00
_Stay awhile and listen_ ...
### ⚡ Project Info
* 👉 **[Current Status](./docs/status.md)** 👈 - what you should focus on
* [Roadmap](./docs/roadmap.md) - Planning ahead
* Design - High-level overview of the OpenDiablo2 org and its projects
2021-03-28 01:29:04 +00:00
* [FAQ](./docs/faq.md) - Common questions from new people to the project
2021-03-25 11:17:48 +00:00
### ⭐ For Users
2020-10-10 22:45:04 +00:00
2021-03-26 17:28:52 +00:00
* [Purchase](./docs/purchase.md) - Buy the official game from Blizzard
* [MPQ](./docs/mpq.md) - Locate the MPQ files
* [Install](./docs/install.md) - Install OpenDiablo2 to your system (Linux/Windows/MacOS)
2021-03-25 03:37:53 +00:00
* [Run it](./docs/play.md) - How to play the game
2020-10-10 22:45:04 +00:00
2021-03-25 11:17:48 +00:00
### 🔥 For Developers
2020-10-10 22:45:04 +00:00
2021-03-25 03:37:53 +00:00
* [Building](./docs/building.md) - Instructions for building the project
* [Development](./docs/development.md) - Instructions for developers who want to contribute
2021-03-26 17:28:52 +00:00
* [Profiling](./docs/profiling.md) - Debug performance issues
* [Debugging](./docs/debug.md) - Common errors and pitfalls
2020-10-10 22:45:04 +00:00
## Screenshots
![Main Menu](docs/MainMenuSS.png)
![Select Hero](docs/SelectHeroSS.png)
2019-11-21 03:37:08 +00:00
![Select Hero](docs/areas.gif)
2020-11-13 10:37:47 +00:00
![Gameplay](docs/Gameplay.png)
![Inventory Window](docs/Inventory.png)
2020-12-16 10:41:03 +00:00
![Game Panels](docs/game_panels.png)
## Additional Credits
2019-11-16 16:18:49 +00:00
2021-03-03 07:40:10 +00:00
* Diablo2 Logo
* Jose Pardilla (th3-prophetman)
* DT1 File Specifications
* Paul SIRAMY (http://paul.siramy.free.fr/\_divers/dt1\_doc/)
* Other Specifications and general info
* Various users on [Phrozen Keep](https://d2mods.info/home.php)
2021-03-25 03:37:53 +00:00
## Legal Notice
Please note that **this game is neither developed by, nor endorsed by Blizzard or its parent company Activision**.
Diablo 2 and its content is ©2000 Blizzard Entertainment, Inc. All rights reserved. Diablo and Blizzard Entertainment are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.
ALL OTHER TRADEMARKS ARE THE PROPERTY OF THEIR RESPECTIVE OWNERS.