Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - DGEngine

Pages: [1]
1
Right now it mimics everything in the original up until you get to the town level.
What's missing is pretty much everything that happens withing the game (items, spells, enemies) and multiplayer.
The groundwork is set, so those are easier to do now. The source code is easy to navigate and understand.
Once in town, you can talk with the townfolk about quests (initial work done on these) and all the townfolk menus are already done. Options menu as well.
I guess the best way to see that is to try it out.

It also uses JSON for configuring the game, so all you see is loaded from JSON files and can be altered, which should make modding and implementing hellfire a breeze (once what's missing is done).

2
DGEngine is an implementation of the Diablo 1 game engine.
It requires the original game files and uses SFML. It is written in modern C++.

https://github.com/dgengin/DGEngine

Pages: [1]