Rahul Sharma (Editor)

ReplicaNet

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Type
  
Privately held company

Products
  
ReplicaNet, RNLobby

Founded
  
2001

Industry
  
Video games

Headquarters
  
London, United Kingdom

Motto
  
"Multiplayer Game Development API"

Introduction

Distributed computing and distributed object systems are designed to allow software modules or objects to work together where the objects can be located on different computers connected by a network. Interactive computer simulations and computer games can use object-oriented programming languages such as C++ to maintain a database of entities, player characters, monsters, tanks or just about anything that can exist in a simulated world.

Contents

How ReplicaNet works

Using an object description language or by programmatically registering filter classes each machine knows how to create and update each C++ class object. Each object is then treated as a potential network shareable object on the machine that allocates it. This machine has control over the C++ classes and can change variables or call member functions as normal. Once the object is ready to be shared to other machines the object is published on to the ReplicaNet network session. The underlying ReplicaNet software detects changes in the object and automatically updates the replicated classes on the machines connected to the network session. Any changes made to the member variables of the C++ classes can be extrapolated by ReplicaNet using several pre-defined filters to reduce the amount of network traffic when transmitting changes in the object.


This approach of describing objects that can then be processed by other computers is similar to other systems such as CORBA, Java remote method invocation and Distributed Component Object Model.


In 2011 Game Developer magazine announced ReplicaNet 7.0 as one of the Networking finalists for the Front Line Awards which honors the best networking middleware in the computer games industry.

Products using ReplicaNet include

  • Marathon 2: Durandal [1] [2]
  • Virtual Interactive Combat Environment
  • Urban Chaos: Riot Response [3]
  • Universal Combat [4]
  • Sector 13
  • Airburst Extreme XBLA
  • References

    ReplicaNet Wikipedia