Skip to forum content

You are not logged in. Please login or register.


forums.pvpgn.pro → [EN] Research & Development → Open-source Diablo Clone

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 11

1

Topic: Open-source Diablo Clone

Hey all,

I'm on a mission to create an open-source clone of the Diablo engine. I've been looking at Stratagus as inspiration and I believe it to be possible.

I've outlined the strategy here a little bit : khanduras.net/2014/03/repo-unnam … lo-hd-mod/

It also contains the Diablo engine in hopes someone can reverse engineer it. It's not the version we've been playing all along, rather a version that someone else made but hasn't released the source for it yet. I'm not too sure how difficult it would be, but I'm hoping someone from here at least knows who might be able to do this for us.

I'm looking to release that source code in order to have mod makers create their own Diablo games and create a community around it. I want to see more Diablo games and this is the only way I can think of.

2

Re: Open-source Diablo Clone

Stratagus it's mobile port warcraft 2?

3

Re: Open-source Diablo Clone

Yeah essentially. It's an open source remake of the engine. I'd like to do something similar but for Diablo/Hellfire.

4

Re: Open-source Diablo Clone

gl man

5

Re: Open-source Diablo Clone

If you haven't heard, this request has been created. I urge everyone to take a look at the code.

GitHub repo: https://github.com/wheybags/freeablo

Forums: freeablo.org/forum/index.php

It is by no means complete but he's accepting all pull requests. wink

6

Re: Open-source Diablo Clone

qualakon, freeablo is awesome project. I hope it will be successfull and work with PvPGN.

Do not ask for support in PM.

7

Re: Open-source Diablo Clone

Take a look at this PDF: khanduras.net/repo/fyp-pdf/

It outlines some of the author's intentions and describes some of the file types.

Added: 27.04.2014 22:44

I also started an 'issue' on GitHub inquiring about this. https://github.com/wheybags/freeablo/issues/73
I know multiplayer isn't implemented yet.
Perhaps you'd be willing to help him out with this?

8

Re: Open-source Diablo Clone

I'm not sure that I can help with coding of network implementation.
First the game should already have a multiplayer support between clients. Then Battle.net support can be added, protocol is described on https://bnetdocs.org/. In this case it will work like an original Diablo (PvPGN is only an interface for chatting and join games).

Other(additional) way is create standalone Diablo server, like D2GS for Diablo 2, to restrict cheating on a client side.

Do not ask for support in PM.

9

Re: Open-source Diablo Clone

Looks like he doesn't have plans due to the legal issues surrounding PvPGN: https://github.com/wheybags/freeablo/issues/73

I'd love to have features like the character's save game is stored on the server rather than the client, a web interface to display character stats online etc and clans would be great.

Looks like bnetdocs is going under renovations right now. I'll check it out though.

10

Re: Open-source Diablo Clone

I don't see any legal issues, Battle.net 1.0 is deprecated for Blizzard. They are focused on Battle.net 2.0.

Statistics on a web site is really nice feature. For example here client-side stats used with a special program (like a launcher) tristr.am/characterdb.php. I don't know how they avoid cheating (or may be not), but it looks amazing.
http://forums.harpywar.com/extensions/hcs_image_uploader/uploads/0/6000/6292/thumb/p18mme8j627es1fvi1g3c1cemf1m2.png

Do not ask for support in PM.

11

Re: Open-source Diablo Clone

Great minds think alike.

Tristr.am is a great site, goes along well with DiabloStats.

Well if we're on the topic, I think there will be four parts, server is just one of them:

1,  Launcher - Updates client, remain signed into chat, settings, mod selection
2,  Client - Play games - chat, multiplayer connects to server
3,  Server - Connects players, character saves, hosts server, online character database
4,  Editor - A maker platform that allows easy creation of games

Posts: 11

Pages 1

You must login or register to post a reply

Who now at forum

Currently view post: 0 guests, 0 registered users

forums.pvpgn.pro → [EN] Research & Development → Open-source Diablo Clone