Giter VIP home page Giter VIP logo

nd2tt's Introduction

Introduction:
-------------

nd2tt is a linux tool to record Diablo II gameplay and replay recordings in the 
game client. It's basically a modified and updated version of Gnarmock's D2TT 
with support for recording more than one client and replaying multiple 
recordings simultaneously.


Requirements:
-------------

	- wine
	- Diablo II
	- surgeon (or any other injector)


Installation:
-------------

$ ./compile [gcc options]

$ ./install [path]

The compile script will forward its first argument to gcc and compile src/nd2tt 
and src/module/nd2tt.so. install will copy nd2tt and nd2tt.so to path/bin and 
path/lib, respectively. $HOME/.nd2tt will be created as well.

NOTE: The path passed to installmust have a trailing '/'.
To configure the maximum amount of simultaneous connections to nd2tt, set 
IPC_MAX_CLIENTS in src/ipc/ipc.h accordingly before compiling.


Usage:
------

Inject nd2tt.so into every Diablo II client that you want to be able to record 
or replay

$ surgeon -i nd2tt.so [pid]

Proceed with starting nd2tt

$ nd2tt

nd2tt will load replay files from $HOME/.nd2tt/replays and eventually show you 
a prompt. The next section describes available commands.


Commands:
---------

	- quit/q will exit nd2tt
	- list clients/lc lists connected Diablo II clients
	- list replays/lr lists loaded replay files
	- record 'c'/r 'c' enables/disables recording for client 'c'
	- play 'c' 'r'/p 'c' 'r' play recording 'r' in client 'c'

NOTE: Arguments to record/play are indices of the corresponding listing.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.