-
Notifications
You must be signed in to change notification settings - Fork 2
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
Stéphane Bauland
committed
Nov 3, 2016
1 parent
bc3a122
commit 058abab
Showing
1 changed file
with
49 additions
and
2 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,49 @@ | ||
# tristramd | ||
A Diablo II (battlenet classic and d2gs) library and standalone private server. | ||
# Tristramd | ||
A Diablo II (battle.net classic, bnetd and d2gs) standalone private server. This projet aim to create a full featured Diablo II serveur running without need of externals dependances as (.dll and .mpq) files from Diablo II original game. | ||
|
||
# Build | ||
To build tristramd, you previously need to install those system dependances : | ||
|
||
- eina (EFL) | ||
- libconfig | ||
- mysql-dev | ||
|
||
Then, to build the program from sources : | ||
``` | ||
$ make | ||
``` | ||
|
||
# Current state | ||
Currently, this projects manages all base features to let client (Diablo II 1.13d) connect to bnetd server and to realm server and to connect to a start of a d2gs server (while creating / joining game). | ||
|
||
Actually, i can't figure out, how to parse and analyse datas sent from official d2gs games server and reverse them to get initial data sent back to client. | ||
|
||
# Features | ||
Those listed features are currently fonctionnal but some may need some more work. Fill free to report them. | ||
|
||
## BNETD | ||
* Connecting to server | ||
* Creating account | ||
* Connecting with account | ||
* Changing password, email, etc. | ||
* Listing realm and connect to them | ||
* Chat | ||
* Listing channels | ||
* Joining channel | ||
* Multi accounts supported | ||
* Disconnecting from server | ||
|
||
## Realm | ||
* Connecting to realm | ||
* Listing all characters | ||
* Creating, deleting characters | ||
* Listing ladders characters | ||
|
||
## D2GS | ||
* Connecting to d2gs server | ||
* Requesting game created / joined | ||
|
||
For now, you can go as to create or join a created game. Btw, this is doing actually nothing as the client get stunk in the loading game screen. | ||
|
||
_Any help would be appreciated_. | ||
|