Skip to forum content

You are not logged in. Please login or register.


forums.pvpgn.pro → News & Announcements → D2GS Source Release

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 2

1

Topic: D2GS Source Release

Исходники Warden'a и патчера d2server.dll, которые модифицировал Marsgod для D2GS можно скачать с сайта

Readme.txt wrote:

This is the d2gs 1.11b source package release.


1.Directories:
  config\        some config file samples
  d2gs\            source code of d2gs
  d2warden\        source code of d2warden
  patch_d2server\    source code of patch_d2server, which will be used to patch the d2gs. It only copy the 1.exe code section into the d2server.dll.


2.Setup working space
  The d2gs 1.11b use x86 asm code, you must install a MASM32 to compile it. I suggest you download and install the MASM32 package from http://www.masm32.com/. And this MASM32 package should install to C:\MASM32. Then copy the ASMBAT.bat into your C:\MASM32
  The d2warden use a MSVC 2003 compiler, so, install it.
  Also, I suggest you install the UltraEdit. Then configure UltraEdit use the MASM32. This can be done via setup the tool in its "Advance" menu:
  ////////////////////////////////////////////////////////////////////////////////////////////////////
commandlineú║C:\MASM32\ASMBAT.bat %N
working directoryú║%P
nameú║Assemble(&B)
...
////////////////////////////////////////////////////////////////////////////////////////////////////

3. Compiling d2gs
  a.Go into d2gs directory, open the 1.asm with UltraEdit;
  b.From the UltraEdit Advanced menu, select Assemble
    This will generate a 1.exe in the d2gs directory, ok, it compiled.
  c.Run the patch_d2server.exe
    This will copy the 1.exe code section into the d2server.dll.
  d. OK, you got a compiled d2server.dll, copy this new d2server.dll into your diablo directory.


  BTW: the UberQuest.asm in d2gs directory is a UberQuest implementation of the UberQuest, most code from PlugY, thanks...... smile

4. Compiling d2warden
  a. Go into d2warden directory, open the d2warden project with MSVC 2003.
  b. Compile, you got the d2warden.dll.
  c. Copy the d2warden.dll into your diablo directory.

Do not ask for support in PM.

2

Re: D2GS Source Release

Отличная новость!

Posts: 2

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 → News & Announcements → D2GS Source Release